Skip to content

Commit 3e8338d

Browse files
authored
Merge pull request #9993 from kojo1/brainpool
Brainpool to set1_sigalgs_list
2 parents 056b952 + 8354eb7 commit 3e8338d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/internal.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29339,6 +29339,9 @@ struct sig_algs {
2933929339
#endif
2934029340
#ifdef HAVE_ECC
2934129341
{ ecc_dsa_sa_algo, "ECDSA" },
29342+
#ifdef HAVE_ECC_BRAINPOOL
29343+
{ ecc_brainpool_sa_algo, "ECDSA-BRAINPOOL" },
29344+
#endif
2934229345
#endif
2934329346
#ifdef HAVE_ED25519
2934429347
{ ed25519_sa_algo, "ED25519" },

0 commit comments

Comments
 (0)