Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of wolfSSL by
Diff: user_settings.h
- Revision:
- 2:28278596c2a2
- Parent:
- 1:e27310ce7654
- Child:
- 3:6f956bdb3073
diff -r e27310ce7654 -r 28278596c2a2 user_settings.h --- a/user_settings.h Mon Jul 20 08:05:20 2015 +0000 +++ b/user_settings.h Tue Jul 21 11:37:09 2015 +0000 @@ -1,17 +1,19 @@ #define MBED - //#define NO_FILESYSTEM #define WOLFSSL_USER_IO #define NO_WRITEV #define NO_DEV_RANDOM - #define NO_SHA512 #define HAVE_ECC #define NO_SESSION_CACHE // For Small RAM - #define IGNORE_KEY_EXTENSIONS - #define NO_WOLFSSL_DIR - - //#define DEBUG_WOLFSSL - + //#define IGNORE_KEY_EXTENSIONS + #define NO_WOLFSSL_DIR + #define DEBUG_WOLFSSL + /* Options for Sample program */ - #define WOLFSSL_NO_VERIFY_SVR - \ No newline at end of file + //#define WOLFSSL_NO_VERIFYSERVER + //#define NO_FILESYSTEM + #ifndef WOLFSSL_NO_VERIFYSERVER + #define TIME_OVERRIDES + #define XTIME time + #define XGMTIME localtime + #endif \ No newline at end of file