Skip to content

Commit b409967

Browse files
committed
fix spaces
1 parent b07a372 commit b409967

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

IDE/Renesas/e2studio/RX72N/EnvisionKit/wolfssl_demo/user_settings.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@
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 */
@@ -272,13 +272,13 @@
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

0 commit comments

Comments
 (0)