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 From d781daa027b2ad6c78f4258734142c97eb40b777 Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Tue, 5 May 2009 11:21:51 -0700 Subject: Add Vim modelines for new C/C++ sources --- nsscommon.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nsscommon.h') diff --git a/nsscommon.h b/nsscommon.h index 7f4097e1..c6ab8aa7 100644 --- a/nsscommon.h +++ b/nsscommon.h @@ -1,2 +1,4 @@ void nssError (void); void nssCleanup (void); + +/* vim: set sw=2 ts=8 cino=>4,n-2,{2,^-2,t0,(0,u0,w1,M1 : */ -- cgit