Skip to content

Commit

Permalink
Fix typo in function mosquitto_string_option doc closes #2919
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Krey <[email protected]>
  • Loading branch information
ckrey authored and ralight committed Oct 9, 2024
1 parent b979feb commit 4e63975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/mosquitto.h
Original file line number Diff line number Diff line change
Expand Up @@ -1601,7 +1601,7 @@ libmosq_EXPORT int mosquitto_int_option(struct mosquitto *mosq, enum mosq_opt_t
* private key for a TLS connection will be obtained. Defaults to
* "pem", a normal private key file.
*
* MOSQ_OPT_TLS_KPASS_SHA1 - Where the TLS Engine requires the use of
* MOSQ_OPT_TLS_ENGINE_KPASS_SHA1 - Where the TLS Engine requires the use of
* a password to be accessed, this option allows a hex encoded
* SHA1 hash of the private key password to be passed to the
* engine directly. Must be set before <mosquitto_connect>.
Expand Down

0 comments on commit 4e63975

Please sign in to comment.