Fix error compiling with openssl 1.1.0
authorSebastian Blunt <sebastian@c4k3.net>
Fri, 28 Apr 2017 12:18:17 +0000 (14:18 +0200)
committerSebastian Blunt <sebastian@c4k3.net>
Fri, 28 Apr 2017 12:18:17 +0000 (14:18 +0200)
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.


No differences found