We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78e16c3 commit bf127eeCopy full SHA for bf127ee
src/global.c
@@ -22,14 +22,6 @@ git_mutex git__mwindow_mutex;
22
23
#define MAX_SHUTDOWN_CB 8
24
25
-#ifdef GIT_OPENSSL
26
-# include <openssl/ssl.h>
27
-SSL_CTX *git__ssl_ctx;
28
-# ifdef GIT_THREADS
29
-static git_mutex *openssl_locks;
30
-# endif
31
-#endif
32
-
33
static git_global_shutdown_fn git__shutdown_callbacks[MAX_SHUTDOWN_CB];
34
static git_atomic git__n_shutdown_callbacks;
35
static git_atomic git__n_inits;
0 commit comments