summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/libcrypto/x509/x509.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/x509/x509.h b/src/lib/libcrypto/x509/x509.h
index 28cad5149a..7b33fef3c3 100644
--- a/src/lib/libcrypto/x509/x509.h
+++ b/src/lib/libcrypto/x509/x509.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: x509.h,v 1.125 2025/12/11 13:05:22 tb Exp $ */ 1/* $OpenBSD: x509.h,v 1.126 2026/01/01 06:51:49 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 *
@@ -244,6 +244,7 @@ typedef struct X509_crl_info_st X509_CRL_INFO;
244 244
245DECLARE_STACK_OF(X509_CRL) 245DECLARE_STACK_OF(X509_CRL)
246 246
247/* www/apache2 reaches into this. */
247typedef struct private_key_st { 248typedef struct private_key_st {
248 EVP_PKEY *dec_pkey; 249 EVP_PKEY *dec_pkey;
249} X509_PKEY; 250} X509_PKEY;