]> granicus.if.org Git - apache/commitdiff
not valid to modify string pointed to by szCryptoDevice... it points to a
authorJeff Trawick <trawick@apache.org>
Mon, 14 Jul 2003 17:16:47 +0000 (17:16 +0000)
committerJeff Trawick <trawick@apache.org>
Mon, 14 Jul 2003 17:16:47 +0000 (17:16 +0000)
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

index df1ecbf90dae69d02f972856d4bb10d2c4aae604..1c33af2e5039606d46711a57de65b1cd2427ef3d 100644 (file)
@@ -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;