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

Diff for /src/usr.bin/openssl/s_apps.h between version 1.5 and 1.6

version 1.5, 2018/04/25 07:12:33 version 1.6, 2021/08/29 12:33:15
Line 120 
Line 120 
   
 int do_server(int port, int type, int *ret,  int do_server(int port, int type, int *ret,
     int (*cb)(char *hostname, int s, unsigned char *context),      int (*cb)(char *hostname, int s, unsigned char *context),
     unsigned char *context);      unsigned char *context, int naccept);
 #ifdef HEADER_X509_H  #ifdef HEADER_X509_H
 int verify_callback(int ok, X509_STORE_CTX *ctx);  int verify_callback(int ok, X509_STORE_CTX *ctx);
 #endif  #endif

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6