Skip to content

Commit

Permalink
Change "u_char" to "unsigned char"
Browse files Browse the repository at this point in the history
  • Loading branch information
SGA-max-faxalv committed Apr 24, 2024
1 parent 986b0f7 commit d776382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/vtls/openssl.c
Expand Up @@ -5114,7 +5114,7 @@ static CURLcode ossl_get_tls_server_end_point(struct Curl_easy *data,
const EVP_MD *algo_type;
const char *algo_name;
unsigned int length;
u_char buf[EVP_MAX_MD_SIZE];
unsigned char buf[EVP_MAX_MD_SIZE];

const char prefix[] = "tls-server-end-point:";
struct connectdata *conn = data->conn;
Expand Down

0 comments on commit d776382

Please sign in to comment.