1 2 3 4 5 6 7 8 9 10
#ifndef MS_DEP_OPENSSL_HPP #define MS_DEP_OPENSSL_HPP class DepOpenSSL { public: static void ClassInit(); }; #endif