diff options
| author | Theo Buehler <tb@openbsd.org> | 2025-05-10 21:56:05 +0200 |
|---|---|---|
| committer | Theo Buehler <tb@openbsd.org> | 2025-05-10 21:56:05 +0200 |
| commit | 364fc5b9b9745b071d61afd79b1629d29484695e (patch) | |
| tree | 0d01e7264f1da7c974601f0448b906205f8ece8b | |
| parent | bc15cfdcc15790670e7195115192b966dac82b42 (diff) | |
| download | portable-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.c | 3 |
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 | ||
| 13 | int | 14 | int |
| 14 | BIO_sock_init(void) | 15 | BIO_sock_init(void) |
