Skip to content

Commit

Permalink
test: add OPENSSL_cleanup
Browse files Browse the repository at this point in the history
from Stefan
  • Loading branch information
mimizohar committed Jun 20, 2024
1 parent 5bdc27e commit 3e60cd4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/evmctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -3347,5 +3347,8 @@ int main(int argc, char *argv[])
ERR_free_strings();
EVP_cleanup();
BIO_free(NULL);
#if OPENSSL_VERSION_NUMBER >= 0x30000000
OPENSSL_cleanup();
#endif
return err;
}

0 comments on commit 3e60cd4

Please sign in to comment.