summaryrefslogtreecommitdiff
path: root/app/openssl/crypto/dsa/dsa_locl.h
diff options
context:
space:
mode:
Diffstat (limited to 'app/openssl/crypto/dsa/dsa_locl.h')
-rw-r--r--app/openssl/crypto/dsa/dsa_locl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/openssl/crypto/dsa/dsa_locl.h b/app/openssl/crypto/dsa/dsa_locl.h
index 2b8cfee3..21e2e452 100644
--- a/app/openssl/crypto/dsa/dsa_locl.h
+++ b/app/openssl/crypto/dsa/dsa_locl.h
@@ -56,4 +56,5 @@
int dsa_builtin_paramgen(DSA *ret, size_t bits, size_t qbits,
const EVP_MD *evpmd, const unsigned char *seed_in, size_t seed_len,
+ unsigned char *seed_out,
int *counter_ret, unsigned long *h_ret, BN_GENCB *cb);