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

Diff for /src/usr.bin/openssl/openssl.c between version 1.1 and 1.2

version 1.1, 2014/08/26 17:47:25 version 1.2, 2014/10/22 13:54:03
Line 123 
Line 123 
 #include <openssl/err.h>  #include <openssl/err.h>
 #include <openssl/lhash.h>  #include <openssl/lhash.h>
 #include <openssl/pem.h>  #include <openssl/pem.h>
 #include <openssl/rand.h>  
 #include <openssl/ssl.h>  #include <openssl/ssl.h>
 #include <openssl/x509.h>  #include <openssl/x509.h>
   
Line 233 
Line 232 
   
         CRYPTO_cleanup_all_ex_data();          CRYPTO_cleanup_all_ex_data();
         ERR_remove_thread_state(NULL);          ERR_remove_thread_state(NULL);
         RAND_cleanup();  
         ERR_free_strings();          ERR_free_strings();
 }  }
   

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2