summaryrefslogtreecommitdiffstats
path: root/apps/pem_mail.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/pem_mail.c')
-rw-r--r--apps/pem_mail.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/pem_mail.c b/apps/pem_mail.c
index b60c9a3922..f85c7b1c83 100644
--- a/apps/pem_mail.c
+++ b/apps/pem_mail.c
@@ -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