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

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