add "randomness"
[openssl.git] / crypto / pem / pem_seal.c
index 5f5d2c0e43ddada4212f3b10843e23e763624583..126e29d375d0afe529769ae858c8381a7f37ce76 100644 (file)
@@ -56,6 +56,7 @@
  * [including the GNU Public Licence.]
  */
 
+#ifndef NO_RSA
 #include <stdio.h>
 #include "cryptlib.h"
 #include <openssl/evp.h>
@@ -174,3 +175,10 @@ err:
        if (s != NULL) Free(s);
        return(ret);
        }
+#else /* !NO_RSA */
+
+# if PEDANTIC
+static void *dummy=&dummy;
+# endif
+
+#endif