169303Sbrian/*-
269303Sbrian * Copyright (c) 2000 Brian Somers <brian@Awfulhak.org>
369303Sbrian * All rights reserved.
469303Sbrian *
569303Sbrian * Redistribution and use in source and binary forms, with or without
669303Sbrian * modification, are permitted provided that the following conditions
769303Sbrian * are met:
869303Sbrian * 1. Redistributions of source code must retain the above copyright
969303Sbrian *    notice, this list of conditions and the following disclaimer.
1069303Sbrian * 2. Redistributions in binary form must reproduce the above copyright
1169303Sbrian *    notice, this list of conditions and the following disclaimer in the
1269303Sbrian *    documentation and/or other materials provided with the distribution.
1369303Sbrian *
1469303Sbrian * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
1569303Sbrian * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1669303Sbrian * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1769303Sbrian * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
1869303Sbrian * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1969303Sbrian * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2069303Sbrian * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2169303Sbrian * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2269303Sbrian * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2369303Sbrian * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2469303Sbrian * SUCH DAMAGE.
2569303Sbrian *
2669303Sbrian * $FreeBSD$
2769303Sbrian */
2869303Sbrian
2969303Sbrianextern struct layer tcpmsslayer;
30