]> git.proxmox.com Git - libgit2.git/blobdiff - src/hash/hash_win32.h
New upstream version 0.28.4+dfsg.1
[libgit2.git] / src / hash / hash_win32.h
index daa769b5988aaf38b8ab9a279dcbd023129f8b4b..9704204e2708821d32d6dfa90c6571a6f7e43f75 100644 (file)
@@ -5,10 +5,11 @@
  * a Linking Exception. For full terms see the included COPYING file.
  */
 
-#ifndef INCLUDE_hash_win32_h__
-#define INCLUDE_hash_win32_h__
+#ifndef INCLUDE_hash_hash_win32_h__
+#define INCLUDE_hash_hash_win32_h__
 
 #include "common.h"
+
 #include "hash.h"
 
 #include <wincrypt.h>
@@ -48,10 +49,10 @@ struct hash_cryptoapi_prov {
 
 /* Function declarations for CNG */
 typedef NTSTATUS (WINAPI *hash_win32_cng_open_algorithm_provider_fn)(
-    HANDLE /* BCRYPT_ALG_HANDLE */ *phAlgorithm,
-    LPCWSTR pszAlgId,
-    LPCWSTR pszImplementation,
-    DWORD dwFlags);
+       HANDLE /* BCRYPT_ALG_HANDLE */ *phAlgorithm,
+       LPCWSTR pszAlgId,
+       LPCWSTR pszImplementation,
+       DWORD dwFlags);
 
 typedef NTSTATUS (WINAPI *hash_win32_cng_get_property_fn)(
        HANDLE /* BCRYPT_HANDLE */ hObject,
@@ -137,4 +138,4 @@ struct git_hash_ctx {
        } ctx;
 };
 
-#endif /* INCLUDE_hash_openssl_h__ */
+#endif