The demo programs that came with the source does not compile. for example,
in ssl/cli.cpp on line 70,
char* str = X509_NAME_oneline (X509_get_subject_name (server_cert));

I looked in ssl.h and there is no such function prototype. I found
char* X509_NAME_oneline(X509_name_st *, char *, int)
char* X509_NAME_oneline()

This demo is pretty old (written in 1996). The interfaces must have
changed since then... The demos that don't work should be removed so that
it does not confuse people like me.


--
Son C. To                               | Systems Programmer 
The Wharton School, University of Penn. | Core Systems Group, 
phone : (215)898-5858                   | Wharton Comp. and Info. Technology 
beeper: (215)330-9084                   | 
email : [EMAIL PROTECTED]   | 
fax : (215)573-6073                     | 

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to