Browse Source

cygwin related fix - variable name B0 changed to B_0 (part 2)

Karel Miko 10 years ago
parent
commit
aeaa6d4a51
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/headers/tomcrypt_mac.h

+ 1 - 1
src/headers/tomcrypt_mac.h

@@ -316,7 +316,7 @@ int ccm_memory_ex(int cipher,
           unsigned char *ct,
           unsigned char *ct,
           unsigned char *tag,    unsigned long *taglen,
           unsigned char *tag,    unsigned long *taglen,
                     int  direction,
                     int  direction,
-    const unsigned char *B0,
+    const unsigned char *B_0,
     const unsigned char *CTR,
     const unsigned char *CTR,
                     int  ctrwidth);
                     int  ctrwidth);