rsautl.c requires RSA.

This commit is contained in:
Bodo Möller 2000-10-26 12:05:57 +00:00
parent a2bbe59401
commit 28967cf079

View File

@ -55,6 +55,9 @@
* Hudson (tjh@cryptsoft.com). * Hudson (tjh@cryptsoft.com).
* *
*/ */
#ifndef NO_RSA
#include "apps.h" #include "apps.h"
#include <string.h> #include <string.h>
#include <openssl/err.h> #include <openssl/err.h>
@ -288,3 +291,4 @@ static void usage()
BIO_printf(bio_err, "-hexdump hex dump output\n"); BIO_printf(bio_err, "-hexdump hex dump output\n");
} }
#endif