Commit 884a78d9 authored by Jeff Trawick's avatar Jeff Trawick
Browse files

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
parent 89d958c9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;