diff options
author | svshevtsov <svshevtsov@yandex-team.ru> | 2022-02-10 16:49:37 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:49:37 +0300 |
commit | de89752358147d7b25ef59a85b431bb564068a49 (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/openssl/io/stream.h | |
parent | 657337012a264721d58c470b4e9e796611f3c492 (diff) | |
download | ydb-de89752358147d7b25ef59a85b431bb564068a49.tar.gz |
Restoring authorship annotation for <svshevtsov@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/openssl/io/stream.h')
-rw-r--r-- | library/cpp/openssl/io/stream.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/library/cpp/openssl/io/stream.h b/library/cpp/openssl/io/stream.h index 9cff017104..7bca8f80ef 100644 --- a/library/cpp/openssl/io/stream.h +++ b/library/cpp/openssl/io/stream.h @@ -14,14 +14,14 @@ public: // It can be expanded with ENV: SSL_CERT_DIR. TString Hostname_; }; - struct TClientCert { - TString CertificateFile_; - TString PrivateKeyFile_; - TString PrivateKeyPassword_; - }; + struct TClientCert { + TString CertificateFile_; + TString PrivateKeyFile_; + TString PrivateKeyPassword_; + }; TMaybe<TVerifyCert> VerifyCert_; - TMaybe<TClientCert> ClientCert_; + TMaybe<TClientCert> ClientCert_; // TODO - keys, cyphers, etc }; |