CMS 3D CMS Logo

openssl_init.h
Go to the documentation of this file.
1 #ifndef UTILITIES_OPENSSL_OPENSSL_INIT_H
2 #define UTILITIES_OPENSSL_OPENSSL_INIT_H
3 #include <openssl/evp.h>
4 
5 #if OPENSSL_VERSION_NUMBER < 0x10100000L
6 #define EVP_MD_CTX_new EVP_MD_CTX_create
7 #define EVP_MD_CTX_free EVP_MD_CTX_destroy
8 #endif
9 
10 namespace cms {
11  void openssl_init();
12 } // namespace cms
13 
14 #endif //UTILITIES_OPENSSL_OPENSSL_INIT_H
void openssl_init()
Definition: openssl_init.cc:5
Namespace of DDCMS conversion namespace.