From 28967cf079aa86f18b125f75258f4a73348796b6 Mon Sep 17 00:00:00 2001 From: Bodo Möller Date: Thu, 26 Oct 2000 12:05:57 +0000 Subject: rsautl.c requires RSA. --- apps/rsautl.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'apps') 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 -- cgit v1.2.3