diff options
author | Daniel Stenberg <daniel@haxx.se> | 2017-08-28 23:58:11 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2017-08-28 23:58:42 +0200 |
commit | edcb1ef60fdbbd3d78d9c9265f1ce63360e87d7b (patch) | |
tree | 76ae38724517b7af54f378f3f4b21349855ff31a | |
parent | 82604c500755d94ab2422edc5151e99972344104 (diff) |
curl_global_init.3: mention curl_global_sslset(3)
-rw-r--r-- | docs/libcurl/curl_global_init.3 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/libcurl/curl_global_init.3 b/docs/libcurl/curl_global_init.3 index d2bd79ef3..c911bad0a 100644 --- a/docs/libcurl/curl_global_init.3 +++ b/docs/libcurl/curl_global_init.3 @@ -5,7 +5,7 @@ .\" * | (__| |_| | _ <| |___ .\" * \___|\___/|_| \_\_____| .\" * -.\" * Copyright (C) 1998 - 2016, Daniel Stenberg, <daniel@haxx.se>, et al. +.\" * Copyright (C) 1998 - 2017, Daniel Stenberg, <daniel@haxx.se>, et al. .\" * .\" * This software is licensed as described in the file COPYING, which .\" * you should have received as part of this distribution. The terms @@ -93,5 +93,6 @@ other curl functions. .SH "SEE ALSO" .BR curl_global_init_mem "(3), " .BR curl_global_cleanup "(3), " +.BR curl_global_sslset "(3), " .BR curl_easy_init "(3) " .BR libcurl "(3) " |