Skip to content

Commit

Permalink
fixup! fixup! OSSL_HTTP_adapt_proxy(): fix handling of escaped IPv6 h…
Browse files Browse the repository at this point in the history
…ost addresses and of whitespace in no_proxy
  • Loading branch information
DDvO committed Aug 28, 2024
1 parent 82370ab commit 42df25e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crypto/http/http_lib.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
#include <openssl/bio.h> /* for BIO_snprintf() */
#include <openssl/err.h>
#include "internal/cryptlib.h" /* for ossl_assert() */
#include "internal/bio_addr.h" /* for NI_MAXHOST */
#include "crypto/ctype.h" /* for ossl_isspace() */

static void init_pstring(char **pstr)
Expand Down

0 comments on commit 42df25e

Please sign in to comment.