summaryrefslogtreecommitdiff
path: root/src/sys-crypto.h
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2020-10-29 16:48:53 -0400
committerGlenn Strauss <gstrauss@gluelogic.com>2020-10-29 16:49:35 -0400
commitbcac9b5785f1427d03a3b9ec5ad173bd10ddc823 (patch)
tree42e29f1da022abde47072d6e1d45501932df6d1d /src/sys-crypto.h
parent8187e988971725039364d685ab446bc11c859d40 (diff)
downloadlighttpd-git-bcac9b5785f1427d03a3b9ec5ad173bd10ddc823.tar.gz
[core] set NSS_VER_INCLUDE after crypto lib select
Diffstat (limited to 'src/sys-crypto.h')
-rw-r--r--src/sys-crypto.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/sys-crypto.h b/src/sys-crypto.h
index a84047b4..1eb13fea 100644
--- a/src/sys-crypto.h
+++ b/src/sys-crypto.h
@@ -20,11 +20,6 @@
#ifdef HAVE_NSS3_NSS_H
#define USE_LIB_CRYPTO
#define USE_NSS_CRYPTO
-#ifdef __has_include
-#if __has_include(<nss3/nss.h>)
-#define NSS_VER_INCLUDE
-#endif
-#endif
#endif
#ifdef HAVE_NSS_NSS_H
#define USE_LIB_CRYPTO