diff options
Diffstat (limited to 'src/lib/libcrypto/dh/dh.h')
-rw-r--r-- | src/lib/libcrypto/dh/dh.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/dh/dh.h b/src/lib/libcrypto/dh/dh.h index 39e8d093e5..8e31d7542e 100644 --- a/src/lib/libcrypto/dh/dh.h +++ b/src/lib/libcrypto/dh/dh.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: dh.h,v 1.22 2018/02/20 17:38:15 tb Exp $ */ | 1 | /* $OpenBSD: dh.h,v 1.23 2018/02/20 17:59:31 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 | * |
@@ -183,6 +183,7 @@ DH * DH_new(void); | |||
183 | void DH_free(DH *dh); | 183 | void DH_free(DH *dh); |
184 | int DH_up_ref(DH *dh); | 184 | int DH_up_ref(DH *dh); |
185 | int DH_size(const DH *dh); | 185 | int DH_size(const DH *dh); |
186 | int DH_bits(const DH *dh); | ||
186 | int DH_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func, | 187 | int DH_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func, |
187 | CRYPTO_EX_dup *dup_func, CRYPTO_EX_free *free_func); | 188 | CRYPTO_EX_dup *dup_func, CRYPTO_EX_free *free_func); |
188 | int DH_set_ex_data(DH *d, int idx, void *arg); | 189 | int DH_set_ex_data(DH *d, int idx, void *arg); |