Deleted Added
full compact
crypt.x (26207) crypt.x (50473)
1/*
2 * Copyright (c) 1996
3 * Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 15 unchanged lines hidden (view full) ---

24 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
25 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30 * SUCH DAMAGE.
31 *
1/*
2 * Copyright (c) 1996
3 * Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 15 unchanged lines hidden (view full) ---

24 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
25 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30 * SUCH DAMAGE.
31 *
32 * $Id$
32 * $FreeBSD: head/include/rpcsvc/crypt.x 50473 1999-08-27 23:45:13Z peter $
33 */
34
35#ifndef RPC_HDR
36%#ifndef lint
33 */
34
35#ifndef RPC_HDR
36%#ifndef lint
37%static const char rcsid[] = "$Id$";
37%static const char rcsid[] =
38% "$FreeBSD: head/include/rpcsvc/crypt.x 50473 1999-08-27 23:45:13Z peter $";
38%#endif
39#endif
40
41/*
42 * This protocol definition exists because of the U.S. government and
43 * its stupid export laws. We can't export DES code from the United
44 * States to other countries (even though the code already exists
45 * outside the U.S. -- go figure that one out) but we need to make

--- 45 unchanged lines hidden ---
39%#endif
40#endif
41
42/*
43 * This protocol definition exists because of the U.S. government and
44 * its stupid export laws. We can't export DES code from the United
45 * States to other countries (even though the code already exists
46 * outside the U.S. -- go figure that one out) but we need to make

--- 45 unchanged lines hidden ---