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

This commit is contained in:
Geoff Thorpe 2002-12-08 05:19:43 +00:00
parent 7ba666fa0e
commit e90e719739

View File

@ -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