forked from wolfSSL/wolfssl
random.c, indentation
This commit is contained in:
@ -518,7 +518,6 @@ int GenerateSeed(OS_Seed* os, byte* output, word32 sz)
|
||||
if ( (i % 8) == 7)
|
||||
srand(PIC32_SEED_COUNT() * 25);
|
||||
}
|
||||
|
||||
return 0;
|
||||
}
|
||||
#endif /* CYASSL_MIC32MZ_RNG */
|
||||
|
Reference in New Issue
Block a user