Merge branch 'OpenSSL_1_0_2-stable' of git.openssl.org:openssl into OpenSSL_1_0_2...
[openssl.git] / apps / rsautl.c
index 923e2b682f965920d64c913c18cd1e85289a717e..b01f004eb3f6c8c91e43fe53d19e61a68d4a6b7b 100644 (file)
@@ -342,4 +342,10 @@ static void usage()
 
 }
 
+#else /* !OPENSSL_NO_RSA */
+
+# if PEDANTIC
+static void *dummy=&dummy;
+# endif
+
 #endif