summaryrefslogtreecommitdiff
path: root/cipher/rsa.c
diff options
context:
space:
mode:
Diffstat (limited to 'cipher/rsa.c')
-rw-r--r--cipher/rsa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cipher/rsa.c b/cipher/rsa.c
index d62ae04f..a2200e33 100644
--- a/cipher/rsa.c
+++ b/cipher/rsa.c
@@ -611,7 +611,7 @@ static char *rsa_names[] =
NULL,
};
-gcry_pk_spec_t pubkey_spec_rsa =
+gcry_pk_spec_t _gcry_pubkey_spec_rsa =
{
"RSA", rsa_names,
"ne", "nedpqu", "a", "s", "n",