security/nss/lib/freebl/freebl_hash.def

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/security/nss/lib/freebl/freebl_hash.def	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,39 @@
     1.4 +;+#
     1.5 +;+# This Source Code Form is subject to the terms of the Mozilla Public
     1.6 +;+# License, v. 2.0. If a copy of the MPL was not distributed with this
     1.7 +;+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
     1.8 +;+#
     1.9 +;+# OK, this file is meant to support SUN, LINUX, AIX and WINDOWS
    1.10 +;+#   1. For all unix platforms, the string ";-"  means "remove this line"
    1.11 +;+#   2. For all unix platforms, the string " DATA " will be removed from any 
    1.12 +;+#	line on which it occurs.
    1.13 +;+#   3. Lines containing ";+" will have ";+" removed on SUN and LINUX.
    1.14 +;+#      On AIX, lines containing ";+" will be removed.  
    1.15 +;+#   4. For all unix platforms, the string ";;" will thave the ";;" removed.
    1.16 +;+#   5. For all unix platforms, after the above processing has taken place,
    1.17 +;+#    all characters after the first ";" on the line will be removed.  
    1.18 +;+#    And for AIX, the first ";" will also be removed.
    1.19 +;+#  This file is passed directly to windows. Since ';' is a comment, all UNIX
    1.20 +;+#   directives are hidden behind ";", ";+", and ";-"
    1.21 +;+
    1.22 +;+NSSprivate_3.11 {               # NSS 3.11 release
    1.23 +;+    global:
    1.24 +LIBRARY freebl3 ;-
    1.25 +EXPORTS	;-
    1.26 +FREEBL_GetVector;
    1.27 +;+    local:
    1.28 +;+       *;
    1.29 +;+};
    1.30 +;+NSSRAWHASH_3.12.3 {             # NSS 3.12.3 release
    1.31 +;+    global:
    1.32 +NSSLOW_Init;
    1.33 +NSSLOW_Shutdown;
    1.34 +NSSLOWHASH_Length;
    1.35 +NSSLOWHASH_Begin;
    1.36 +NSSLOWHASH_Destroy;
    1.37 +NSSLOWHASH_End;
    1.38 +NSSLOWHASH_NewContext;
    1.39 +NSSLOWHASH_Update;
    1.40 +;+    local:
    1.41 +;+       *;
    1.42 +;+};

mercurial