Skip to content

Commit

Permalink
http: fix doxygen (#1033)
Browse files Browse the repository at this point in the history
  • Loading branch information
cspiel1 authored Dec 28, 2023
1 parent ff80c86 commit a7defd9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/http/client.c
Original file line number Diff line number Diff line change
Expand Up @@ -1196,7 +1196,7 @@ int http_client_set_session_reuse(struct http_cli *cli, bool enabled)
* Set minimum TLS version
*
* @param cli HTTP Client
* @param version Minimum version, e.g.: TLS1_2_VERSION
* @param version Minimum version, e.g.: TLS1_2_VERSION
*
* @return 0 if success, otherwise errorcode
*/
Expand All @@ -1210,10 +1210,10 @@ int http_client_set_tls_min_version(struct http_cli *cli, int version)


/**
* Set minimum TLS version
* Set maximum TLS version
*
* @param cli HTTP Client
* @param version Minimum version, e.g.: TLS1_2_VERSION
* @param version Maximum version, e.g.: TLS1_2_VERSION
*
* @return 0 if success, otherwise errorcode
*/
Expand Down

0 comments on commit a7defd9

Please sign in to comment.