X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=ssl%2Fssl_lib.c;h=3e52a8bce173236e09ba9e36c06ad3f490c91dcf;hp=5af71b55454abf6b6443252ec2cf6a0de4a44fcd;hb=4c5fac4ac4352f4487f2b8cd4660b40bdd0b8f86;hpb=390ead1e9abc4edfd6eeca269ecab49d84af3b3c;ds=sidebyside diff --git a/ssl/ssl_lib.c b/ssl/ssl_lib.c index 5af71b5545..3e52a8bce1 100644 --- a/ssl/ssl_lib.c +++ b/ssl/ssl_lib.c @@ -81,11 +81,13 @@ OPENSSL_GLOBAL SSL3_ENC_METHOD ssl3_undef_enc_method={ (int (*)(SSL *, EVP_MD_CTX *, EVP_MD_CTX *, const char*, int, unsigned char *))ssl_undefined_function }; +#ifndef NO_RSA union rsa_fn_to_char_u { char *char_p; RSA *(*fn_p)(SSL *, int, int); }; +#endif union dh_fn_to_char_u {