comparison Core/Toolbox.h @ 2677:0196d07a900f jobs

migrate OpenSSL initialization to Toolbox
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 15 Jun 2018 11:16:37 +0200
parents 97a74f0eac7a
children 2a504fef4ed7
comparison
equal deleted inserted replaced
2676:d2f70c8f8bfd 2677:0196d07a900f
231 void FinalizeGlobalLocale(); 231 void FinalizeGlobalLocale();
232 232
233 std::string ToUpperCaseWithAccents(const std::string& source); 233 std::string ToUpperCaseWithAccents(const std::string& source);
234 #endif 234 #endif
235 235
236 void InitializeOpenSsl();
237
238 void FinalizeOpenSsl();
239
236 std::string GenerateUuid(); 240 std::string GenerateUuid();
237 } 241 }
238 } 242 }
239 243
240 244