Skip to content

Commit

Permalink
fixup! ASN1_item_sign_ex(): include support for digest-less signing (…
Browse files Browse the repository at this point in the history
…EdDSA)
  • Loading branch information
DDvO committed Oct 17, 2023
1 parent d09ccce commit cccabbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crypto/asn1/a_sign.c
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ int ASN1_item_sign_ex(const ASN1_ITEM *it, X509_ALGOR *algor1,
EVP_PKEY *pkey, const EVP_MD *md, OSSL_LIB_CTX *libctx,
const char *propq)
{
char name[80];
char name[OSSL_MAX_NAME_SIZE];
int rv = 0;
EVP_MD_CTX *ctx;

Expand Down

0 comments on commit cccabbf

Please sign in to comment.