summaryrefslogtreecommitdiffstats
path: root/ssl/ssl_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/ssl_lib.c
parent3042945ac896e5fc72efca9f7db21aa524ead910 (diff)
Make no-ssl2 work including on Win32 builds.
Diffstat (limited to 'ssl/ssl_lib.c')
-rw-r--r--ssl/ssl_lib.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/ssl/ssl_lib.c b/ssl/ssl_lib.c
index 17fc536636..24cd4268e4 100644
--- a/ssl/ssl_lib.c
+++ b/ssl/ssl_lib.c
@@ -2986,3 +2986,6 @@ void ssl_clear_hash_ctx(EVP_MD_CTX **hash)
IMPLEMENT_STACK_OF(SSL_CIPHER)
IMPLEMENT_STACK_OF(SSL_COMP)
+IMPLEMENT_OBJ_BSEARCH_GLOBAL_CMP_FN(SSL_CIPHER, SSL_CIPHER,
+ ssl_cipher_id);
+