From: Sebastian Blunt Date: Fri, 28 Apr 2017 12:18:17 +0000 (+0200) Subject: Fix error compiling with openssl 1.1.0 X-Git-Url: http://git.code-monkey.de/?a=commitdiff_plain;h=df8ef01c17eb187a969ca66e749d5a5837df0c3f;hp=df8ef01c17eb187a969ca66e749d5a5837df0c3f;p=umurmur.git Fix error compiling with openssl 1.1.0 Would throw a dereferencing pointer to incomplete type previously. This change is compatible with both openssl 1.1.0 and 1.0.2, the only supported openssl releases. Building with autotools and openssl 1.1.0 does still not work. ---