From 632157bcbfb0f5031f0b5a0f3f3277c98c5cc846 Mon Sep 17 00:00:00 2001 From: tb <> Date: Thu, 1 Jan 2026 06:51:49 +0000 Subject: x509.h: annotate why X509_PKEY cannot be made opaque --- src/lib/libcrypto/x509/x509.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/lib') 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 @@ -/* $OpenBSD: x509.h,v 1.125 2025/12/11 13:05:22 tb Exp $ */ +/* $OpenBSD: x509.h,v 1.126 2026/01/01 06:51:49 tb Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -244,6 +244,7 @@ typedef struct X509_crl_info_st X509_CRL_INFO; DECLARE_STACK_OF(X509_CRL) +/* www/apache2 reaches into this. */ typedef struct private_key_st { EVP_PKEY *dec_pkey; } X509_PKEY; -- cgit v1.2.3-55-g6feb