summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/asn1/a_pkey.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/asn1/a_pkey.c')
-rw-r--r--src/lib/libcrypto/asn1/a_pkey.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/asn1/a_pkey.c b/src/lib/libcrypto/asn1/a_pkey.c
index 5e6787d641..2e97d32ab4 100644
--- a/src/lib/libcrypto/asn1/a_pkey.c
+++ b/src/lib/libcrypto/asn1/a_pkey.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: a_pkey.c,v 1.1 2021/12/04 15:38:10 jsing Exp $ */ 1/* $OpenBSD: a_pkey.c,v 1.2 2021/12/12 21:30:13 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 *
@@ -72,6 +72,7 @@
72#endif 72#endif
73 73
74#include "asn1_locl.h" 74#include "asn1_locl.h"
75#include "evp_locl.h"
75 76
76EVP_PKEY * 77EVP_PKEY *
77d2i_PrivateKey(int type, EVP_PKEY **a, const unsigned char **pp, long length) 78d2i_PrivateKey(int type, EVP_PKEY **a, const unsigned char **pp, long length)