diff options
Diffstat (limited to 'modules/extra/ssl_openssl.cpp')
| -rw-r--r-- | modules/extra/ssl_openssl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/extra/ssl_openssl.cpp b/modules/extra/ssl_openssl.cpp index f0020209e..96b4f8c09 100644 --- a/modules/extra/ssl_openssl.cpp +++ b/modules/extra/ssl_openssl.cpp @@ -958,7 +958,7 @@ OpenSSL::Profile& OpenSSLIOHook::GetProfile() class ModuleSSLOpenSSL final : public Module { - typedef std::vector<std::shared_ptr<OpenSSLIOHookProvider>> ProfileList; + using ProfileList = std::vector<std::shared_ptr<OpenSSLIOHookProvider>>; ProfileList profiles; |
