diff options
Diffstat (limited to 'usr/src/lib/libmd/common/mapfile-vers')
-rw-r--r-- | usr/src/lib/libmd/common/mapfile-vers | 25 |
1 files changed, 13 insertions, 12 deletions
diff --git a/usr/src/lib/libmd/common/mapfile-vers b/usr/src/lib/libmd/common/mapfile-vers index e81bb0e144..a70144e833 100644 --- a/usr/src/lib/libmd/common/mapfile-vers +++ b/usr/src/lib/libmd/common/mapfile-vers @@ -19,8 +19,7 @@ # CDDL HEADER END # # -# Copyright 2009 Sun Microsystems, Inc. All rights reserved. -# Use is subject to license terms. +# Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved. # # @@ -37,6 +36,8 @@ # MAPFILE HEADER END # +$mapfile_version 2 + # Note: # # SHA256Update, SHA384Update, and SHA512Update are all @@ -50,30 +51,30 @@ # -SUNW_1.1 { +SYMBOL_VERSION SUNW_1.1 { global: MD4Final; MD4Init; MD4Update; md5_calc; - MD5Final = NODIRECT; # Address interposition from testsuite - MD5Init = NODIRECT; # Address interposition from testsuite - MD5Update = NODIRECT; # Address interposition from testsuite + MD5Final { FLAGS = NODIRECT }; # Addr interpose from testsuite + MD5Init { FLAGS = NODIRECT }; # Addr interpose from testsuite + MD5Update { FLAGS = NODIRECT }; # Addr interpose from testsuite SHA1Final; SHA1Init; SHA1Update; - SHA256Final = NODYNSORT; + SHA256Final { FLAGS = NODYNSORT }; SHA256Init; - SHA256Update = NODYNSORT; + SHA256Update { FLAGS = NODYNSORT }; SHA2Final; SHA2Init; SHA2Update; - SHA384Final = NODYNSORT; + SHA384Final { FLAGS = NODYNSORT }; SHA384Init; - SHA384Update = NODYNSORT; - SHA512Final = NODYNSORT; + SHA384Update { FLAGS = NODYNSORT }; + SHA512Final { FLAGS = NODYNSORT }; SHA512Init; - SHA512Update = NODYNSORT; + SHA512Update { FLAGS = NODYNSORT }; local: *; }; |