From: Dr. Stephen Henson Date: Sat, 15 May 2010 00:19:57 +0000 (+0000) Subject: PR: 2255 X-Git-Tag: OpenSSL_1_0_0a~19 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=ff656346fa814acbf1a8127442c6bf7778a2868e;p=oweals%2Fopenssl.git PR: 2255 Submitted By: Ger Hobbelt Place RSA dependent variable under #ifndef OPENSSL_NO_RSA --- diff --git a/engines/e_ubsec.c b/engines/e_ubsec.c index b685410836..9b747b9aea 100644 --- a/engines/e_ubsec.c +++ b/engines/e_ubsec.c @@ -302,8 +302,8 @@ static t_UBSEC_diffie_hellman_generate_ioctl *p_UBSEC_diffie_hellman_generate_ioctl = NULL; static t_UBSEC_diffie_hellman_agree_ioctl *p_UBSEC_diffie_hellman_agree_ioctl = NULL; #endif -static t_UBSEC_rsa_mod_exp_ioctl *p_UBSEC_rsa_mod_exp_ioctl = NULL; #ifndef OPENSSL_NO_RSA +static t_UBSEC_rsa_mod_exp_ioctl *p_UBSEC_rsa_mod_exp_ioctl = NULL; static t_UBSEC_rsa_mod_exp_crt_ioctl *p_UBSEC_rsa_mod_exp_crt_ioctl = NULL; #endif #ifndef OPENSSL_NO_DSA