summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/dh/dh_asn1.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/dh/dh_asn1.c')
-rw-r--r--src/lib/libcrypto/dh/dh_asn1.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/libcrypto/dh/dh_asn1.c b/src/lib/libcrypto/dh/dh_asn1.c
index f485029313..10184f0b2d 100644
--- a/src/lib/libcrypto/dh/dh_asn1.c
+++ b/src/lib/libcrypto/dh/dh_asn1.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: dh_asn1.c,v 1.10 2016/12/30 15:26:49 jsing Exp $ */ 1/* $OpenBSD: dh_asn1.c,v 1.11 2022/01/07 09:27:13 tb Exp $ */
2/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL 2/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
3 * project 2000. 3 * project 2000.
4 */ 4 */
@@ -63,6 +63,8 @@
63#include <openssl/dh.h> 63#include <openssl/dh.h>
64#include <openssl/objects.h> 64#include <openssl/objects.h>
65 65
66#include "dh_local.h"
67
66/* Override the default free and new methods */ 68/* Override the default free and new methods */
67static int 69static int
68dh_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, void *exarg) 70dh_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, void *exarg)