Re: [opensc-devel] r4904 and OpenSSL-1.0.0b in Fedora 14

2010-12-03 Thread Douglas E. Engert
Ok commited this fix. Thanks. On 12/3/2010 9:34 AM, jons...@terra.es wrote: > > > Mensaje original > De: deeng...@anl.gov > Fecha: 03/12/2010 16:18 > Para: > Asunto: Re: [opensc-devel] r4904 and OpenSSL-1.0.0b in Fedora 14 > > Commited r4906 to test for OPENS

Re: [opensc-devel] r4904 and OpenSSL-1.0.0b in Fedora 14

2010-12-03 Thread jons...@terra.es
Mensaje original De: deeng...@anl.gov Fecha: 03/12/2010 16:18 Para: Asunto: Re: [opensc-devel] r4904 and OpenSSL-1.0.0b in Fedora 14 Commited r4906 to test for OPENSSL_NO_EC, and opensslconf.h is included. Please verify id Fedora now compiles. Just a simple patch to get it right

Re: [opensc-devel] r4904 and OpenSSL-1.0.0b in Fedora 14

2010-12-03 Thread Douglas E. Engert
Commited r4906 to test for OPENSSL_NO_EC, and opensslconf.h is included. Please verify id Fedora now compiles. On 12/3/2010 5:46 AM, Aleksey Samsonov wrote: > Hello, > > One remark. We need use 'include' for use > OPENSSL_NO_EC. > > Сomplete example (or see src/pkcs11/openssl.c): > > #include /

Re: [opensc-devel] r4904 and OpenSSL-1.0.0b in Fedora 14

2010-12-03 Thread Douglas E. Engert
I have a patch, will commit it now. On 12/3/2010 2:48 AM, Martin Paljak wrote: > > On Dec 3, 2010, at 10:16 AM, jons...@terra.es wrote: > >> In Fedora 14 (that ships OpenSSL-1.0.0b) seems that EC support is not built >> in OpenSSL package >> >> - >> Making all in tools >> mak

Re: [opensc-devel] r4904 and OpenSSL-1.0.0b in Fedora 14

2010-12-03 Thread Aleksey Samsonov
Hello, One remark. We need use 'include ' for use OPENSSL_NO_EC. Сomplete example (or see src/pkcs11/openssl.c): #include /* for OPENSSL_VERSION_NUMBER */ #if OPENSSL_VERSION_NUMBER >= 0x1000L #include #include /* for OPENSSL_NO_* */ #ifndef OPENSSL_NO_EC #include #endif /* OPENSSL_NO_EC

Re: [opensc-devel] r4904 and OpenSSL-1.0.0b in Fedora 14

2010-12-03 Thread jons...@terra.es
Mensaje original De: mar...@paljak.pri.ee Fecha: 03/12/2010 9:48 Para: CC: Asunto: Re: [opensc-devel] r4904 and OpenSSL-1.0.0b in Fedora 14 > OPENSSL_VERSION_NUMBER >= 0x1000L && !defined(OPENSSL_NO_EC) is > the key, > Douglas hopefully plans that

Re: [opensc-devel] r4904 and OpenSSL-1.0.0b in Fedora 14

2010-12-03 Thread Martin Paljak
On Dec 3, 2010, at 10:16 AM, jons...@terra.es wrote: > In Fedora 14 (that ships OpenSSL-1.0.0b) seems that EC support is not built > in OpenSSL package > > - > Making all in tools > make[3]: se ingresa al directorio > `/home/jantonio/work/dnie/cenatic/opendnie/opensc-dnie/

[opensc-devel] r4904 and OpenSSL-1.0.0b in Fedora 14

2010-12-03 Thread jons...@terra.es
In Fedora 14 (that ships OpenSSL-1.0.0b) seems that EC support is not built in OpenSSL package - Making all in tools make[3]: se ingresa al directorio `/home/jantonio/work/dnie/cenatic/opendnie/opensc-dnie/trunk/src/tools' gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src -pth