Skip to content

Commit

Permalink
fix tests-sanitize-address-gcc and tests-sanitize-address-clang
Browse files Browse the repository at this point in the history
  • Loading branch information
spytheman committed Feb 17, 2025
1 parent 2a28ff9 commit d5eef1f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ fn test_openssl_and_crypto_ecdsa_are_compatible() {
signature := pvkey.sign(message_tobe_signed)!
verified := pbkey.verify(message_tobe_signed, signature)!
assert verified
pbkey.free()
pvkey.free()
c := openssl.SSLConn{}
assert c.str().contains('in_memory_verification: false')
}

0 comments on commit d5eef1f

Please sign in to comment.