From: Bodo Möller Date: Thu, 26 Oct 2000 12:05:22 +0000 (+0000) Subject: rsautl.c requires RSA. X-Git-Tag: OpenSSL_0_9_6a-beta1~124 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=b3f4fb1f7265655f0b7277dbe83b5c2e507b086e;p=oweals%2Fopenssl.git rsautl.c requires RSA. --- diff --git a/apps/rsautl.c b/apps/rsautl.c index bcb94c3d81..de231b0456 100644 --- a/apps/rsautl.c +++ b/apps/rsautl.c @@ -55,6 +55,9 @@ * Hudson (tjh@cryptsoft.com). * */ + +#ifndef NO_RSA + #include "apps.h" #include #include @@ -288,3 +291,4 @@ static void usage() BIO_printf(bio_err, "-hexdump hex dump output\n"); } +#endif