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 Jun 6, 2024
1 parent 638063b commit 44003a1
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 @@ -495,7 +495,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 44003a1

Please sign in to comment.