Skip to content

Commit

Permalink
Fixed memory issues and added optimizations
Browse files Browse the repository at this point in the history
  • Loading branch information
feventura committed Mar 16, 2024
1 parent 1274574 commit e1f5a55
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion oqsprov/oqs_encode_key2any.c
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,6 @@ static int key_to_pki_pem_priv_bio(BIO *out, const void *key, int key_nid,
int ret = 0, cmp_len = 0;
void *str = NULL;
int strtype = V_ASN1_UNDEF;
int strtypec = V_ASN1_UNDEF;
PKCS8_PRIV_KEY_INFO *p8info;

OQS_ENC_PRINTF("OQS ENC provider: key_to_pki_pem_priv_bio called\n");
Expand Down

0 comments on commit e1f5a55

Please sign in to comment.