From: Jeff Trawick Date: Mon, 14 Jul 2003 17:16:47 +0000 (+0000) Subject: not valid to modify string pointed to by szCryptoDevice... it points to a X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fcf54611afe48017fb45c5829d0d72038bd72851;p=thirdparty%2Fapache%2Fhttpd.git 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/modules/ssl@100603 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/mod_ssl.h b/mod_ssl.h index df1ecbf90da..1c33af2e503 100644 --- a/mod_ssl.h +++ b/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;