Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
feventura committed Dec 8, 2023
1 parent 913bd7c commit 67254ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oqsprov/oqsprov_keys.c
Original file line number Diff line number Diff line change
Expand Up @@ -1191,7 +1191,7 @@ OQSX_KEY *oqsx_key_new(OSSL_LIB_CTX *libctx, char *oqs_name, char *tls_name,
{
OQSX_KEY *ret = OPENSSL_zalloc(sizeof(*ret));
OQSX_EVP_CTX *evp_ctx = NULL;
int ret2 = 0;
int ret2 = 0, i;

if (ret == NULL)
goto err;
Expand Down

0 comments on commit 67254ca

Please sign in to comment.