Skip to content

Commit ca726e9

Browse files
committed
Peer review fixes.
1 parent 9e47703 commit ca726e9

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

examples/configs/user_settings_tls12.h

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,13 @@
2121

2222
/* Example for TLS v1.2 client only, ECC only, AES GCM only, SHA2-256 only */
2323
/* Derived using:
24-
* ./configure --disable-rsa --disable-dh --disable-tls13 --disable-chacha --disable-poly1305 --disable-sha224 --disable-sha --disable-md5
25-
* And generated wolfssl/options.h
24+
* ./configure --disable-rsa --disable-dh --disable-tls13 --disable-chacha \
25+
* --disable-poly1305 --disable-sha224 --disable-sha --disable-md5
26+
* From generated wolfssl/options.h
27+
* Build and Test using:
28+
* ./configure --enable-usersettings --disable-examples
29+
* make
30+
* ./wolfcrypt/test/testwolfcrypt
2631
*/
2732

2833
#ifndef WOLFSSL_USER_SETTINGS_H
@@ -35,7 +40,8 @@ extern "C" {
3540
/* ------------------------------------------------------------------------- */
3641
/* Platform */
3742
/* ------------------------------------------------------------------------- */
38-
#define WOLFSSL_USER_IO /* Use the SetIO callbacks, not the internal wolfio.c socket code */
43+
/* Use the SetIO callbacks, not the internal wolfio.c socket code */
44+
#define WOLFSSL_USER_IO
3945
#define WOLFSSL_IGNORE_FILE_WARN /* ignore file includes not required */
4046
//#define WOLFSSL_SMALL_STACK /* option to reduce stack size, offload to heap */
4147
#define NO_FILESYSTEM

0 commit comments

Comments
 (0)