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

Diff for /src/usr.bin/ssh/sshkey.h between version 1.30 and 1.31

version 1.30, 2018/09/14 04:17:44 version 1.31, 2019/01/20 22:51:37
Line 32 
Line 32 
 #include <openssl/rsa.h>  #include <openssl/rsa.h>
 #include <openssl/dsa.h>  #include <openssl/dsa.h>
 #include <openssl/ec.h>  #include <openssl/ec.h>
   #include <openssl/ecdsa.h>
 #else /* OPENSSL */  #else /* OPENSSL */
 #define BIGNUM          void  #define BIGNUM          void
 #define RSA             void  #define RSA             void

Legend:
Removed from v.1.30  
changed lines
  Added in v.1.31