diff options
Diffstat (limited to 'src/lib/libcrypto/dsa/dsa_locl.h')
-rw-r--r-- | src/lib/libcrypto/dsa/dsa_locl.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/lib/libcrypto/dsa/dsa_locl.h b/src/lib/libcrypto/dsa/dsa_locl.h index c65a2f20cf..cdb38e036b 100644 --- a/src/lib/libcrypto/dsa/dsa_locl.h +++ b/src/lib/libcrypto/dsa/dsa_locl.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: dsa_locl.h,v 1.2 2014/06/12 15:49:28 deraadt Exp $ */ | 1 | /* $OpenBSD: dsa_locl.h,v 1.3 2016/12/21 15:49:29 jsing Exp $ */ |
2 | /* ==================================================================== | 2 | /* ==================================================================== |
3 | * Copyright (c) 2007 The OpenSSL Project. All rights reserved. | 3 | * Copyright (c) 2007 The OpenSSL Project. All rights reserved. |
4 | * | 4 | * |
@@ -55,7 +55,11 @@ | |||
55 | 55 | ||
56 | #include <openssl/dsa.h> | 56 | #include <openssl/dsa.h> |
57 | 57 | ||
58 | __BEGIN_HIDDEN_DECLS | ||
59 | |||
58 | int dsa_builtin_paramgen(DSA *ret, size_t bits, size_t qbits, | 60 | int dsa_builtin_paramgen(DSA *ret, size_t bits, size_t qbits, |
59 | const EVP_MD *evpmd, const unsigned char *seed_in, size_t seed_len, | 61 | const EVP_MD *evpmd, const unsigned char *seed_in, size_t seed_len, |
60 | unsigned char *seed_out, | 62 | unsigned char *seed_out, |
61 | int *counter_ret, unsigned long *h_ret, BN_GENCB *cb); | 63 | int *counter_ret, unsigned long *h_ret, BN_GENCB *cb); |
64 | |||
65 | __END_HIDDEN_DECLS | ||