diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/libcrypto/bio/bss_bio.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/bio/bss_bio.c b/src/lib/libcrypto/bio/bss_bio.c index 39d8d1e46c..f1d1bbeecd 100644 --- a/src/lib/libcrypto/bio/bss_bio.c +++ b/src/lib/libcrypto/bio/bss_bio.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: bss_bio.c,v 1.29 2024/07/09 06:14:59 beck Exp $ */ | 1 | /* $OpenBSD: bss_bio.c,v 1.30 2025/05/10 05:54:38 tb Exp $ */ |
2 | /* ==================================================================== | 2 | /* ==================================================================== |
3 | * Copyright (c) 1998-2003 The OpenSSL Project. All rights reserved. | 3 | * Copyright (c) 1998-2003 The OpenSSL Project. All rights reserved. |
4 | * | 4 | * |
@@ -81,10 +81,10 @@ | |||
81 | #include <sys/types.h> | 81 | #include <sys/types.h> |
82 | 82 | ||
83 | #include <openssl/bio.h> | 83 | #include <openssl/bio.h> |
84 | #include <openssl/err.h> | ||
85 | #include <openssl/crypto.h> | 84 | #include <openssl/crypto.h> |
86 | 85 | ||
87 | #include "bio_local.h" | 86 | #include "bio_local.h" |
87 | #include "err_local.h" | ||
88 | 88 | ||
89 | static int bio_new(BIO *bio); | 89 | static int bio_new(BIO *bio); |
90 | static int bio_free(BIO *bio); | 90 | static int bio_free(BIO *bio); |