summaryrefslogtreecommitdiffstats
path: root/demos/sslecho/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'demos/sslecho/main.c')
-rw-r--r--demos/sslecho/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/sslecho/main.c b/demos/sslecho/main.c
index 588158e749..0233794c4e 100644
--- a/demos/sslecho/main.c
+++ b/demos/sslecho/main.c
@@ -273,7 +273,7 @@ int main(int argc, char **argv)
/* Create client SSL structure using dedicated client socket */
ssl = SSL_new(ssl_ctx);
SSL_set_fd(ssl, client_skt);
- /* Set host name for SNI */
+ /* Set hostname for SNI */
SSL_set_tlsext_host_name(ssl, rem_server_ip);
/* Configure server hostname check */
SSL_set1_host(ssl, rem_server_ip);