Commit abd01ea2 authored by Dr. Stephen Henson's avatar Dr. Stephen Henson
Browse files

Change default bits to 1024

parent a5b2791c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -78,7 +78,7 @@
#include <openssl/pem.h>
#include <openssl/rand.h>

#define DEFBITS	512
#define DEFBITS	1024
#undef PROG
#define PROG genrsa_main