mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-12 01:15:09 +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
|
#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;
|
error = -1;
|
||||||
#endif
|
#endif
|
||||||
break;
|
break;
|
||||||
@ -204,7 +204,7 @@ int git_libgit2_opts(int key, ...)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
#else
|
#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;
|
error = -1;
|
||||||
#endif
|
#endif
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user