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

Diff for /src/usr.bin/openssl/ca.c between version 1.3 and 1.4

version 1.3, 2014/09/01 20:54:37 version 1.4, 2015/02/07 04:09:43
Line 291 
Line 291 
         STACK_OF(CONF_VALUE) * attribs = NULL;          STACK_OF(CONF_VALUE) * attribs = NULL;
         STACK_OF(X509) * cert_sk = NULL;          STACK_OF(X509) * cert_sk = NULL;
         STACK_OF(OPENSSL_STRING) * sigopts = NULL;          STACK_OF(OPENSSL_STRING) * sigopts = NULL;
 #define BSIZE 256  #define BUFLEN 256
         char buf[3][BSIZE];          char buf[3][BUFLEN];
 #ifndef OPENSSL_NO_ENGINE  #ifndef OPENSSL_NO_ENGINE
         char *engine = NULL;          char *engine = NULL;
 #endif  #endif

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4