[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.4 and 1.5

version 1.4, 2016/12/30 17:25:48 version 1.5, 2018/04/25 07:12:33
Line 147 
Line 147 
   
 int generate_cookie_callback(SSL *ssl, unsigned char *cookie,  int generate_cookie_callback(SSL *ssl, unsigned char *cookie,
     unsigned int *cookie_len);      unsigned int *cookie_len);
 int verify_cookie_callback(SSL *ssl, unsigned char *cookie,  int verify_cookie_callback(SSL *ssl, const unsigned char *cookie,
     unsigned int cookie_len);      unsigned int cookie_len);

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