summaryrefslogtreecommitdiff
path: root/security/nss/tests/pkcs11/netscape/trivial/acconfig.h
diff options
context:
space:
mode:
authornelsonb%netscape.com <devnull@localhost>2001-06-09 03:18:09 +0000
committernelsonb%netscape.com <devnull@localhost>2001-06-09 03:18:09 +0000
commit1043d7d06ef17e12ef0e00225dc0a89d28288ee8 (patch)
treeaeec4b4a11c7aca09a6e1204e953fc3a0c5bd91a /security/nss/tests/pkcs11/netscape/trivial/acconfig.h
parentcec6b0126ae75967f8619e5b3a5c30a800cbf8b1 (diff)
parent30debe533c0537e49febeefe135ea069d7fbe2f2 (diff)
downloadnss-hg-1043d7d06ef17e12ef0e00225dc0a89d28288ee8.tar.gz
3 Changes:
1. New SSL server session cache implementation that uses finer grained locking to reduce lock contention, and does 128-way associative caching. 2. rename symbol SSL_SESSIONID_BYTES to SSL2_SESSIONID_BYTES. 3. Work around compiler bug on Solaris i386. Modified Files: manifest.mn sslcon.c sslimpl.h sslsecur.c sslsnce.c
Diffstat (limited to 'security/nss/tests/pkcs11/netscape/trivial/acconfig.h')
-rw-r--r--security/nss/tests/pkcs11/netscape/trivial/acconfig.h36
1 files changed, 36 insertions, 0 deletions
diff --git a/security/nss/tests/pkcs11/netscape/trivial/acconfig.h b/security/nss/tests/pkcs11/netscape/trivial/acconfig.h
new file mode 100644
index 000000000..36f98f87a
--- /dev/null
+++ b/security/nss/tests/pkcs11/netscape/trivial/acconfig.h
@@ -0,0 +1,36 @@
+/*
+ * The contents of this file are subject to the Mozilla Public
+ * License Version 1.1 (the "License"); you may not use this file
+ * except in compliance with the License. You may obtain a copy of
+ * the License at http://www.mozilla.org/MPL/
+ *
+ * Software distributed under the License is distributed on an "AS
+ * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
+ * implied. See the License for the specific language governing
+ * rights and limitations under the License.
+ *
+ * The Original Code is a trivial PKCS#11 test program.
+ *
+ * The Initial Developer of the Original Code is Netscape
+ * Communications Corporation. Portions created by Netscape are
+ * Copyright (C) 2000 Netscape Communications Corporation. All
+ * Rights Reserved.
+ *
+ * Contributor(s):
+ *
+ * Alternatively, the contents of this file may be used under the
+ * terms of the GNU General Public License Version 2 or later (the
+ * "GPL"), in which case the provisions of the GPL are applicable
+ * instead of those above. If you wish to allow use of your
+ * version of this file only under the terms of the GPL and not to
+ * allow others to use your version of this file under the MPL,
+ * indicate your decision by deleting the provisions above and
+ * replace them with the notice and other provisions required by
+ * the GPL. If you do not delete the provisions above, a recipient
+ * may use your version of this file under either the MPL or the
+ * GPL.
+ */
+
+/* Define to use NSS header files instead of the regular RSA ones */
+#undef WITH_NSS
+