summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/evp/evp_lib.c
diff options
context:
space:
mode:
authortb <>2022-01-07 11:13:55 +0000
committertb <>2022-01-07 11:13:55 +0000
commitbe94cfe2fe331560a143676b8617867e0f0674a0 (patch)
treecea8fd9df9e62ee53af6f8a820cebc3c266aa116 /src/lib/libcrypto/evp/evp_lib.c
parent79f266d95b1179bddc9e06127734346144314625 (diff)
downloadopenbsd-be94cfe2fe331560a143676b8617867e0f0674a0.tar.gz
openbsd-be94cfe2fe331560a143676b8617867e0f0674a0.tar.bz2
openbsd-be94cfe2fe331560a143676b8617867e0f0674a0.zip
include asn1_locl.h where it will be needed for the bump.
discussed with jsing
Diffstat (limited to 'src/lib/libcrypto/evp/evp_lib.c')
-rw-r--r--src/lib/libcrypto/evp/evp_lib.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/evp/evp_lib.c b/src/lib/libcrypto/evp/evp_lib.c
index 63bd147fea..8070fa45ae 100644
--- a/src/lib/libcrypto/evp/evp_lib.c
+++ b/src/lib/libcrypto/evp/evp_lib.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: evp_lib.c,v 1.21 2021/12/24 12:55:04 tb Exp $ */ 1/* $OpenBSD: evp_lib.c,v 1.22 2022/01/07 11:13:54 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 *
@@ -63,6 +63,7 @@
63#include <openssl/evp.h> 63#include <openssl/evp.h>
64#include <openssl/objects.h> 64#include <openssl/objects.h>
65 65
66#include "asn1_locl.h"
66#include "evp_locl.h" 67#include "evp_locl.h"
67 68
68int 69int