diff options
Diffstat (limited to '')
-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 7e73b205b0..8fe7c668b2 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.28 2018/02/20 17:48:35 tb Exp $ */ | 1 | /* $OpenBSD: dsa.h,v 1.29 2018/02/20 17:52:27 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 | * |
@@ -267,6 +267,7 @@ int DSA_set0_key(DSA *d, BIGNUM *pub_key, BIGNUM *priv_key); | |||
267 | void DSA_clear_flags(DSA *d, int flags); | 267 | void DSA_clear_flags(DSA *d, int flags); |
268 | int DSA_test_flags(const DSA *d, int flags); | 268 | int DSA_test_flags(const DSA *d, int flags); |
269 | void DSA_set_flags(DSA *d, int flags); | 269 | void DSA_set_flags(DSA *d, int flags); |
270 | ENGINE *DSA_get0_engine(DSA *d); | ||
270 | 271 | ||
271 | #define EVP_PKEY_CTX_set_dsa_paramgen_bits(ctx, nbits) \ | 272 | #define EVP_PKEY_CTX_set_dsa_paramgen_bits(ctx, nbits) \ |
272 | EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_DSA, EVP_PKEY_OP_PARAMGEN, \ | 273 | EVP_PKEY_CTX_ctrl(ctx, EVP_PKEY_DSA, EVP_PKEY_OP_PARAMGEN, \ |