]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/lhash/lhash.c
Relax some over-zealous constification that gave some lhash-based code no
[thirdparty/openssl.git] / crypto / lhash / lhash.c
index 0a16fcf27d58904b26a556e044c92b453d13d87e..9856c26d433e024d7c7c198f090e22ec58bf11f4 100644 (file)
@@ -176,7 +176,7 @@ void lh_free(LHASH *lh)
        OPENSSL_free(lh);
        }
 
-void *lh_insert(LHASH *lh, const void *data)
+void *lh_insert(LHASH *lh, void *data)
        {
        unsigned long hash;
        LHASH_NODE *nn,**rn;