Skip to content

Commit 8354eb7

Browse files
committed
Brainpool to set1_sigalgs_list
1 parent bac0563 commit 8354eb7

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
@@ -29296,6 +29296,9 @@ struct sig_algs {
2929629296
#endif
2929729297
#ifdef HAVE_ECC
2929829298
{ ecc_dsa_sa_algo, "ECDSA" },
29299+
#ifdef HAVE_ECC_BRAINPOOL
29300+
{ ecc_brainpool_sa_algo, "ECDSA-BRAINPOOL" },
29301+
#endif
2929929302
#endif
2930029303
#ifdef HAVE_ED25519
2930129304
{ ed25519_sa_algo, "ED25519" },

0 commit comments

Comments
 (0)