libidav/crypto.h

changeset 689
b1f7d83f6e69
parent 688
d405d2ac78e6
child 747
efbd59642577
--- a/libidav/crypto.h	Wed Dec 04 11:47:51 2019 +0100
+++ b/libidav/crypto.h	Wed Dec 04 15:18:15 2019 +0100
@@ -57,8 +57,8 @@
     void              *pbKeyObject;
     unsigned char     pbIV[16];
     
-    char              buf[16];
-    size_t            buflen;
+    unsigned char     buf[16];
+    ULONG             buflen;
 } WinBCryptCTX;
 
 typedef struct WinBCryptSHACTX {

mercurial