summaryrefslogtreecommitdiffstats
path: root/crypto/asn1/d2i_r_pr.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/asn1/d2i_r_pr.c')
-rw-r--r--crypto/asn1/d2i_r_pr.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/crypto/asn1/d2i_r_pr.c b/crypto/asn1/d2i_r_pr.c
index b6b2fc81a4..6c8a45f821 100644
--- a/crypto/asn1/d2i_r_pr.c
+++ b/crypto/asn1/d2i_r_pr.c
@@ -119,4 +119,10 @@ err:
return(NULL);
}
+#else /* !NO_RSA */
+
+# if PEDANTIC
+static void *dummy=&dummy;
+# endif
+
#endif