Package Details: opensc-openct 0.17.0-1

Git Clone URL: https://aur.archlinux.org/opensc-openct.git (read-only, click to copy)
Package Base: opensc-openct
Description: OpenSC compiled with OpenCT instead of PCSC, working with e.g. SafeNet/Aladdin eToken Pro 64k
Upstream URL: https://github.com/OpenSC/OpenSC/wiki
Licenses: LGPL
Submitter: mxlbzn
Maintainer: mykhal
Last Packager: mxlbzn
Votes: 4
Popularity: 0.000000
First Submitted: 2015-11-26 15:05 (UTC)
Last Updated: 2020-03-13 15:14 (UTC)

Latest Comments

codebling commented on 2022-12-02 09:18 (UTC)

Build fails with cc1: all warnings being treated as errors because of some deprecation warnings.

Appending --disable-strict to ./configure command fixes it.

eledisez commented on 2022-08-18 22:20 (UTC) (edited on 2022-08-18 22:21 (UTC) by eledisez)

gcc (GCC) 12.1.1 20220730 autoconf (GNU Autoconf) 2.71 automake (GNU automake) 1.16.5

commit d83003ced1aa

Compilation error :

In function 'memcpy', /usr/include/bits/string_fortified.h:29:10: error: pointer may be used after 'realloc' [-Werror=use-after-free]

frdbr commented on 2020-03-05 23:34 (UTC)

Can you update this package please.

blacoste commented on 2017-05-15 17:44 (UTC)

Compilation error related to OpenSSL. opensc-openct/src/OpenSC-0.16.0/src/pkcs15init' CC pkcs15-lib.lo CC profile.lo CC pkcs15-westcos.lo CC pkcs15-gpk.lo pkcs15-westcos.c: In function ‘westcos_pkcs15init_generate_key’: pkcs15-westcos.c:258:5: error: dereferencing pointer to incomplete type ‘RSA {aka struct rsa_st}’ rsa->meth = RSA_PKCS1_SSLeay();