summaryrefslogtreecommitdiff
path: root/tests/pkcs11/netscape/trivial
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pkcs11/netscape/trivial')
-rw-r--r--tests/pkcs11/netscape/trivial/Makefile.in2
-rw-r--r--tests/pkcs11/netscape/trivial/configure.in3
-rw-r--r--tests/pkcs11/netscape/trivial/trivial.c4
3 files changed, 0 insertions, 9 deletions
diff --git a/tests/pkcs11/netscape/trivial/Makefile.in b/tests/pkcs11/netscape/trivial/Makefile.in
index ccc99cb00..4ac4da5e4 100644
--- a/tests/pkcs11/netscape/trivial/Makefile.in
+++ b/tests/pkcs11/netscape/trivial/Makefile.in
@@ -3,8 +3,6 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
-MAKEFILE_IN_CVS_ID = "@(#) $RCSfile$ $Revision$ $Date$"
-
SHELL = /bin/sh
.SUFFIXES:
.SUFFIXES: .c .o .h .in .a .so
diff --git a/tests/pkcs11/netscape/trivial/configure.in b/tests/pkcs11/netscape/trivial/configure.in
index bfd5b5cb1..6efe73fe5 100644
--- a/tests/pkcs11/netscape/trivial/configure.in
+++ b/tests/pkcs11/netscape/trivial/configure.in
@@ -3,9 +3,6 @@ dnl This Source Code Form is subject to the terms of the Mozilla Public
dnl License, v. 2.0. If a copy of the MPL was not distributed with this
dnl file, You can obtain one at http://mozilla.org/MPL/2.0/.
-dnl My revision info: "@(#) $RCSfile$ $Revision$ $Date$"
-dnl Don't use AC_REVISION; it's broken
-
AC_INIT(trivial.c)
AC_CONFIG_HEADER(config.h)
AC_PROG_MAKE_SET
diff --git a/tests/pkcs11/netscape/trivial/trivial.c b/tests/pkcs11/netscape/trivial/trivial.c
index ce07b1c82..3fc0ba045 100644
--- a/tests/pkcs11/netscape/trivial/trivial.c
+++ b/tests/pkcs11/netscape/trivial/trivial.c
@@ -2,10 +2,6 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
-#ifdef DEBUG
-static const char CVS_ID[] = "@(#) $RCSfile$ $Revision$ $Date$";
-#endif /* DEBUG */
-
/*
* This is a very trivial program I wrote for testing out a
* couple data-only Cryptoki modules for NSS. It's not a "real"