Overview
Comment: | CACKey 0.5.19 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk | 0.5.19 |
Files: | files | file ages | folders |
SHA1: | 25c710f2882094d94bc12a741db240dce1352604 |
User & Date: | rkeene on 2010-08-02 16:05:48 |
Other Links: | manifest | tags |
Context
2010-10-10
| ||
09:10 |
CACKey 0.5.20
Updated CACKey to not require pReserved to be set to NULL Fixed bug where Sign and Decrypt operations would not terminate correctly check-in: 8aec474c2b user: rkeene tags: trunk, 0.5.20 | |
2010-08-02
| ||
16:05 | CACKey 0.5.19 check-in: 25c710f288 user: rkeene tags: trunk, 0.5.19 | |
16:04 | Updated CACKey Mac OS X Template XML Files to change file mode check-in: 5d16c0176e user: kvanals tags: trunk | |
Changes
Modified configure.ac from [cfa61725ef] to [db7e56c702].
1 2 3 4 5 6 7 8 |
AC_INIT(cackey, 0.5.18)
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.19)
AC_CONFIG_HEADERS(config.h)
dnl Locate standard tools
AC_PROG_CC
AC_PROG_MAKE_SET
AC_PROG_INSTALL
AC_AIX
|