Re: [CVS] OpenSSL: openssl/apps/ engine.c s_server.c

2005-04-23 Thread Nils Larsch
Ben Laurie wrote: ... -static DH *load_dh_param(char *dhfile) +static DH *load_dh_param(const char *dhfile) { DH *ret=NULL; BIO *bio; -if ((bio=BIO_new_file(dhfile,r)) == NULL) +if ((bio=BIO_new_file((char *)dhfile,r)) == NULL) Gah! Don't do this - clearly

Re: [CVS] OpenSSL: openssl/apps/ engine.c s_server.c

2005-04-22 Thread Ben Laurie
Nils Larsch wrote: OpenSSL CVS Repository http://cvs.openssl.org/ Server: cvs.openssl.org Name: Nils Larsch Root: /e/openssl/cvs Email: [EMAIL PROTECTED] Module: openssl