Skip to content

Commit

Permalink
PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
lrstewart committed Aug 13, 2024
1 parent 7313651 commit d3ab7dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/echo.c
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ int print_connection_info(struct s2n_connection *conn)

const char *kem = s2n_connection_get_kem_name(conn);
if (strcmp(kem, "NONE") != 0) {
printf("Legacy TLS1.2 KEM: %s (%s, but TLS1.3 PQ hybrid key exchange strongly recommended instead. "
printf("Legacy KEM: %s (%s, but PQ hybrid key exchange strongly recommended instead. "
"See https://github.com/aws/s2n-tls/blob/main/docs/usage-guide/topics/ch15-post-quantum.md)\n",
kem, pq_enabled_note);
}
Expand Down

0 comments on commit d3ab7dc

Please sign in to comment.