File tree Expand file tree Collapse file tree
IDE/Renesas/e2studio/RX72N/EnvisionKit/wolfssl_demo Expand file tree Collapse file tree Original file line number Diff line number Diff line change 246246 * TSIP CRYPTONLY is only enabled.
247247 */
248248 #define WOLFSSL_RENESAS_TSIP_TLS
249-
249+
250250 /* #define WOLFSSL_RENESAS_TSIP_CRYPTONLY */
251251 /* #define WOLFSSL_KEY_GEN */
252252 /* #define RSA_MIN_SIZE 1024 */
272272 * directly. Comment out the macro will generate random number by
273273 * wolfSSL Hash DRBG by using a seed which is generated by TSIP API.
274274 *-----------------------------------------------------------------------*/
275- #define CUSTOM_RAND_GENERATE_BLOCK wc_tsip_GenerateRandBlock
275+ #define CUSTOM_RAND_GENERATE_BLOCK wc_tsip_GenerateRandBlock
276276#else
277277 #define OPENSSL_EXTRA
278278 #define WOLFSSL_GENSEED_FORTEST /* Warning: define your own seed gen */
279- #if !defined(min )
280- #define min (data1 , data2 ) _builtin_min(data1, data2)
281- #endif
279+ #if !defined(min )
280+ #define min (data1 , data2 ) _builtin_min(data1, data2)
281+ #endif
282282#endif
283283
284284
You can’t perform that action at this time.
0 commit comments