commit | e9ad6665a517652e8da6da5165f72c7ab8e9c34f | [log] [tgz] |
---|---|---|
author | Ben Laurie <ben@openssl.org> | Sat Apr 23 06:05:24 2005 +0000 |
committer | Ben Laurie <ben@openssl.org> | Sat Apr 23 06:05:24 2005 +0000 |
tree | e7655ad8419cb4d4e87ecc68641618943a697e7b | |
parent | b5855b2f32d7fb89937093459230b6252cdf400b [diff] [blame] |
Add debug target, remove cast, note possible bug.
diff --git a/apps/s_server.c b/apps/s_server.c index 986c122..40d00cc 100644 --- a/apps/s_server.c +++ b/apps/s_server.c
@@ -1470,7 +1470,7 @@ DH *ret=NULL; BIO *bio; - if ((bio=BIO_new_file((char *)dhfile,"r")) == NULL) + if ((bio=BIO_new_file(dhfile,"r")) == NULL) goto err; ret=PEM_read_bio_DHparams(bio,NULL,NULL,NULL); err: