Add missing include to fix build with OPENSSL_NO_DEPRECATED defined and adjust the deprecation test to set this define. Also remove some unused re-definitions of OpenSSL functions in OpenSSLErrorTest.cpp that use types that are not defined with OPENSSL_NO_DEPRECATED.
Add missing include to fix build with
OPENSSL_NO_DEPRECATED
defined and adjust the deprecation test to set this define. Also remove some unused re-definitions of OpenSSL functions inOpenSSLErrorTest.cpp
that use types that are not defined withOPENSSL_NO_DEPRECATED
.Fixes #223.