But in the statically linked 'libcrypto.a' there are lots of 'pkcs11'-functions that i expect to be available in 'libxmlsec1-openssl.a'.
Well, linker will not put in the shared library functions from static library that are not used directly. Thus, if pkcs11* function is not used by xmlsec then it will not be in the shared library. There are flags to overwrite this default behavior but it is definitely not a standard thing to do. Aleksey _______________________________________________ xmlsec mailing list [email protected] http://www.aleksey.com/mailman/listinfo/xmlsec
