AES code shouldn't define uint32_t etc if the system provides them
authorKen Raeburn <raeburn@mit.edu>
Tue, 29 Apr 2003 20:46:14 +0000 (20:46 +0000)
committerKen Raeburn <raeburn@mit.edu>
Tue, 29 Apr 2003 20:46:14 +0000 (20:46 +0000)
Use inttypes.h if available.

ticket: new
status: open
target_version: 1.3

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15383 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/crypto/aes/ChangeLog
src/lib/crypto/aes/uitypes.h

index 3af490304959fbd5037d71faa4622e96d73a300f..d740ffd6be83a41c135ba00ca52808401e31c6f8 100644 (file)
@@ -1,3 +1,7 @@
+2003-04-29  Ken Raeburn  <raeburn@mit.edu>
+
+       * uitypes.h: Use inttypes.h if HAVE_INTTYPES_H is defined.
+
 2003-04-13  Ken Raeburn  <raeburn@mit.edu>
 
        * aes_s2k.c (krb5int_aes_string_to_key): Return an error if the
index 4e50ef7dfedb67ae04d64cabfd59b3d112da8695..02dd3b0725f1285e8540c401c7acce51814d6e5f 100644 (file)
@@ -44,7 +44,7 @@
 #endif
 #endif
 
-#if defined HAS_INTTYPES_H
+#if defined HAS_INTTYPES_H || defined HAVE_INTTYPES_H
 #include <inttypes.h>
 #define s_u32     u
 #define s_u64   ull