Parent Directory
|
Revision Log
|
Patch
revision 7 by twoaday, Mon Apr 4 06:59:24 2005 UTC | revision 8 by twoaday, Mon Apr 4 13:29:25 2005 UTC | |
---|---|---|
# | Line 158 check_crypto_engine (void) | Line 158 check_crypto_engine (void) |
158 | return rc; | return rc; |
159 | } | } |
160 | /* We enable smartcard support for GPG: 1.9.x or >= 1.4.0 */ | /* We enable smartcard support for GPG: 1.9.x or >= 1.4.0 */ |
161 | if (ma > 1 || mi >= 9 || mi >= 4) | if (ma >= 1 && mi >= 4) |
162 | scard_support = 1; | scard_support = 1; |
163 | ||
164 | gpgver[0] = ma; | gpgver[0] = ma; |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |