diff options
Diffstat (limited to 'src/lib/libssl/src/apps/dsa.c')
-rw-r--r-- | src/lib/libssl/src/apps/dsa.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/lib/libssl/src/apps/dsa.c b/src/lib/libssl/src/apps/dsa.c index a4132de0ea..6df8c25596 100644 --- a/src/lib/libssl/src/apps/dsa.c +++ b/src/lib/libssl/src/apps/dsa.c | |||
@@ -71,8 +71,6 @@ | |||
71 | #include <openssl/pem.h> | 71 | #include <openssl/pem.h> |
72 | #include <openssl/bn.h> | 72 | #include <openssl/bn.h> |
73 | 73 | ||
74 | #undef PROG | ||
75 | #define PROG dsa_main | ||
76 | 74 | ||
77 | /* -inform arg - input format - default PEM (one of DER, NET or PEM) | 75 | /* -inform arg - input format - default PEM (one of DER, NET or PEM) |
78 | * -outform arg - output format - default PEM | 76 | * -outform arg - output format - default PEM |
@@ -92,10 +90,10 @@ | |||
92 | * -modulus - print the DSA public key | 90 | * -modulus - print the DSA public key |
93 | */ | 91 | */ |
94 | 92 | ||
95 | int MAIN(int, char **); | 93 | int dsa_main(int, char **); |
96 | 94 | ||
97 | int | 95 | int |
98 | MAIN(int argc, char **argv) | 96 | dsa_main(int argc, char **argv) |
99 | { | 97 | { |
100 | ENGINE *e = NULL; | 98 | ENGINE *e = NULL; |
101 | int ret = 1; | 99 | int ret = 1; |