Check-in [db42db5d95]
Overview
Comment:CACKey 0.5.9
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk | 0.5.9
Files: files | file ages | folders
SHA1: db42db5d959d548e4da2f6507b3ff77a58c1fbe4
User & Date: rkeene on 2010-05-26 16:01:44
Other Links: manifest | tags
Context
2010-06-03
19:16
Corrected issues with compiling without zlib support check-in: bd8ec23325 user: rkeene tags: trunk
2010-05-26
16:01
CACKey 0.5.9 check-in: db42db5d95 user: rkeene tags: trunk, 0.5.9
15:58
Corrected issue with sending wrong APDU for selecting applet, failing on older cards check-in: 68ed2268aa user: rkeene tags: trunk
Changes

Modified configure.ac from [44966c5982] to [5f60da7626].

1
2
3
4
5
6
7
8
AC_INIT(cackey, 0.5.8) 
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.9) 
AC_CONFIG_HEADERS(config.h)

dnl Locate standard tools
AC_PROG_CC
AC_PROG_MAKE_SET
AC_PROG_INSTALL
AC_AIX