diff options
| author | jsing <> | 2014-04-18 04:17:17 +0000 |
|---|---|---|
| committer | jsing <> | 2014-04-18 04:17:17 +0000 |
| commit | f4343e0dc340555ad1fb7675362f928efc6c86b1 (patch) | |
| tree | e869506c6d6213e654e14622e711287bb46f2bc2 /src/lib/libssl/src/apps/genrsa.c | |
| parent | 23ea564abeed2b4cd53a703ed8acdb6b8d9afe1e (diff) | |
| download | openbsd-f4343e0dc340555ad1fb7675362f928efc6c86b1.tar.gz openbsd-f4343e0dc340555ad1fb7675362f928efc6c86b1.tar.bz2 openbsd-f4343e0dc340555ad1fb7675362f928efc6c86b1.zip | |
Remove MAIN and PROG defines now that we do not compile non-monolithic.
ok tedu@
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 |
