Skip to content

Commit

Permalink
Fixed compilation with OpenSSL 1.1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Eichelberg committed Oct 24, 2024
1 parent ec1bb01 commit d1fb197
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dcmsign/libsrc/sitstamp.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1283,7 +1283,7 @@ OFCondition SiTimeStamp::verifyTSToken(
TS_VERIFY_CTX_set0_certs(ctx, X509_chain_up_ref(untrusted_certs));
#else
TS_VERIFY_CTX_set_store(ctx, tc_store);
TS_VERIFY_CTX_set_certs(ctx, untrusted_certs);
TS_VERIFY_CTS_set_certs(ctx, untrusted_certs);
#endif

// run the verification function
Expand Down

0 comments on commit d1fb197

Please sign in to comment.