PR: 2255
authorDr. Stephen Henson <steve@openssl.org>
Sat, 15 May 2010 00:19:44 +0000 (00:19 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Sat, 15 May 2010 00:19:44 +0000 (00:19 +0000)
Submitted By: Ger Hobbelt <ger@hobbelt.com>

Place RSA dependent variable under #ifndef OPENSSL_NO_RSA

engines/e_ubsec.c

index b6854108362ef5de1f8639c55edc42aadf216ea5..9b747b9aeae2c4c618aa08c03e497d283c9f7bf4 100644 (file)
@@ -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