Overview
Comment: | Added support for only exporting PKCS#11 symbols globally |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
a184a05fd192ed0cee79510cc9c43280 |
User & Date: | rkeene on 2010-05-17 05:58:30 |
Other Links: | manifest | tags |
Context
2010-05-17
| ||
06:00 | Added missing file from last commit check-in: 70222fd9bf user: rkeene tags: trunk | |
05:58 | Added support for only exporting PKCS#11 symbols globally check-in: a184a05fd1 user: rkeene tags: trunk | |
05:18 | Fixed issue with double-free not being reported if it is the last action recorded check-in: 8a6ff15b3c user: rkeene tags: trunk | |
Changes
Modified aclocal/Makefile from [0c585cbc20] to [650b2584c6].
| 1 2 | - + |
|
Modified configure.ac from [0ec6a4dc40] to [e3d2962afa].
︙ | |||
73 74 75 76 77 78 79 80 81 82 83 84 85 86 | 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 | + + + | ]) dnl Check for PC/SC headers and libraries DC_PCSC dnl Check for ZLIB libraries AC_CHECK_LIB(z, uncompress) dnl Set version script, to limit the scope of symbols DC_SETVERSIONSCRIPT(libcackey.vers) dnl Upate LDFLAGS to include setting the run-time linker path to the same as our compile-time linker DC_SYNC_RPATH dnl If we updated LIBOBJS, update SHLIBOBJS -- must be last. DC_SYNC_SHLIBOBJS |
︙ |
Added libcackey.vers version [3fcd52d836].
|