Thanks for the tip. For now, since I'm not working with anything related to SSL at this point, I just added "--disable-openssl" to my ./configure command line. Now just compiles just fine (although I guess without support for openssl, which is fine with me for now).
Thanks, Greg Mefford On Mon, Feb 22, 2010 at 12:49 AM, Martin Paljak <[email protected]> wrote: > On Feb 22, 2010, at 00:50 , Greg Mefford wrote: >> SHA256_DIGEST_LENGTH > > > This comes from openssl/sha.h and is used between #ifdef ENABLE_OPENSSL in > cardos-tool.c. > Check which OpenSSL instance and how is picked up by OpenSC (after you run > ./configure). > > Mine looks like this: > > PC/SC default provider: /System/Library/Frameworks/PCSC.framework/PCSC > > Host: x86_64-apple-darwin10.2.0 > Compiler: gcc > Preprocessor flags: > Compiler flags: -fno-strict-aliasing -isysroot > /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 > -mmacosx-version-min=10.6 -g -no-cpp-precomp -Wall -Wextra > Linker flags: > Libraries: -Wl,-framework,CoreFoundation > > LTLIB_CFLAGS: > LTLIB_LIBS: -lltdl > READLINE_CFLAGS: > READLINE_LIBS: -lreadline > ZLIB_CFLAGS: > ZLIB_LIBS: -lz > ICONV_CFLAGS: > ICONV_LIBS: -liconv > OPENSSL_CFLAGS: -I/usr/include > OPENSSL_LIBS: -lcrypto -lssl > OPENCT_CFLAGS: > OPENCT_LIBS: > PCSC_CFLAGS: -I/System/Library/Frameworks/PCSC.framework/Headers > > > > -- > Martin Paljak > http://martin.paljak.pri.ee > +3725156495 > > _______________________________________________ opensc-devel mailing list [email protected] http://www.opensc-project.org/mailman/listinfo/opensc-devel
