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
|
||||
|
||||
#ifdef _WIN32
|
||||
#include <Windows.h>
|
||||
#include <Wincrypt.h>
|
||||
#include <windows.h>
|
||||
#include <wincrypt.h>
|
||||
#else
|
||||
#include <stdio.h>
|
||||
#endif
|
||||
@ -37,4 +37,4 @@ int ed25519_create_seed(unsigned char *seed) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user