diff options
| author | tb <> | 2025-05-09 13:05:03 +0000 |
|---|---|---|
| committer | tb <> | 2025-05-09 13:05:03 +0000 |
| commit | 31f8ff69a39e94b6e271f5ddcc81c8473dd69b4a (patch) | |
| tree | b779d5dfb7c3b5a614125594aa1f553a55dffd75 /src/lib | |
| parent | 408ef0f57afffc0126e90e96873f2e37d00ea680 (diff) | |
| download | openbsd-31f8ff69a39e94b6e271f5ddcc81c8473dd69b4a.tar.gz openbsd-31f8ff69a39e94b6e271f5ddcc81c8473dd69b4a.tar.bz2 openbsd-31f8ff69a39e94b6e271f5ddcc81c8473dd69b4a.zip | |
bss_log.c: don't rely on err.h pulling in bio.h
ok jsing
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/libcrypto/bio/bss_log.c | 4 |
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 | ||
