forked from wolfSSL/wolfssl
#pragma worning for Visual Studio
This commit is contained in:
@ -1185,7 +1185,11 @@ int wc_GenerateSeed(OS_Seed* os, byte* output, word32 sz)
|
||||
|| defined(WOLFSSL_uITRON4) || defined(WOLFSSL_uTKERNEL2)\
|
||||
|| defined(WOLFSSL_GENSEED_FORTEST)
|
||||
|
||||
#ifndef _MSC_VER
|
||||
#warning "write a real random seed!!!!, just for testing now"
|
||||
#else
|
||||
#pragma message("Warning: write a real random seed!!!!, just for testing now")
|
||||
#endif
|
||||
|
||||
int wc_GenerateSeed(OS_Seed* os, byte* output, word32 sz)
|
||||
{
|
||||
|
Reference in New Issue
Block a user