diff options
| author | tb <> | 2026-01-01 06:51:49 +0000 |
|---|---|---|
| committer | tb <> | 2026-01-01 06:51:49 +0000 |
| commit | 632157bcbfb0f5031f0b5a0f3f3277c98c5cc846 (patch) | |
| tree | 1197749aa6704ff9e0a1c55a3bcc59d18e4a7ef8 /src/lib | |
| parent | cf05aaf03232b61ed182ae5868d7f3863bc87921 (diff) | |
| download | openbsd-632157bcbfb0f5031f0b5a0f3f3277c98c5cc846.tar.gz openbsd-632157bcbfb0f5031f0b5a0f3f3277c98c5cc846.tar.bz2 openbsd-632157bcbfb0f5031f0b5a0f3f3277c98c5cc846.zip | |
x509.h: annotate why X509_PKEY cannot be made opaque
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/libcrypto/x509/x509.h | 3 |
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 | ||
| 245 | DECLARE_STACK_OF(X509_CRL) | 245 | DECLARE_STACK_OF(X509_CRL) |
| 246 | 246 | ||
| 247 | /* www/apache2 reaches into this. */ | ||
| 247 | typedef struct private_key_st { | 248 | typedef struct private_key_st { |
| 248 | EVP_PKEY *dec_pkey; | 249 | EVP_PKEY *dec_pkey; |
| 249 | } X509_PKEY; | 250 | } X509_PKEY; |
