diff options
Diffstat (limited to 'main/openssl/apps/s_time.c')
-rw-r--r-- | main/openssl/apps/s_time.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/main/openssl/apps/s_time.c b/main/openssl/apps/s_time.c index b823c33c..81dad532 100644 --- a/main/openssl/apps/s_time.c +++ b/main/openssl/apps/s_time.c @@ -349,13 +349,7 @@ int MAIN(int argc, char **argv) if (bio_err == NULL) bio_err=BIO_new_fp(stderr,BIO_NOCLOSE); -#if !defined(OPENSSL_NO_SSL2) && !defined(OPENSSL_NO_SSL3) s_time_meth=SSLv23_client_method(); -#elif !defined(OPENSSL_NO_SSL3) - s_time_meth=SSLv3_client_method(); -#elif !defined(OPENSSL_NO_SSL2) - s_time_meth=SSLv2_client_method(); -#endif /* parse the command line arguments */ if( parseArgs( argc, argv ) < 0 ) |