X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=apps%2Fx509.c;h=5f61eb5c467a54d125ba42a65ae0cd7d78bc0f4e;hb=761f3b403b45d3260b5c7cdfce45a57691c27c60;hp=393d0d1f47c3235b1b3f9c15e54f716cc3d26f6f;hpb=7d727231b735750c0876089204fe46c058e3f675;p=oweals%2Fopenssl.git diff --git a/apps/x509.c b/apps/x509.c index 393d0d1f47..5f61eb5c46 100644 --- a/apps/x509.c +++ b/apps/x509.c @@ -73,8 +73,12 @@ #include #include #include +#ifndef OPENSSL_NO_RSA #include +#endif +#ifndef OPENSSL_NO_DSA #include +#endif #undef PROG #define PROG x509_main