mirror of
https://git.proxmox.com/git/libgit2
synced 2026-01-07 07:52:16 +00:00
Merge pull request #2742 from stewid/add_missing_else_directive
Add missing else directive
This commit is contained in:
commit
8bfbe6988f
@ -131,6 +131,7 @@ int git_openssl_set_locking(void)
|
||||
giterr_set(GITERR_THREAD, "libgit2 as not built with threads");
|
||||
return -1;
|
||||
# endif
|
||||
#else
|
||||
giterr_set(GITERR_SSL, "libgit2 was not built with OpenSSL support");
|
||||
return -1;
|
||||
#endif
|
||||
|
||||
Loading…
Reference in New Issue
Block a user