summaryrefslogtreecommitdiffstats
path: root/ssl/s2_lib.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2009-04-04 17:57:34 +0000
committerDr. Stephen Henson <steve@openssl.org>2009-04-04 17:57:34 +0000
commit2dd5ca1fbc15ed7473c8d96e62ed76ea2ab0d891 (patch)
tree76d6917e5d4be49794885f4a56dc8233dc9df9cc /ssl/s2_lib.c
parent3042945ac896e5fc72efca9f7db21aa524ead910 (diff)
Make no-ssl2 work including on Win32 builds.
Diffstat (limited to 'ssl/s2_lib.c')
-rw-r--r--ssl/s2_lib.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/ssl/s2_lib.c b/ssl/s2_lib.c
index 907e305259..9914604109 100644
--- a/ssl/s2_lib.c
+++ b/ssl/s2_lib.c
@@ -412,9 +412,6 @@ long ssl2_ctx_callback_ctrl(SSL_CTX *ctx, int cmd, void (*fp)(void))
return(0);
}
-IMPLEMENT_OBJ_BSEARCH_GLOBAL_CMP_FN(SSL_CIPHER, SSL_CIPHER,
- ssl_cipher_id);
-
/* This function needs to check if the ciphers required are actually
* available */
const SSL_CIPHER *ssl2_get_cipher_by_char(const unsigned char *p)