diff options
| author | Ed Tanous <ed.tanous@intel.com> | 2017-05-23 09:23:53 -0700 |
|---|---|---|
| committer | Ed Tanous <ed.tanous@intel.com> | 2017-05-23 09:23:53 -0700 |
| commit | 0d485ef9356f5c8ffe762877cfd2cb44ffb1789b (patch) | |
| tree | 1e11cd76f9a725f9aff565348e12d99c369af649 /include | |
| parent | 97099e757486df9f9315aad17193365b28866d37 (diff) | |
| download | bmcweb-0d485ef9356f5c8ffe762877cfd2cb44ffb1789b.tar.gz bmcweb-0d485ef9356f5c8ffe762877cfd2cb44ffb1789b.zip | |
Incremental
Diffstat (limited to 'include')
| -rw-r--r-- | include/ssl_key_handler.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ssl_key_handler.hpp b/include/ssl_key_handler.hpp index 5cd29a8..aade3fb 100644 --- a/include/ssl_key_handler.hpp +++ b/include/ssl_key_handler.hpp @@ -298,7 +298,7 @@ boost::asio::ssl::context get_ssl_context(std::string ssl_pem_file) { std::string lighttp_ciphers = "AES128+EECDH:AES128+EDH:!aNULL:!eNULL"; - if (SSL_CTX_set_cipher_list(m_ssl_context.native_handle(), ciphers.c_str()) != + if (SSL_CTX_set_cipher_list(m_ssl_context.native_handle(), lighttp_ciphers.c_str()) != 1) { CROW_LOG_ERROR << "Error setting cipher list\n"; } |

