This commit is contained in:
Carlos Martín Nieto
2017-03-13 09:42:23 +01:00
parent d364f481d0
commit 050ea99cc9

View File

@@ -1061,7 +1061,7 @@ static const char *supported_filenames[] = {
/**
* Try to load a supported version of libssh2
*/
#ifdef GIT_SSH
#ifdef GIT_SSH_RUNTIME
static void load_libssh2(void)
{
# ifdef GIT_SSH_LOADLIBRARY
@@ -1079,7 +1079,7 @@ static void load_libssh2(void)
# endif
}
#endif /* GIT_SSH */
#endif /* GIT_SSH_RUNTIME */
static void unload_libssh2(void)
{