New Configure option no-<cipher> (rsa, idea, rc5, ...).
[openssl.git] / apps / pem_mail.c
index b60c9a39223eba49e348f4572b326968e278e859..f85c7b1c831afff521957b221319c6730a783712 100644 (file)
@@ -56,6 +56,7 @@
  * [including the GNU Public Licence.]
  */
 
+#ifndef NO_RSA
 #include <stdio.h>
 #include <openssl/rsa.h>
 #include <openssl/evp.h>
@@ -166,3 +167,4 @@ err:
        ERR_print_errors(bio_err);
        EXIT(1);
        }
+#endif