Check-in [82a12f1ab0]
Overview
Comment:CACKey 0.5.12
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk | 0.5.12
Files: files | file ages | folders
SHA1: 82a12f1ab04777cc6fd66d5d7ff7c14861e6564b
User & Date: rkeene on 2010-06-07 17:37:29
Other Links: manifest | tags
Context
2010-06-07
19:20
Corrected compiler warning check-in: 2c67b3f70f user: rkeene tags: trunk
17:37
CACKey 0.5.12 check-in: 82a12f1ab0 user: rkeene tags: trunk, 0.5.12
17:35
Updated to correctly handle condition where pSignature is NULL in C_Sign() check-in: 85feb752e1 user: rkeene tags: trunk
Changes

Modified configure.ac from [cf4e3bdf2a] to [4fc3500a19].

1
2
3
4
5
6
7
8
AC_INIT(cackey, 0.5.11) 
AC_CONFIG_HEADERS(config.h)

dnl Locate standard tools
AC_PROG_CC
AC_PROG_MAKE_SET
AC_PROG_INSTALL
AC_AIX
|







1
2
3
4
5
6
7
8
AC_INIT(cackey, 0.5.12) 
AC_CONFIG_HEADERS(config.h)

dnl Locate standard tools
AC_PROG_CC
AC_PROG_MAKE_SET
AC_PROG_INSTALL
AC_AIX