diff options
Diffstat (limited to 'src/lib/libssl/src/apps/genrsa.c')
| -rw-r--r-- | src/lib/libssl/src/apps/genrsa.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/lib/libssl/src/apps/genrsa.c b/src/lib/libssl/src/apps/genrsa.c index 67e68fc20a..98ab23a571 100644 --- a/src/lib/libssl/src/apps/genrsa.c +++ b/src/lib/libssl/src/apps/genrsa.c | |||
| @@ -79,15 +79,13 @@ | |||
| 79 | #include <openssl/rand.h> | 79 | #include <openssl/rand.h> |
| 80 | 80 | ||
| 81 | #define DEFBITS 1024 | 81 | #define DEFBITS 1024 |
| 82 | #undef PROG | ||
| 83 | #define PROG genrsa_main | ||
| 84 | 82 | ||
| 85 | static int genrsa_cb(int p, int n, BN_GENCB * cb); | 83 | static int genrsa_cb(int p, int n, BN_GENCB * cb); |
| 86 | 84 | ||
| 87 | int MAIN(int, char **); | 85 | int genrsa_main(int, char **); |
| 88 | 86 | ||
| 89 | int | 87 | int |
| 90 | MAIN(int argc, char **argv) | 88 | genrsa_main(int argc, char **argv) |
| 91 | { | 89 | { |
| 92 | BN_GENCB cb; | 90 | BN_GENCB cb; |
| 93 | #ifndef OPENSSL_NO_ENGINE | 91 | #ifndef OPENSSL_NO_ENGINE |
