Skip to content

Commit

Permalink
Removed call to TS_VERIFY_CTX_init()
Browse files Browse the repository at this point in the history
  • Loading branch information
metthal committed Mar 2, 2024
1 parent ccb1cc5 commit b5d5018
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/countersignature.c
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,6 @@ int IMPL_FUNC_NAME(verify_digest, pkcs7)(

X509_STORE* store = X509_STORE_new();
TS_VERIFY_CTX* ctx = TS_VERIFY_CTX_new();
TS_VERIFY_CTX_init(ctx);

TS_VERIFY_CTX_set_flags(ctx, TS_VFY_VERSION | TS_VFY_IMPRINT);
TS_VERIFY_CTX_set_store(ctx, store);
Expand Down

0 comments on commit b5d5018

Please sign in to comment.