diff options
author | tedu <> | 2014-04-17 23:35:40 +0000 |
---|---|---|
committer | tedu <> | 2014-04-17 23:35:40 +0000 |
commit | 288a9e368d9d4a72792b12a00ad69e3592d94073 (patch) | |
tree | ef2f2b69483c17a9b88284fba5c8f09ea14b3362 /src/lib/libssl/ssl_algs.c | |
parent | 934b5ddbd810d7a899481637c58455698974e7e8 (diff) | |
download | openbsd-288a9e368d9d4a72792b12a00ad69e3592d94073.tar.gz openbsd-288a9e368d9d4a72792b12a00ad69e3592d94073.tar.bz2 openbsd-288a9e368d9d4a72792b12a00ad69e3592d94073.zip |
whack a bunch of disabled code. ok beck lteo
Diffstat (limited to 'src/lib/libssl/ssl_algs.c')
-rw-r--r-- | src/lib/libssl/ssl_algs.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/lib/libssl/ssl_algs.c b/src/lib/libssl/ssl_algs.c index aaecb2da0f..3c7006ed91 100644 --- a/src/lib/libssl/ssl_algs.c +++ b/src/lib/libssl/ssl_algs.c | |||
@@ -118,11 +118,6 @@ SSL_library_init(void) | |||
118 | #ifndef OPENSSL_NO_ECDSA | 118 | #ifndef OPENSSL_NO_ECDSA |
119 | EVP_add_digest(EVP_ecdsa()); | 119 | EVP_add_digest(EVP_ecdsa()); |
120 | #endif | 120 | #endif |
121 | /* If you want support for phased out ciphers, add the following */ | ||
122 | #if 0 | ||
123 | EVP_add_digest(EVP_sha()); | ||
124 | EVP_add_digest(EVP_dss()); | ||
125 | #endif | ||
126 | #ifndef OPENSSL_NO_COMP | 121 | #ifndef OPENSSL_NO_COMP |
127 | /* This will initialise the built-in compression algorithms. | 122 | /* This will initialise the built-in compression algorithms. |
128 | The value returned is a STACK_OF(SSL_COMP), but that can | 123 | The value returned is a STACK_OF(SSL_COMP), but that can |