From b3f4fb1f7265655f0b7277dbe83b5c2e507b086e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bodo=20M=C3=B6ller?= Date: Thu, 26 Oct 2000 12:05:22 +0000 Subject: [PATCH] rsautl.c requires RSA. --- apps/rsautl.c | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.25.1