summaryrefslogtreecommitdiffstats
path: root/crypto/asn1/i2d_r_pu.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/asn1/i2d_r_pu.c')
-rw-r--r--crypto/asn1/i2d_r_pu.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/crypto/asn1/i2d_r_pu.c b/crypto/asn1/i2d_r_pu.c
index 6d01bfa8b5..142392f1ae 100644
--- a/crypto/asn1/i2d_r_pu.c
+++ b/crypto/asn1/i2d_r_pu.c
@@ -109,4 +109,10 @@ int i2d_RSAPublicKey(RSA *a, unsigned char **pp)
*pp=p;
return(t);
}
+#else /* !NO_RSA */
+
+# if PEDANTIC
+static void *dummy=&dummy;
+# endif
+
#endif