Commit 879bde12 authored by Dr. Stephen Henson's avatar Dr. Stephen Henson
Browse files

fix warning

parent 5a3d21c0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -145,7 +145,7 @@ static int def_init_default(CONF *conf)
		return 0;

	conf->meth = &default_method;
	conf->meth_data = CONF_type_default;
	conf->meth_data = (void *)CONF_type_default;
	conf->data = NULL;

	return 1;