Make NO_RSA compile with pedantic.
[openssl.git] / rsaref / rsaref.c
index 7677eb9fce9fa10c9f7c2abf4e082f32d6a5fbde..55cebc8fcb3c984c474d752b4cfde01db5aea62a 100644 (file)
@@ -298,4 +298,10 @@ err:
        memset(&rnd,0,sizeof(rnd));
        return(outlen);
        }
+#else /* !NO_RSA */
+
+# if PEDANTIC
+static void *dummy=&dummy;
+# endif
+
 #endif