Add comment block to internal.c to start listing all the flags used in the file.

pull/275/head
John Safranek 2020-08-24 09:37:15 -07:00
parent 4055d91c11
commit 7aedc31045
No known key found for this signature in database
GPG Key ID: 8CE817DE0D3CCB4A
1 changed files with 10 additions and 0 deletions

View File

@ -48,6 +48,16 @@
#endif
/*
Flags:
HAVE_WC_ECC_SET_RNG
Set by configure if wc_ecc_set_rng() discovered in wolfCrypt. Disables
use of the function if the flag isn't set. If using wolfCrypt v4.5.0 or
later, and not building with configure, set this flag.
default: off
*/
static const char sshProtoIdStr[] = "SSH-2.0-wolfSSHv"
LIBWOLFSSH_VERSION_STRING
"\r\n";