diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2002-05-03 15:39:54 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2002-05-03 15:39:54 +0000 |
commit | 1897dd9cc494ea85df54dab86dddf2768072cfa5 (patch) | |
tree | 178d54326a63d8af2c1d35db6ad786666d39a177 /ace/SSL | |
parent | ddc5631df5d8a0ce915fb34fdeb89959eb34f42c (diff) | |
download | ATCD-1897dd9cc494ea85df54dab86dddf2768072cfa5.tar.gz |
ChangeLogTag:Fri May 03 08:38:27 2002 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'ace/SSL')
-rw-r--r-- | ace/SSL/SSL_Context.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/ace/SSL/SSL_Context.cpp b/ace/SSL/SSL_Context.cpp index 05457fb23fc..4e93854c2a5 100644 --- a/ace/SSL/SSL_Context.cpp +++ b/ace/SSL/SSL_Context.cpp @@ -84,11 +84,8 @@ ACE_SSL_Context::ssl_library_init (void) ::CRYPTO_set_locking_callback (ACE_SSL_locking_callback); #endif /* ACE_HAS_THREADS */ - - ::SSL_library_init (); - ::SSL_load_error_strings (); ::SSLeay_add_ssl_algorithms (); - + ::SSL_load_error_strings (); // Seed the random number generator. Note that the random // number generator can be seeded more than once to "stir" its |