Constify.

This commit is contained in:
Geoff Thorpe 2002-01-04 07:01:35 +00:00
parent 9bd2cd745f
commit 980afccf98

View File

@ -19,7 +19,7 @@ static int int_verify_depth = 10;
* and "s_server" utilities. */ * and "s_server" utilities. */
void cb_ssl_info(SSL *s, int where, int ret) void cb_ssl_info(SSL *s, int where, int ret)
{ {
char *str1, *str2; const char *str1, *str2;
int w; int w;
if(!fp_cb_ssl_info) if(!fp_cb_ssl_info)