summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/pem/pem.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/pem/pem.h')
-rw-r--r--src/lib/libcrypto/pem/pem.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libcrypto/pem/pem.h b/src/lib/libcrypto/pem/pem.h
index 130acbccf4..af841caee6 100644
--- a/src/lib/libcrypto/pem/pem.h
+++ b/src/lib/libcrypto/pem/pem.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: pem.h,v 1.26 2023/04/25 17:51:36 tb Exp $ */ 1/* $OpenBSD: pem.h,v 1.27 2024/03/29 02:22:18 jsing Exp $ */
2/* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com) 2/* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com)
3 * All rights reserved. 3 * All rights reserved.
4 * 4 *
@@ -69,7 +69,6 @@
69#endif 69#endif
70#include <openssl/evp.h> 70#include <openssl/evp.h>
71#include <openssl/x509.h> 71#include <openssl/x509.h>
72#include <openssl/pem2.h>
73 72
74#ifdef __cplusplus 73#ifdef __cplusplus
75extern "C" { 74extern "C" {