Am Donnerstag 17 September 2009 14:22:26 schrieb François Leblanc: > This patch to permit to build without openssl and minor coding style change > for westcos card.
without openssl, is the card usable? I saw the code returns not supported if compiled without openssl, but I don't know if those are essential functions, or not. if the code is not useful without openssl, we could put the whole into one big #ifdef and also register the driver only if openssl is available (like some drivers already do). what do you think? other changes in the code: * french to english changes: good * why was max() macro removed? (and why was it #ifndef min ?) * removing comments with code / #if 0 code: good (I didn't know if these would be needed with later addidions or not, but if they are not needed in future use, it is good to remove them). > I've not found yet how to "pakage" opensc to be build via build script... > If someone know do you want to create windows binaries with the cross compiler? then the build/ project is the right thing. but I have no experience with it either. doesn't the readme help? http://www.opensc-project.org/svn/build/trunk/ Regards, Andreas _______________________________________________ opensc-devel mailing list opensc-devel@lists.opensc-project.org http://www.opensc-project.org/mailman/listinfo/opensc-devel