Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1ec732 commit 4e91020Copy full SHA for 4e91020
src/settings.c
@@ -175,7 +175,7 @@ int git_libgit2_opts(int key, ...)
175
}
176
177
#else
178
- giterr_set(GITERR_NET, "Cannot set certificate locations: OpenSSL is not enabled");
+ giterr_set(GITERR_NET, "cannot set certificate locations: OpenSSL is not enabled");
179
error = -1;
180
#endif
181
break;
@@ -204,7 +204,7 @@ int git_libgit2_opts(int key, ...)
204
205
206
207
- giterr_set(GITERR_NET, "Cannot set custom ciphers: OpenSSL is not enabled");
+ giterr_set(GITERR_NET, "cannot set custom ciphers: OpenSSL is not enabled");
208
209
210
0 commit comments