projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a2bbe59
)
rsautl.c requires RSA.
author
Bodo Möller
<bodo@openssl.org>
Thu, 26 Oct 2000 12:05:57 +0000
(12:05 +0000)
committer
Bodo Möller
<bodo@openssl.org>
Thu, 26 Oct 2000 12:05:57 +0000
(12:05 +0000)
apps/rsautl.c
patch
|
blob
|
history
diff --git
a/apps/rsautl.c
b/apps/rsautl.c
index bcb94c3d81040c772aeb62bec3efe2701d3b5745..de231b045654f29697470bec45c00c53419f044a 100644
(file)
--- a/
apps/rsautl.c
+++ b/
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