aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2025-05-10 21:56:05 +0200
committerTheo Buehler <tb@openbsd.org>2025-05-10 21:56:05 +0200
commit364fc5b9b9745b071d61afd79b1629d29484695e (patch)
tree0d01e7264f1da7c974601f0448b906205f8ece8b
parentbc15cfdcc15790670e7195115192b966dac82b42 (diff)
downloadportable-364fc5b9b9745b071d61afd79b1629d29484695e.tar.gz
portable-364fc5b9b9745b071d61afd79b1629d29484695e.tar.bz2
portable-364fc5b9b9745b071d61afd79b1629d29484695e.zip
Include "err_local.h" rather than <openssl/err.h>
-rw-r--r--crypto/compat/b_win.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/compat/b_win.c b/crypto/compat/b_win.c
index e261cd2..72898d6 100644
--- a/crypto/compat/b_win.c
+++ b/crypto/compat/b_win.c
@@ -8,7 +8,8 @@
8#include <ws2tcpip.h> 8#include <ws2tcpip.h>
9 9
10#include <openssl/bio.h> 10#include <openssl/bio.h>
11#include <openssl/err.h> 11
12#include "err_local.h"
12 13
13int 14int
14BIO_sock_init(void) 15BIO_sock_init(void)