Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
countersignature: remove TS_VERIFY_CTX_init() call (#2044)
This is redundant and already handled by TS_VERIFY_CTX_new(). Additionally it causes build failures with LibreSSL >= 3.8.0 which removed this function since it serves no purpose with opaque TS_VERIFY_CTX where it will zero out an already zero'd out ctx or cause a leak. See: libressl/portable#1006
- Loading branch information