Commit 980afccf authored by Geoff Thorpe's avatar Geoff Thorpe
Browse files

Constify.

parent 9bd2cd74
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@ static int int_verify_depth = 10;
 * and "s_server" utilities. */
void cb_ssl_info(SSL *s, int where, int ret)
{
	char *str1, *str2;
	const char *str1, *str2;
	int w;

	if(!fp_cb_ssl_info)