summaryrefslogtreecommitdiffstats
path: root/crypto/asn1/n_pkey.c
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>2000-01-08 21:06:24 +0000
committerBen Laurie <ben@openssl.org>2000-01-08 21:06:24 +0000
commit752d706aaf651ce87368bc826a3035a6a4f31190 (patch)
treeaee963771a74b435db3cac890768367920737602 /crypto/asn1/n_pkey.c
parentc3ed3b6eab8b8f3a8ebe6fc6f5d14b4faf3c8cbe (diff)
Make NO_RSA compile with pedantic.
Diffstat (limited to 'crypto/asn1/n_pkey.c')
-rw-r--r--crypto/asn1/n_pkey.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/crypto/asn1/n_pkey.c b/crypto/asn1/n_pkey.c
index b2fdadcc15..7e3d666f6e 100644
--- a/crypto/asn1/n_pkey.c
+++ b/crypto/asn1/n_pkey.c
@@ -338,4 +338,11 @@ static void NETSCAPE_PKEY_free(NETSCAPE_PKEY *a)
}
#endif /* NO_RC4 */
+
+#else /* !NO_RSA */
+
+# if PEDANTIC
+static void *dummy=&dummy;
+# endif
+
#endif