summaryrefslogtreecommitdiffstats
path: root/engines
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2010-05-15 00:19:44 +0000
committerDr. Stephen Henson <steve@openssl.org>2010-05-15 00:19:44 +0000
commite855d538de55e879019dfbf1467b578e50b75730 (patch)
tree39c407c9de43757e3e575b3bc542d6473f3f0a9d /engines
parent629fd3aa913f547f6228740d5068193f283abe94 (diff)
PR: 2255
Submitted By: Ger Hobbelt <ger@hobbelt.com> Place RSA dependent variable under #ifndef OPENSSL_NO_RSA
Diffstat (limited to 'engines')
-rw-r--r--engines/e_ubsec.c2
1 files changed, 1 insertions, 1 deletions
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