xref: /onnv-gate/usr/src/lib/libwanboot/common/mapfile-vers (revision 12692:4341b447c069)
12522Sraf#
22522Sraf# CDDL HEADER START
32522Sraf#
42522Sraf# The contents of this file are subject to the terms of the
52522Sraf# Common Development and Distribution License (the "License").
62522Sraf# You may not use this file except in compliance with the License.
72522Sraf#
82522Sraf# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
92522Sraf# or http://www.opensolaris.org/os/licensing.
102522Sraf# See the License for the specific language governing permissions
112522Sraf# and limitations under the License.
122522Sraf#
132522Sraf# When distributing Covered Code, include this CDDL HEADER in each
142522Sraf# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
152522Sraf# If applicable, add the following below this CDDL HEADER, with the
162522Sraf# fields enclosed by brackets "[]" replaced with your own identifying
172522Sraf# information: Portions Copyright [yyyy] [name of copyright owner]
182522Sraf#
192522Sraf# CDDL HEADER END
202522Sraf#
212522Sraf#
22*12692SAli.Bahrami@Oracle.COM# Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
232522Sraf#
248744SAli.Bahrami@Sun.COM
258744SAli.Bahrami@Sun.COM#
268744SAli.Bahrami@Sun.COM# MAPFILE HEADER START
278744SAli.Bahrami@Sun.COM#
288744SAli.Bahrami@Sun.COM# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
298744SAli.Bahrami@Sun.COM# Object versioning must comply with the rules detailed in
308744SAli.Bahrami@Sun.COM#
318744SAli.Bahrami@Sun.COM#	usr/src/lib/README.mapfiles
328744SAli.Bahrami@Sun.COM#
338744SAli.Bahrami@Sun.COM# You should not be making modifications here until you've read the most current
348744SAli.Bahrami@Sun.COM# copy of that file. If you need help, contact a gatekeeper for guidance.
358744SAli.Bahrami@Sun.COM#
368744SAli.Bahrami@Sun.COM# MAPFILE HEADER END
372522Sraf#
382522Sraf
39*12692SAli.Bahrami@Oracle.COM$mapfile_version 2
40*12692SAli.Bahrami@Oracle.COM
41*12692SAli.Bahrami@Oracle.COMSYMBOL_VERSION SUNWprivate_1.1 {
422522Sraf    global:
432522Sraf	bootconf_end;
442522Sraf	bootconf_errmsg;
452522Sraf	bootconf_get;
462522Sraf	bootconf_init;
472522Sraf	bootinfo_end;
482522Sraf	bootinfo_get;
492522Sraf	bootinfo_init;
502522Sraf	bootlog;
512522Sraf	http_conn_is_https;
522522Sraf	http_decode_err;
532522Sraf	http_errorstr;
542522Sraf	http_free_respinfo;
552522Sraf	http_get_conn_info;
562522Sraf	http_get_header_value;
572522Sraf	http_get_lasterr;
582522Sraf	http_get_range_request;
592522Sraf	http_get_request;
602522Sraf	http_get_response_header;
612522Sraf	http_get_version;
622522Sraf	http_head_request;
632522Sraf	http_process_headers;
642522Sraf	http_process_part_headers;
652522Sraf	http_read_body;
662522Sraf	http_set_basic_auth;
672522Sraf	http_set_certificate_authority_file;
682522Sraf	http_set_cipher_list;
692522Sraf	http_set_client_certificate_file;
702522Sraf	http_set_keepalive;
712522Sraf	http_set_key_file_password;
722522Sraf	http_set_p12_format;
732522Sraf	http_set_password;
742522Sraf	http_set_private_key_file;
752522Sraf	http_set_proxy;
762522Sraf	http_set_random_file;
772522Sraf	http_set_socket_read_timeout;
782522Sraf	http_set_verbose;
792522Sraf	http_srv_close;
802522Sraf	http_srv_connect;
812522Sraf	http_srv_disconnect;
822522Sraf	http_srv_init;
832522Sraf	sunw_check_keys;
842522Sraf	sunw_crypto_init;
852522Sraf	sunw_evp_pkey_free;
862522Sraf	sunw_issuer_attrs;
872522Sraf	sunw_PKCS12_create;
882522Sraf	sunw_PKCS12_parse;
892522Sraf	sunw_print_times;
902522Sraf	sunw_subject_attrs;
912522Sraf	url_parse;
922522Sraf	url_parse_hostport;
932522Sraf    local:
942522Sraf	*;
952522Sraf};
96