Commit f3d1be7d by Carlos Martín Nieto

openssl: export the locking function when building without OpenSSL

This got lost duing the move and it lets the users call this function
just in case.
parent 43955927
......@@ -603,4 +603,10 @@ int git_openssl_stream_new(git_stream **out, const char *host, const char *port)
return -1;
}
int git_openssl_set_locking(void)
{
/* No OpenSSL here, move along */
return 0;
}
#endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment