certi-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[certi-cvs] certi/libHLA sha1.h


From: certi-cvs
Subject: [certi-cvs] certi/libHLA sha1.h
Date: Sun, 24 Jan 2010 17:10:29 +0000

CVSROOT:        /sources/certi
Module name:    certi
Changes by:     Petr Gotthard <gotthardp>       10/01/24 17:10:29

Modified files:
        libHLA         : sha1.h 

Log message:
        Add missing type for MS VS.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/certi/libHLA/sha1.h?cvsroot=certi&r1=1.2&r2=1.3

Patches:
Index: sha1.h
===================================================================
RCS file: /sources/certi/certi/libHLA/sha1.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- sha1.h      16 Jan 2010 20:17:14 -0000      1.2
+++ sha1.h      24 Jan 2010 17:10:28 -0000      1.3
@@ -29,6 +29,7 @@
 typedef signed __int16    int16_t;
 typedef unsigned __int8   uint8_t;
 typedef signed __int8     int8_t;
+typedef short int         int_least16_t;
 #else
 #include <inttypes.h>
 #endif




reply via email to

[Prev in Thread] Current Thread [Next in Thread]