mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-02-06 23:24:32 +01:00
Merge pull request #7990 from buchstabenwurst/master
Add support for (DevkitPro)libnds
This commit is contained in:
@@ -3817,7 +3817,7 @@ int wc_GenerateSeed(OS_Seed* os, byte* output, word32 sz)
|
||||
return ret;
|
||||
}
|
||||
|
||||
#elif defined(DOLPHIN_EMULATOR)
|
||||
#elif defined(DOLPHIN_EMULATOR) || defined (NDS)
|
||||
|
||||
int wc_GenerateSeed(OS_Seed* os, byte* output, word32 sz)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user