diff options
Diffstat (limited to 'lib/libssl/src/apps/rsautl.c')
-rw-r--r-- | lib/libssl/src/apps/rsautl.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/libssl/src/apps/rsautl.c b/lib/libssl/src/apps/rsautl.c index 2ef75649dd7..95fce436bb4 100644 --- a/lib/libssl/src/apps/rsautl.c +++ b/lib/libssl/src/apps/rsautl.c @@ -55,6 +55,9 @@ * Hudson (tjh@cryptsoft.com). * */ + +#ifndef NO_RSA + #include "apps.h" #include <string.h> #include <openssl/err.h> @@ -313,3 +316,4 @@ static void usage() BIO_printf(bio_err, "-hexdump hex dump output\n"); } +#endif |