From 78fc3f4c592a03ec9fdfef5a82673a1d51e64bbe Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Mon, 14 Jul 2003 17:16:47 +0000 Subject: [PATCH] not valid to modify string pointed to by szCryptoDevice... it points to a static string or something parsed from the config git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100603 13f79535-47bb-0310-9956-ffa450edef68 --- modules/ssl/mod_ssl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ssl/mod_ssl.h b/modules/ssl/mod_ssl.h index df1ecbf90d..1c33af2e50 100644 --- a/modules/ssl/mod_ssl.h +++ b/modules/ssl/mod_ssl.h @@ -402,7 +402,7 @@ typedef struct { apr_hash_t *tPublicCert; apr_hash_t *tPrivateKey; #ifdef HAVE_ENGINE_INIT - char *szCryptoDevice; + const char *szCryptoDevice; #endif struct { void *pV1, *pV2, *pV3, *pV4, *pV5, *pV6, *pV7, *pV8, *pV9, *pV10; -- 2.50.1