From e90e7197398ce87786e92468e946d50f3c6728b7 Mon Sep 17 00:00:00 2001 From: Geoff Thorpe Date: Sun, 8 Dec 2002 05:19:43 +0000 Subject: [PATCH] Fix a warning, and do some constification as a lucky side-effect :-) --- ssl/ssl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ssl/ssl.h b/ssl/ssl.h index 82f4b0f848..5177a8a126 100644 --- a/ssl/ssl.h +++ b/ssl/ssl.h @@ -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 -- 2.25.1