rsautl.c requires RSA.

This commit is contained in:
Bodo Möller 2000-10-26 12:05:57 +00:00
parent a2bbe59401
commit 28967cf079
1 changed files with 4 additions and 0 deletions

View File

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