Skip to content

Commit

Permalink
[c++17] Misc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pstanisz committed Dec 7, 2023
1 parent 6f2ecab commit e2fd953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/examples/tls_13_hybrid_key_exchange_client.cpp
Expand Up @@ -82,7 +82,7 @@ int main() {
policy,
rng,
Botan::TLS::Server_Information("botan.randombit.net", 443),
Botan::TLS::Protocol_Version::TLS_V12);
Botan::TLS::Version_Code::TLS_V12);

while(!client.is_closed()) {
// read data received from the tls server, e.g., using BSD sockets or boost asio
Expand Down

0 comments on commit e2fd953

Please sign in to comment.