Skip to content

Commit

Permalink
Merge pull request wolfSSL#693 from ejohnstown/guards-update
Browse files Browse the repository at this point in the history
Guards Update: cannedKeyAlgoNames
  • Loading branch information
JacobBarthelmeh authored and jefferyq2 committed Oct 18, 2024
1 parent 783e9e3 commit fef0ea3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/internal.c
Original file line number Diff line number Diff line change
Expand Up @@ -749,6 +749,8 @@ static const char cannedKeyAlgoNames[] =
#endif /* WOLFSSH_NO_ED25519 */
#ifndef WOLFSSH_NO_RSA_SHA2_256
"ssh-ed25519,"
#endif /* WOLFSSH_NO_ED25519 */
#ifndef WOLFSSH_NO_RSA_SHA2_256
"rsa-sha2-256,"
#endif/* WOLFSSH_NO_RSA_SHA2_256 */
#ifndef WOLFSSH_NO_ECDSA_SHA2_NISTP256
Expand Down

0 comments on commit fef0ea3

Please sign in to comment.