Skip to content

Commit

Permalink
Improve docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
jjnicola committed Feb 3, 2022
1 parent 3cd4147 commit 7c7788e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions misc/network.c
Original file line number Diff line number Diff line change
Expand Up @@ -575,6 +575,9 @@ is_ip_address (const char *str)
* @param cafile The CA file
* @param hostname Targets hostname
* @param flags Extra options which can not be set via the priority string
* Supported flags are:
* - NO_PRIORITY_FLAGS
* - INSECURE_DH_PRIME_BITS
*
* @return 1 on success. -1 on general error or timeout. -2 if DH prime bits on
* server side are lower than minimum allowed.
Expand Down

0 comments on commit 7c7788e

Please sign in to comment.