Change default bits to 1024
This commit is contained in:
parent
6c86b69729
commit
bf1d32e52a
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@
|
|||
#include <openssl/pem.h>
|
||||
#include <openssl/rand.h>
|
||||
|
||||
#define DEFBITS 512
|
||||
#define DEFBITS 1024
|
||||
#undef PROG
|
||||
#define PROG genrsa_main
|
||||
|
||||
|
|
Loading…
Reference in a new issue