summaryrefslogtreecommitdiffstats
path: root/providers/implementations/storemgmt
diff options
context:
space:
mode:
authorMichael Baentsch <57787676+baentsch@users.noreply.github.com>2023-06-04 14:43:35 +0200
committerTomas Mraz <tomas@openssl.org>2023-06-12 08:18:46 +0200
commite3b01eb6b25e76d4832d81023d056948edc2cb36 (patch)
treeacfdb6c59974ea58b6bb07306bf6b42238827208 /providers/implementations/storemgmt
parent9b9c42db3b7e7807e0d3311356fb0316af085171 (diff)
add cygwin CI
Reviewed-by: Todd Short <todd.short@me.com> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/21006)
Diffstat (limited to 'providers/implementations/storemgmt')
-rw-r--r--providers/implementations/storemgmt/winstore_store.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/providers/implementations/storemgmt/winstore_store.c b/providers/implementations/storemgmt/winstore_store.c
index 540f9d2440..5e873a183f 100644
--- a/providers/implementations/storemgmt/winstore_store.c
+++ b/providers/implementations/storemgmt/winstore_store.c
@@ -24,7 +24,7 @@
#include "prov/bio.h"
#include "file_store_local.h"
#ifdef __CYGWIN__
-#include <Windows.h>
+# include <windows.h>
#endif
#include <wincrypt.h>