mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-11 00:12:07 +00:00
Start error string with lower case character
This commit is contained in:
parent
c1ec732f46
commit
4e91020c85
@ -175,7 +175,7 @@ int git_libgit2_opts(int key, ...)
|
||||
}
|
||||
}
|
||||
#else
|
||||
giterr_set(GITERR_NET, "Cannot set certificate locations: OpenSSL is not enabled");
|
||||
giterr_set(GITERR_NET, "cannot set certificate locations: OpenSSL is not enabled");
|
||||
error = -1;
|
||||
#endif
|
||||
break;
|
||||
@ -204,7 +204,7 @@ int git_libgit2_opts(int key, ...)
|
||||
}
|
||||
}
|
||||
#else
|
||||
giterr_set(GITERR_NET, "Cannot set custom ciphers: OpenSSL is not enabled");
|
||||
giterr_set(GITERR_NET, "cannot set custom ciphers: OpenSSL is not enabled");
|
||||
error = -1;
|
||||
#endif
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user