Merge pull request #4 from vszakats/patch-1
seed: fix casing of Windows headers
This commit is contained in:
commit
6d69ff4062
@ -3,8 +3,8 @@
|
|||||||
#ifndef ED25519_NO_SEED
|
#ifndef ED25519_NO_SEED
|
||||||
|
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
#include <Windows.h>
|
#include <windows.h>
|
||||||
#include <Wincrypt.h>
|
#include <wincrypt.h>
|
||||||
#else
|
#else
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#endif
|
#endif
|
||||||
@ -37,4 +37,4 @@ int ed25519_create_seed(unsigned char *seed) {
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user