X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=apps%2Fpem_mail.c;h=f85c7b1c831afff521957b221319c6730a783712;hb=20b85fdd7644aa940e50a158a1b2c8010bb36443;hp=acbf7bd9a02e0a110c2864a4be7e25fbe552eedf;hpb=6b691a5c85ddc4e407e32781841fee5c029506cd;p=oweals%2Fopenssl.git diff --git a/apps/pem_mail.c b/apps/pem_mail.c index acbf7bd9a0..f85c7b1c83 100644 --- a/apps/pem_mail.c +++ b/apps/pem_mail.c @@ -56,13 +56,14 @@ * [including the GNU Public Licence.] */ +#ifndef NO_RSA #include -#include "rsa.h" -#include "evp.h" -#include "objects.h" -#include "x509.h" -#include "err.h" -#include "pem.h" +#include +#include +#include +#include +#include +#include #include "apps.h" #undef PROG @@ -166,3 +167,4 @@ err: ERR_print_errors(bio_err); EXIT(1); } +#endif