[BACK]Return to dh.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/dh.c between version 1.69 and 1.70

version 1.69, 2018/11/09 02:56:22 version 1.70, 2019/09/06 05:23:55
Line 23 
Line 23 
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.   * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */   */
   
   
 #include <openssl/bn.h>  
 #include <openssl/dh.h>  
   
 #include <errno.h>  
 #include <stdio.h>  #include <stdio.h>
 #include <stdlib.h>  #include <stdlib.h>
 #include <string.h>  #include <string.h>
 #include <limits.h>  #include <limits.h>
   
   #include <openssl/bn.h>
   #include <openssl/dh.h>
   
   #include <errno.h>
 #include "dh.h"  #include "dh.h"
 #include "pathnames.h"  #include "pathnames.h"
 #include "log.h"  #include "log.h"

Legend:
Removed from v.1.69  
changed lines
  Added in v.1.70