summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortb <>2025-05-09 13:05:03 +0000
committertb <>2025-05-09 13:05:03 +0000
commit51ae2e1eb23ad0e80e9c5e0bf030bce381cb5c54 (patch)
treeb779d5dfb7c3b5a614125594aa1f553a55dffd75 /src
parent10fcb170cd8ef8d6a93c96162ab92350f43bcaa4 (diff)
downloadopenbsd-51ae2e1eb23ad0e80e9c5e0bf030bce381cb5c54.tar.gz
openbsd-51ae2e1eb23ad0e80e9c5e0bf030bce381cb5c54.tar.bz2
openbsd-51ae2e1eb23ad0e80e9c5e0bf030bce381cb5c54.zip
bss_log.c: don't rely on err.h pulling in bio.h
ok jsing
Diffstat (limited to 'src')
-rw-r--r--src/lib/libcrypto/bio/bss_log.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/bio/bss_log.c b/src/lib/libcrypto/bio/bss_log.c
index 9e2e882646..0b131e544f 100644
--- a/src/lib/libcrypto/bio/bss_log.c
+++ b/src/lib/libcrypto/bio/bss_log.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: bss_log.c,v 1.24 2023/07/05 21:23:37 beck Exp $ */ 1/* $OpenBSD: bss_log.c,v 1.25 2025/05/09 13:05:03 tb Exp $ */
2/* ==================================================================== 2/* ====================================================================
3 * Copyright (c) 1999 The OpenSSL Project. All rights reserved. 3 * Copyright (c) 1999 The OpenSSL Project. All rights reserved.
4 * 4 *
@@ -68,7 +68,7 @@
68#include <syslog.h> 68#include <syslog.h>
69 69
70#include <openssl/buffer.h> 70#include <openssl/buffer.h>
71#include <openssl/err.h> 71#include <openssl/bio.h>
72 72
73#include "bio_local.h" 73#include "bio_local.h"
74 74