Check-in [e6b5859a01]
Overview
Comment:CACKey 0.7.11
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk | 0.7.11
Files: files | file ages | folders
SHA1: e6b5859a01646e3c201e0c29a07bd3f35011d459
User & Date: rkeene on 2021-10-30 20:27:03
Other Links: manifest | tags
Context
2021-11-02
22:56
Improve fetching large certificates check-in: dfc8252148 user: roykeene tags: trunk
2021-10-30
20:27
CACKey 0.7.11 check-in: e6b5859a01 user: rkeene tags: trunk, 0.7.11
19:47
Fix issue with buffer being undersized check-in: 0c4b467640 user: roykeene tags: trunk
Changes

Modified configure.ac from [4d344473f8] to [84fee51337].

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

dnl Locate standard tools
AC_PROG_CC
AC_PROG_MAKE_SET
AC_PROG_INSTALL
AC_AIX