security/nss/cmd/libpkix/testutil/pkixutil.def

Wed, 31 Dec 2014 07:53:36 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 07:53:36 +0100
branch
TOR_BUG_3246
changeset 5
4ab42b5ab56c
permissions
-rw-r--r--

Correct small whitespace inconsistency, lost while renaming variables.

michael@0 1 ;+#
michael@0 2 ;+# This Source Code Form is subject to the terms of the Mozilla Public
michael@0 3 ;+# License, v. 2.0. If a copy of the MPL was not distributed with this
michael@0 4 ;+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
michael@0 5 ;+#
michael@0 6 ;+# OK, this file is meant to support SUN, LINUX, AIX and WINDOWS
michael@0 7 ;+# 1. For all unix platforms, the string ";-" means "remove this line"
michael@0 8 ;+# 2. For all unix platforms, the string " DATA " will be removed from any
michael@0 9 ;+# line on which it occurs.
michael@0 10 ;+# 3. Lines containing ";+" will have ";+" removed on SUN and LINUX.
michael@0 11 ;+# On AIX, lines containing ";+" will be removed.
michael@0 12 ;+# 4. For all unix platforms, the string ";;" will thave the ";;" removed.
michael@0 13 ;+# 5. For all unix platforms, after the above processing has taken place,
michael@0 14 ;+# all characters after the first ";" on the line will be removed.
michael@0 15 ;+# And for AIX, the first ";" will also be removed.
michael@0 16 ;+# This file is passed directly to windows. Since ';' is a comment, all UNIX
michael@0 17 ;+# directives are hidden behind ";", ";+", and ";-"
michael@0 18 ;+
michael@0 19 ;+NSS_3.12 { # NSS 3.12 release
michael@0 20 ;+ global:
michael@0 21 LIBRARY pkixutil ;-
michael@0 22 EXPORTS ;-
michael@0 23 createBuildResult;
michael@0 24 createCRL;
michael@0 25 createCert;
michael@0 26 createCertChain;
michael@0 27 createCertChainPlus;
michael@0 28 createDate;
michael@0 29 createGeneralName;
michael@0 30 createProcessingParams;
michael@0 31 createTrustAnchor;
michael@0 32 createValidateParams;
michael@0 33 createValidateResult;
michael@0 34 endTests;
michael@0 35 startTests;
michael@0 36 subTest;
michael@0 37 testDuplicateHelper;
michael@0 38 testEqualsHelper;
michael@0 39 testError;
michael@0 40 testErrorUndo;
michael@0 41 testHashcodeHelper;
michael@0 42 testToStringHelper;
michael@0 43 PKIX_Cert2ASCII;
michael@0 44 PKIX_Error2ASCII;
michael@0 45 PKIX_String2ASCII;
michael@0 46 ;+ local:
michael@0 47 ;+ *;
michael@0 48 ;+};

mercurial