>I was trying to compile test scripts (openssl-0.9.6b) > ~/openssl-0.9.6b/demos/Maurice/*.c >When I try to make the file, I get the following error: >Too few arguments to function PEM_ASN1_read
Yes you will get that. The stuff in demos/Maurice/*.c is way out of date. Applications shouldn't even call PEM_ASN1_read() directly any more. Try downloading an OpenSSL 0.9.7 snapshot and using the demos from there: they've been modernized. Steve. -- Dr Stephen N. Henson. http://www.drh-consultancy.demon.co.uk/ Personal Email: [EMAIL PROTECTED] Senior crypto engineer, Gemplus: http://www.gemplus.com/ Core developer of the OpenSSL project: http://www.openssl.org/ Business Email: [EMAIL PROTECTED] PGP key: via homepage. ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
