Blame nss/lib/freebl/freebl_hash.def

Packit 40b132
;+#
Packit 40b132
;+# This Source Code Form is subject to the terms of the Mozilla Public
Packit 40b132
;+# License, v. 2.0. If a copy of the MPL was not distributed with this
Packit 40b132
;+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
Packit 40b132
;+#
Packit 40b132
;+# OK, this file is meant to support SUN, LINUX, AIX and WINDOWS
Packit 40b132
;+#   1. For all unix platforms, the string ";-"  means "remove this line"
Packit 40b132
;+#   2. For all unix platforms, the string " DATA " will be removed from any 
Packit 40b132
;+#	line on which it occurs.
Packit 40b132
;+#   3. Lines containing ";+" will have ";+" removed on SUN and LINUX.
Packit 40b132
;+#      On AIX, lines containing ";+" will be removed.  
Packit 40b132
;+#   4. For all unix platforms, the string ";;" will thave the ";;" removed.
Packit 40b132
;+#   5. For all unix platforms, after the above processing has taken place,
Packit 40b132
;+#    all characters after the first ";" on the line will be removed.  
Packit 40b132
;+#    And for AIX, the first ";" will also be removed.
Packit 40b132
;+#  This file is passed directly to windows. Since ';' is a comment, all UNIX
Packit 40b132
;+#   directives are hidden behind ";", ";+", and ";-"
Packit 40b132
;+
Packit 40b132
;+NSSprivate_3.11 {               # NSS 3.11 release
Packit 40b132
;+    global:
Packit 40b132
LIBRARY freebl3 ;-
Packit 40b132
EXPORTS	;-
Packit 40b132
FREEBL_GetVector;
Packit 40b132
;+    local:
Packit 40b132
;+       *;
Packit 40b132
;+};
Packit 40b132
;+NSSRAWHASH_3.12.3 {             # NSS 3.12.3 release
Packit 40b132
;+    global:
Packit 40b132
NSSLOW_Init;
Packit 40b132
NSSLOW_Shutdown;
Packit 40b132
NSSLOWHASH_Length;
Packit 40b132
NSSLOWHASH_Begin;
Packit 40b132
NSSLOWHASH_Destroy;
Packit 40b132
NSSLOWHASH_End;
Packit 40b132
NSSLOWHASH_NewContext;
Packit 40b132
NSSLOWHASH_Update;
Packit 40b132
;+    local:
Packit 40b132
;+       *;
Packit 40b132
;+};