Generate DLLs with Mingw32.
[openssl.git] / ssl / s2_meth.c
index 9d03c83cb49e30e7cfdb7d7457a517c26ccc93c1..e2add164ddbee56fcded632f368dc1cc41edc850 100644 (file)
@@ -56,6 +56,7 @@
  * [including the GNU Public Licence.]
  */
 
+#ifndef NO_RSA
 #include <stdio.h>
 #include <openssl/objects.h>
 #include "ssl_locl.h"
@@ -85,4 +86,4 @@ SSL_METHOD *SSLv2_method(void)
                }
        return(&SSLv2_data);
        }
-
+#endif