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. --- nsscommon.h | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 nsscommon.h (limited to 'nsscommon.h') diff --git a/nsscommon.h b/nsscommon.h new file mode 100644 index 00000000..7f4097e1 --- /dev/null +++ b/nsscommon.h @@ -0,0 +1,2 @@ +void nssError (void); +void nssCleanup (void); -- cgit