diff options
author | Carlos Martín Nieto <cmn@dwim.me> | 2014-06-12 03:20:34 +0200 |
---|---|---|
committer | Carlos Martín Nieto <cmn@dwim.me> | 2014-06-12 14:37:03 +0200 |
commit | cf15ac8aa96304a36699ae65398b7adac0d2ddde (patch) | |
tree | 4385eae1914d25c2c5ebe224788d556ef84a4b10 /src/netops.h | |
parent | 5fa0494328b78a1ce8dba983c3f8028d123a62a4 (diff) | |
download | libgit2-cf15ac8aa96304a36699ae65398b7adac0d2ddde.tar.gz |
ssl: cargo-cult thread safety
OpenSSL's tests init everything in the main thread, so let's do that.
Diffstat (limited to 'src/netops.h')
-rw-r--r-- | src/netops.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/netops.h b/src/netops.h index 8e3a2524f..dfb4ab7b4 100644 --- a/src/netops.h +++ b/src/netops.h @@ -16,7 +16,6 @@ struct gitno_ssl { #ifdef GIT_SSL - SSL_CTX *ctx; SSL *ssl; #else size_t dummy; |