- Fixed MS Visual C++ name clash with int64 in sha4.h

This commit is contained in:
Paul Bakker 2011-12-04 22:10:28 +00:00
parent c0a1a319df
commit 4f5ae803fa
3 changed files with 19 additions and 18 deletions

View file

@ -52,6 +52,7 @@ Bugfix
* If certificate serial is longer than 32 octets, serial number is now
appended with '....' after first 28 octets
* Improved build support for s390x and sparc64 in bignum.h
* Fixed MS Visual C++ name clash with int64 in sha4.h
= Version 1.0.0 released on 2011-07-27
Features