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)
commitdf8ef01c17eb187a969ca66e749d5a5837df0c3f
tree6e2762e2f3ac37a901461e70d86a12ee4a4234c3
parent500668529625290605ab7afe0d62cd507ee25a99
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.
src/ssli_openssl.c