Skip to content

Commit

Permalink
Fix rt #135328 test fails on OpenBSD
Browse files Browse the repository at this point in the history
  • Loading branch information
timlegge committed Apr 27, 2021
1 parent e884f80 commit 37ad7c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion VerifyX509.xs
Original file line number Diff line number Diff line change
Expand Up @@ -125,11 +125,12 @@ verify(store, x509)
croak("store ctx init: %s", ssl_error());

RETVAL = X509_verify_cert(csc);
X509_STORE_CTX_free(csc);

if (!RETVAL)
croak("verify: %s", ctx_error(csc));

X509_STORE_CTX_free(csc);

OUTPUT:
RETVAL

Expand Down

0 comments on commit 37ad7c9

Please sign in to comment.