Skip to content

Commit

Permalink
tls/openssl: fix const X509_PURPOSE
Browse files Browse the repository at this point in the history
  • Loading branch information
sreimers committed May 22, 2024
1 parent 11ff65c commit d7306bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tls/openssl/tls.c
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ int tls_set_verify_purpose(struct tls *tls, const char *purpose)
{
int err;
int i;
X509_PURPOSE *xptmp;
const X509_PURPOSE *xptmp;

if (!tls || !purpose)
return EINVAL;
Expand Down

0 comments on commit d7306bc

Please sign in to comment.