diff options
Diffstat (limited to 'src/lib/libcrypto/dsa/dsagen.c')
-rw-r--r-- | src/lib/libcrypto/dsa/dsagen.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/lib/libcrypto/dsa/dsagen.c b/src/lib/libcrypto/dsa/dsagen.c index 20335de250..a0b0976640 100644 --- a/src/lib/libcrypto/dsa/dsagen.c +++ b/src/lib/libcrypto/dsa/dsagen.c | |||
@@ -57,7 +57,7 @@ | |||
57 | */ | 57 | */ |
58 | 58 | ||
59 | #include <stdio.h> | 59 | #include <stdio.h> |
60 | #include "dsa.h" | 60 | #include <openssl/dsa.h> |
61 | 61 | ||
62 | #define TEST | 62 | #define TEST |
63 | #define GENUINE_DSA | 63 | #define GENUINE_DSA |
@@ -77,8 +77,7 @@ unsigned char seed[20]={ | |||
77 | 0xe0,0x42,0x7d,LAST_VALUE}; | 77 | 0xe0,0x42,0x7d,LAST_VALUE}; |
78 | #endif | 78 | #endif |
79 | 79 | ||
80 | int cb(p,n) | 80 | int cb(int p, int n) |
81 | int p,n; | ||
82 | { | 81 | { |
83 | char c='*'; | 82 | char c='*'; |
84 | 83 | ||