Hans Leidekker : include: Add missing SECBUFFER defines.

Alexandre Julliard julliard at winehq.org
Wed Mar 10 14:58:47 CST 2021


Module: wine
Branch: master
Commit: 4be05213943d8b522d47e3706614175f531197d5
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=4be05213943d8b522d47e3706614175f531197d5

Author: Hans Leidekker <hans at codeweavers.com>
Date:   Wed Mar 10 15:50:24 2021 +0100

include: Add missing SECBUFFER defines.

Signed-off-by: Hans Leidekker <hans at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 include/sspi.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/sspi.h b/include/sspi.h
index e7371f129de..1cd1e6e0035 100644
--- a/include/sspi.h
+++ b/include/sspi.h
@@ -201,7 +201,9 @@ typedef struct _SecBuffer
 #define SECBUFFER_MECHLIST_SIGNATURE 12
 #define SECBUFFER_TARGET             13
 #define SECBUFFER_CHANNEL_BINDINGS   14
+#define SECBUFFER_ALERT              17
 #define SECBUFFER_APPLICATION_PROTOCOLS 18
+#define SECBUFFER_DTLS_MTU           24
 
 #define SECBUFFER_ATTRMASK               0xf0000000
 #define SECBUFFER_READONLY               0x80000000




More information about the wine-cvs mailing list