From: Wouter Wijngaards Date: Wed, 1 Aug 2012 13:08:58 +0000 (+0000) Subject: ifdef for NSS compile. X-Git-Tag: release-1.4.19rc1~36 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a9d248e7c99acaac7ab4fdbb11e1d011744223f9;p=thirdparty%2Funbound.git ifdef for NSS compile. git-svn-id: file:///svn/unbound/trunk@2734 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/util/net_help.c b/util/net_help.c index 6e71d544b..ced761701 100644 --- a/util/net_help.c +++ b/util/net_help.c @@ -726,6 +726,7 @@ void* outgoing_ssl_fd(void* sslctx, int fd) #endif } +#ifdef OPENSSL_THREADS /** global lock list for openssl locks */ static lock_basic_t *ub_openssl_locks = NULL; @@ -746,6 +747,7 @@ ub_crypto_lock_cb(int mode, int type, const char *ATTR_UNUSED(file), lock_basic_unlock(&ub_openssl_locks[type]); } } +#endif /* OPENSSL_THREADS */ int ub_openssl_lock_init(void) {