Change default bits to 1024

This commit is contained in:
Dr. Stephen Henson 2013-01-07 16:13:48 +00:00
parent 6c86b69729
commit bf1d32e52a

View file

@ -78,7 +78,7 @@
#include <openssl/pem.h>
#include <openssl/rand.h>
#define DEFBITS 512
#define DEFBITS 1024
#undef PROG
#define PROG genrsa_main