Commit 28967cf0 authored by Bodo Möller's avatar Bodo Möller
Browse files

rsautl.c requires RSA.

parent a2bbe594
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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