From 2035bcd40b17832439df0a1eb28403b99a71b74f Mon Sep 17 00:00:00 2001 From: Dave Brolley Date: Mon, 4 May 2009 16:05:22 -0400 Subject: Module signing and verification using a separate file for the module signature. --- config.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.in') diff --git a/config.in b/config.in index 74b5a738..dc6be35c 100644 --- a/config.in +++ b/config.in @@ -27,6 +27,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_MEMORY_H +/* Define to 1 if you have the nss libraries. */ +#undef HAVE_NSS + /* Define to 1 if you have the header file. */ #undef HAVE_STDINT_H -- cgit