[PATCH 01/10] bcrypt: Create BCRYPT_KEY_BLOB struct definition.

Santino Mazza mazzasantino1206 at gmail.com
Sat Feb 12 15:49:45 CST 2022


Signed-off-by: Santino Mazza <mazzasantino1206 at gmail.com>
---
 include/bcrypt.h | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/include/bcrypt.h b/include/bcrypt.h
index 15c26c1fb0a..484dca0f0c4 100644
--- a/include/bcrypt.h
+++ b/include/bcrypt.h
@@ -254,6 +254,10 @@ typedef struct _BCRYPT_AUTHENTICATED_CIPHER_MODE_INFO
     ULONG dwFlags;
 } BCRYPT_AUTHENTICATED_CIPHER_MODE_INFO, *PBCRYPT_AUTHENTICATED_CIPHER_MODE_INFO;
 
+typedef struct _BCRYPT_KEY_BLOB {
+  ULONG Magic;
+} BCRYPT_KEY_BLOB;
+
 typedef struct _BCRYPT_ECCKEY_BLOB
 {
     ULONG dwMagic;
-- 
2.25.1




More information about the wine-devel mailing list