Commit e90e7197 authored by Geoff Thorpe's avatar Geoff Thorpe
Browse files

Fix a warning, and do some constification as a lucky side-effect :-)

parent 7ba666fa
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -587,7 +587,7 @@ typedef int (*GEN_SESSION_CB)(const SSL *ssl, unsigned char *id,
typedef struct ssl_comp_st
	{
	int id;
	char *name;
	const char *name;
#ifndef OPENSSL_NO_COMP
	COMP_METHOD *method;
#else