diff options
Diffstat (limited to 'src/lib/libcrypto/dsa/dsa.h')
-rw-r--r-- | src/lib/libcrypto/dsa/dsa.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/dsa/dsa.h b/src/lib/libcrypto/dsa/dsa.h index 608c15df6b..21e5baa235 100644 --- a/src/lib/libcrypto/dsa/dsa.h +++ b/src/lib/libcrypto/dsa/dsa.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: dsa.h,v 1.24 2018/02/17 14:35:40 jsing Exp $ */ | 1 | /* $OpenBSD: dsa.h,v 1.25 2018/02/18 12:50:58 tb Exp $ */ |
2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
3 | * All rights reserved. | 3 | * All rights reserved. |
4 | * | 4 | * |
@@ -259,6 +259,7 @@ DH *DSA_dup_DH(const DSA *r); | |||
259 | 259 | ||
260 | void DSA_get0_pqg(const DSA *d, const BIGNUM **p, const BIGNUM **q, | 260 | void DSA_get0_pqg(const DSA *d, const BIGNUM **p, const BIGNUM **q, |
261 | const BIGNUM **g); | 261 | const BIGNUM **g); |
262 | int DSA_set0_pqg(DSA *d, BIGNUM *p, BIGNUM *q, BIGNUM *g); | ||
262 | void DSA_get0_key(const DSA *d, const BIGNUM **pub_key, const BIGNUM **priv_key); | 263 | void DSA_get0_key(const DSA *d, const BIGNUM **pub_key, const BIGNUM **priv_key); |
263 | 264 | ||
264 | #define EVP_PKEY_CTX_set_dsa_paramgen_bits(ctx, nbits) \ | 265 | #define EVP_PKEY_CTX_set_dsa_paramgen_bits(ctx, nbits) \ |