X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=apps%2Fpem_mail.c;h=f85c7b1c831afff521957b221319c6730a783712;hp=b60c9a39223eba49e348f4572b326968e278e859;hb=f5d7a031a3c3e7b1700a67d6dc19daf3718ce6ee;hpb=b64f825671861144e1c24f2a5498a95a083021cd;ds=sidebyside 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 #include #include @@ -166,3 +167,4 @@ err: ERR_print_errors(bio_err); EXIT(1); } +#endif