summaryrefslogtreecommitdiffstats
path: root/crypto/openssl/apps/rsautl.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssl/apps/rsautl.c')
-rw-r--r--crypto/openssl/apps/rsautl.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/crypto/openssl/apps/rsautl.c b/crypto/openssl/apps/rsautl.c
index bcb94c3..de231b0 100644
--- a/crypto/openssl/apps/rsautl.c
+++ b/crypto/openssl/apps/rsautl.c
@@ -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
OpenPOWER on IntegriCloud