summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/dh/dh.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/dh/dh.h')
-rw-r--r--src/lib/libcrypto/dh/dh.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/dh/dh.h b/src/lib/libcrypto/dh/dh.h
index a5e686b21a..082b50254d 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.24 2018/02/20 18:01:42 tb Exp $ */ 1/* $OpenBSD: dh.h,v 1.25 2018/02/22 16:41:04 jsing 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 *
@@ -189,6 +189,7 @@ int DH_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,
189int DH_set_ex_data(DH *d, int idx, void *arg); 189int DH_set_ex_data(DH *d, int idx, void *arg);
190void *DH_get_ex_data(DH *d, int idx); 190void *DH_get_ex_data(DH *d, int idx);
191 191
192ENGINE *DH_get0_engine(DH *d);
192void DH_get0_pqg(const DH *dh, const BIGNUM **p, const BIGNUM **q, 193void DH_get0_pqg(const DH *dh, const BIGNUM **p, const BIGNUM **q,
193 const BIGNUM **g); 194 const BIGNUM **g);
194int DH_set0_pqg(DH *dh, BIGNUM *p, BIGNUM *q, BIGNUM *g); 195int DH_set0_pqg(DH *dh, BIGNUM *p, BIGNUM *q, BIGNUM *g);