summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/dh/dh_local.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/dh/dh_local.h')
-rw-r--r--src/lib/libcrypto/dh/dh_local.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libcrypto/dh/dh_local.h b/src/lib/libcrypto/dh/dh_local.h
index 928f2c0c8b..22e2256906 100644
--- a/src/lib/libcrypto/dh/dh_local.h
+++ b/src/lib/libcrypto/dh/dh_local.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: dh_local.h,v 1.3 2022/01/14 08:25:44 tb Exp $ */ 1/* $OpenBSD: dh_local.h,v 1.4 2023/11/29 21:35:57 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 *
@@ -100,7 +100,6 @@ struct dh_st {
100 int references; 100 int references;
101 CRYPTO_EX_DATA ex_data; 101 CRYPTO_EX_DATA ex_data;
102 const DH_METHOD *meth; 102 const DH_METHOD *meth;
103 ENGINE *engine;
104}; 103};
105 104
106/* 105/*