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

Diff for /src/usr.bin/openssl/ciphers.c between version 1.8 and 1.9

version 1.8, 2015/10/17 15:00:11 version 1.9, 2018/02/07 05:47:55
Line 140 
Line 140 
   
         goto done;          goto done;
   
 err:   err:
         ERR_print_errors_fp(stderr);          ERR_print_errors_fp(stderr);
         rv = 1;          rv = 1;
   
 done:   done:
         SSL_CTX_free(ssl_ctx);          SSL_CTX_free(ssl_ctx);
         SSL_free(ssl);          SSL_free(ssl);
   

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9