summaryrefslogtreecommitdiffstats
path: root/ssl/s2_meth.c
diff options
context:
space:
mode:
Diffstat (limited to 'ssl/s2_meth.c')
-rw-r--r--ssl/s2_meth.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/ssl/s2_meth.c b/ssl/s2_meth.c
index e2add164dd..54ff252d9a 100644
--- a/ssl/s2_meth.c
+++ b/ssl/s2_meth.c
@@ -86,4 +86,10 @@ SSL_METHOD *SSLv2_method(void)
}
return(&SSLv2_data);
}
+#else /* !NO_RSA */
+
+# if PEDANTIC
+static void *dummy=&dummy;
+# endif
+
#endif