Check-in [1a514f86a4]
Overview
Comment:CACKey 0.5.11
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk | 0.5.11
Files: files | file ages | folders
SHA1: 1a514f86a4ce5d58c295778e9be7bfbd38d27a2b
User & Date: rkeene on 2010-06-05 20:18:13
Other Links: manifest | tags
Context
2010-06-05
23:46
Updated to create Debian package from RPM version check-in: 8757ba0280 user: rkeene tags: trunk
20:18
CACKey 0.5.11 check-in: 1a514f86a4 user: rkeene tags: trunk, 0.5.11
20:17
Updated to correctly deep copy pTemplate in C_FindObjectsInit

Added support for CKA_TRUSTED check-in: 965b9a28c7 user: rkeene tags: trunk

Changes

Modified configure.ac from [373c410bf2] to [e7fe7d4dc9].

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

dnl Locate standard tools
AC_PROG_CC
AC_PROG_MAKE_SET
AC_PROG_INSTALL
AC_AIX