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

Diff for /src/usr.bin/openssl/ecparam.c between version 1.19 and 1.20

version 1.19, 2021/04/20 17:08:08 version 1.20, 2021/04/21 00:31:59
Line 87 
Line 87 
 #include <openssl/pem.h>  #include <openssl/pem.h>
 #include <openssl/x509.h>  #include <openssl/x509.h>
   
 int EC_GROUP_get_curve_GF2m(EC_GROUP *, const BIGNUM *, const BIGNUM *,  int EC_GROUP_get_curve_GF2m(const EC_GROUP *, BIGNUM *, BIGNUM *, BIGNUM *,
     const BIGNUM *, BN_CTX *);      BN_CTX *);
 int EC_GROUP_get_curve_GFp(EC_GROUP *, const BIGNUM *, const BIGNUM *,  int EC_GROUP_get_curve_GFp(const EC_GROUP *, BIGNUM *, BIGNUM *, BIGNUM *,
     const BIGNUM *, BN_CTX *);      BN_CTX *);
   
 static int ecparam_print_var(BIO *, BIGNUM *, const char *, int,  static int ecparam_print_var(BIO *, BIGNUM *, const char *, int,
     unsigned char *);      unsigned char *);

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20