Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions include/zephyr/net/mqtt.h
Original file line number Diff line number Diff line change
Expand Up @@ -763,9 +763,7 @@ struct mqtt_sec_config {
uint32_t alpn_protocol_name_count;
#endif

/** Peer hostname for ceritificate verification.
* May be NULL to skip hostname verification.
*/
/** Peer hostname for certificate verification. */
const char *hostname;

/** Indicates the preference for copying certificates to the heap. */
Expand Down