X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=apps%2Fx509.c;h=5f61eb5c467a54d125ba42a65ae0cd7d78bc0f4e;hp=393d0d1f47c3235b1b3f9c15e54f716cc3d26f6f;hb=b3836ed3cbeb9a5d735597e8a79ffea5894cb470;hpb=7d727231b735750c0876089204fe46c058e3f675 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