summaryrefslogtreecommitdiff
path: root/src/lib/libssl/src/apps/genrsa.c
diff options
context:
space:
mode:
authormiod <>2014-04-13 15:16:37 +0000
committermiod <>2014-04-13 15:16:37 +0000
commit25175e3da5ec29dca5edfe32f588ea68b17071c9 (patch)
treeaf609a7374a1d1f305a0380423258452f82a8cd7 /src/lib/libssl/src/apps/genrsa.c
parentadb31f466163d59ad933cf9d299ce6c610f1cff3 (diff)
downloadopenbsd-25175e3da5ec29dca5edfe32f588ea68b17071c9.tar.gz
openbsd-25175e3da5ec29dca5edfe32f588ea68b17071c9.tar.bz2
openbsd-25175e3da5ec29dca5edfe32f588ea68b17071c9.zip
Import OpenSSL 1.0.1g
Diffstat (limited to 'src/lib/libssl/src/apps/genrsa.c')
-rw-r--r--src/lib/libssl/src/apps/genrsa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libssl/src/apps/genrsa.c b/src/lib/libssl/src/apps/genrsa.c
index 37e9310910..ece114c876 100644
--- a/src/lib/libssl/src/apps/genrsa.c
+++ b/src/lib/libssl/src/apps/genrsa.c
@@ -78,7 +78,7 @@
78#include <openssl/pem.h> 78#include <openssl/pem.h>
79#include <openssl/rand.h> 79#include <openssl/rand.h>
80 80
81#define DEFBITS 512 81#define DEFBITS 1024
82#undef PROG 82#undef PROG
83#define PROG genrsa_main 83#define PROG genrsa_main
84 84