Skip to content
Removed OpenSSL binding, use C stub code instead

 This hotfix removes the popular OpenSSL binding from the project.
Instead a C stub file is used. The stub file is heavy WIP and will
be cleane dup soon.

 The idea is to wrap just the calls and small functional blocks in C
and use D for the higher level stuff.

 Usually only a handful of functions from OpenSSL are needed, so this
approach seems to be working.