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

Diff for /src/usr.bin/openssl/apps.h between version 1.16 and 1.17

version 1.16, 2015/09/13 12:41:01 version 1.17, 2015/10/10 22:28:51
Line 126 
Line 126 
 #include <openssl/ocsp.h>  #include <openssl/ocsp.h>
 #endif  #endif
   
   #include <unistd.h>
   extern int single_execution;
   
 extern CONF *config;  extern CONF *config;
 extern char *default_config_file;  extern char *default_config_file;
 extern BIO *bio_err;  extern BIO *bio_err;

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17