Commit 96484ecd by Arthur Schreiber

Fix the description for `GIT_FEATURE_SSH`.

parent f34b9a59
...@@ -119,7 +119,7 @@ typedef enum { ...@@ -119,7 +119,7 @@ typedef enum {
* *
* - GIT_FEATURE_SSH * - GIT_FEATURE_SSH
* Libgit2 supports the SSH protocol for network operations. This requires * Libgit2 supports the SSH protocol for network operations. This requires
* the openssh to be found when compiling libgit2 * the libssh2 library to be found when compiling libgit2
*/ */
GIT_EXTERN(int) git_libgit2_features(void); GIT_EXTERN(int) git_libgit2_features(void);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment