Stroika Library 3.0d16
 
Loading...
Searching...
No Matches
OpenSSLCryptoStream.inl
1/*
2 * Copyright(c) Sophist Solutions, Inc. 1990-2025. All rights reserved
3 */
4namespace Stroika::Foundation::Cryptography::Encoding {
5
6#if qHas_OpenSSL
7 /*
8 ********************************************************************************
9 ********************* Cryptography::OpenSSLCryptoParams ************************
10 ********************************************************************************
11 */
12 inline OpenSSLCryptoParams::OpenSSLCryptoParams (const function<void (EVP_CIPHER_CTX*, Direction)>& f)
13 : fInitializer{f}
14 {
15 }
16#endif
17
18}