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

Diff for /src/usr.bin/openssl/req.c between version 1.25 and 1.26

version 1.25, 2023/03/04 06:25:42 version 1.26, 2023/03/05 13:12:53
Line 129 
Line 129 
 static CONF *req_conf = NULL;  static CONF *req_conf = NULL;
 static CONF *addext_conf = NULL;  static CONF *addext_conf = NULL;
   
 struct {  static struct {
         LHASH_OF(OPENSSL_STRING) *addexts;          LHASH_OF(OPENSSL_STRING) *addexts;
         BIO *addext_bio;          BIO *addext_bio;
         int batch;          int batch;

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26