forked from wolfSSL/wolfssl
fix spaces
This commit is contained in:
@ -246,7 +246,7 @@
|
||||
* TSIP CRYPTONLY is only enabled.
|
||||
*/
|
||||
#define WOLFSSL_RENESAS_TSIP_TLS
|
||||
|
||||
|
||||
/* #define WOLFSSL_RENESAS_TSIP_CRYPTONLY */
|
||||
/* #define WOLFSSL_KEY_GEN */
|
||||
/* #define RSA_MIN_SIZE 1024 */
|
||||
@ -272,13 +272,13 @@
|
||||
* directly. Comment out the macro will generate random number by
|
||||
* wolfSSL Hash DRBG by using a seed which is generated by TSIP API.
|
||||
*-----------------------------------------------------------------------*/
|
||||
#define CUSTOM_RAND_GENERATE_BLOCK wc_tsip_GenerateRandBlock
|
||||
#define CUSTOM_RAND_GENERATE_BLOCK wc_tsip_GenerateRandBlock
|
||||
#else
|
||||
#define OPENSSL_EXTRA
|
||||
#define WOLFSSL_GENSEED_FORTEST /* Warning: define your own seed gen */
|
||||
#if !defined(min)
|
||||
#define min(data1, data2) _builtin_min(data1, data2)
|
||||
#endif
|
||||
#if !defined(min)
|
||||
#define min(data1, data2) _builtin_min(data1, data2)
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user