Skip to content

Commit

Permalink
fixup! test: op_state
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Wernli committed Dec 8, 2023
1 parent bd18833 commit d88e4fa
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/tdigest_dupctx.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,9 @@

int main(int argc, char *argv[])
{
unsigned char pk11out[EVP_MAX_MD_SIZE];
unsigned int pk11len;
bool pk11_tested = false;
const char *propq = "provider=pkcs11";
const char *digest = "sha256";
const char *data = "Digest This!";
const char *provname;
const OSSL_PROVIDER *pk11prov;
int ret;
Expand Down Expand Up @@ -53,8 +50,6 @@ int main(int argc, char *argv[])
EVP_MD_CTX_free(mdctx);
EVP_MD_CTX_free(mdctx_dup);

pk11_tested = true;

EVP_MD_free(pk11md);

exit(EXIT_SUCCESS);
Expand Down

0 comments on commit d88e4fa

Please sign in to comment.