Make no-ssl2 work including on Win32 builds.

This commit is contained in:
Dr. Stephen Henson
2009-04-04 17:57:34 +00:00
parent 3042945ac8
commit 2dd5ca1fbc
5 changed files with 12 additions and 6 deletions

View File

@@ -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);