Skip to content

Commit

Permalink
Merge pull request #760 from JacobBarthelmeh/comment
Browse files Browse the repository at this point in the history
update wolfSSL version listed in comment
  • Loading branch information
dgarske authored Jan 29, 2025
2 parents cec90f8 + db6d21e commit 572dbac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/internal.c
Original file line number Diff line number Diff line change
Expand Up @@ -2314,7 +2314,7 @@ int GenerateKey(byte hashId, byte keyId,

return ret;
}
#endif /* HAVE_FIPS && LIBWOLFSSL_VERSION_HEX >= WOLFSSL_V5_7_2 */
#endif /* HAVE_FIPS && LIBWOLFSSL_VERSION_HEX >= WOLFSSL_V5_0_0 */


static int GenerateKeys(WOLFSSH* ssh, byte hashId, byte doKeyPad)
Expand Down

0 comments on commit 572dbac

Please sign in to comment.