[krbdev.mit.edu #2040] implement draft-ietf-krb-wg-gssapi-cfx (AES etc for GSSAPI)

Jeffrey Altman jaltman at columbia.edu
Mon Dec 15 12:29:44 EST 2003


I am testing the following proposed change to src/include/win-mac.h

diff -c -w -r1.30 win-mac.h
*** win-mac.h   2003/08/26 20:23:58     1.30
--- win-mac.h   2003/12/15 17:27:20
***************
*** 30,35 ****
--- 30,40 ----
  #define SIZEOF_LONG     4

  #include <windows.h>
+ #include <limits.h>
+
+ #ifndef SIZE_MAX    /* in case Microsoft defines max size of size_t */
+ #define SIZE_MAX UINT_MAX
+ #endif

  #ifndef KRB5_CALLCONV
  #  define KRB5_CALLCONV __stdcall


-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 3427 bytes
Desc: S/MIME Cryptographic Signature
Url : http://mailman.mit.edu/pipermail/krb5-bugs/attachments/20031215/9d918041/attachment.bin


More information about the krb5-bugs mailing list