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