1*2522Sraf#
2*2522Sraf# CDDL HEADER START
3*2522Sraf#
4*2522Sraf# The contents of this file are subject to the terms of the
5*2522Sraf# Common Development and Distribution License (the "License").
6*2522Sraf# You may not use this file except in compliance with the License.
7*2522Sraf#
8*2522Sraf# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9*2522Sraf# or http://www.opensolaris.org/os/licensing.
10*2522Sraf# See the License for the specific language governing permissions
11*2522Sraf# and limitations under the License.
12*2522Sraf#
13*2522Sraf# When distributing Covered Code, include this CDDL HEADER in each
14*2522Sraf# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15*2522Sraf# If applicable, add the following below this CDDL HEADER, with the
16*2522Sraf# fields enclosed by brackets "[]" replaced with your own identifying
17*2522Sraf# information: Portions Copyright [yyyy] [name of copyright owner]
18*2522Sraf#
19*2522Sraf# CDDL HEADER END
20*2522Sraf#
21*2522Sraf#
22*2522Sraf# Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
23*2522Sraf# Use is subject to license terms.
24*2522Sraf#
25*2522Sraf# ident	"%Z%%M%	%I%	%E% SMI"
26*2522Sraf#
27*2522Sraf
28*2522SrafSUNWprivate_1.1 {
29*2522Sraf    global:
30*2522Sraf	bootconf_end;
31*2522Sraf	bootconf_errmsg;
32*2522Sraf	bootconf_get;
33*2522Sraf	bootconf_init;
34*2522Sraf	bootinfo_end;
35*2522Sraf	bootinfo_get;
36*2522Sraf	bootinfo_init;
37*2522Sraf	bootlog;
38*2522Sraf	http_conn_is_https;
39*2522Sraf	http_decode_err;
40*2522Sraf	http_errorstr;
41*2522Sraf	http_free_respinfo;
42*2522Sraf	http_get_conn_info;
43*2522Sraf	http_get_header_value;
44*2522Sraf	http_get_lasterr;
45*2522Sraf	http_get_range_request;
46*2522Sraf	http_get_request;
47*2522Sraf	http_get_response_header;
48*2522Sraf	http_get_version;
49*2522Sraf	http_head_request;
50*2522Sraf	http_process_headers;
51*2522Sraf	http_process_part_headers;
52*2522Sraf	http_read_body;
53*2522Sraf	http_set_basic_auth;
54*2522Sraf	http_set_certificate_authority_file;
55*2522Sraf	http_set_cipher_list;
56*2522Sraf	http_set_client_certificate_file;
57*2522Sraf	http_set_keepalive;
58*2522Sraf	http_set_key_file_password;
59*2522Sraf	http_set_p12_format;
60*2522Sraf	http_set_password;
61*2522Sraf	http_set_private_key_file;
62*2522Sraf	http_set_proxy;
63*2522Sraf	http_set_random_file;
64*2522Sraf	http_set_socket_read_timeout;
65*2522Sraf	http_set_verbose;
66*2522Sraf	http_srv_close;
67*2522Sraf	http_srv_connect;
68*2522Sraf	http_srv_disconnect;
69*2522Sraf	http_srv_init;
70*2522Sraf	sunw_check_keys;
71*2522Sraf	sunw_crypto_init;
72*2522Sraf	sunw_evp_pkey_free;
73*2522Sraf	sunw_issuer_attrs;
74*2522Sraf	sunw_PKCS12_create;
75*2522Sraf	sunw_PKCS12_parse;
76*2522Sraf	sunw_print_times;
77*2522Sraf	sunw_subject_attrs;
78*2522Sraf	url_parse;
79*2522Sraf	url_parse_hostport;
80*2522Sraf    local:
81*2522Sraf	*;
82*2522Sraf};
83