crypt.x (8af1452cf8dd1b33da881f84e445d5981eaa9613) crypt.x (1542dbb49a51f3757fc2f7e85fcacba70b272cdf)
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

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

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
33#ifndef RPC_HDR
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

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

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
33#ifndef RPC_HDR
34%#ifndef lint
35%static const char rcsid[] =
36% "$FreeBSD$";
37%#endif
34%#include <sys/cdefs.h>
35%__FBSDID("$FreeBSD$");
38#endif
39
40/*
41 * This protocol definition exists because of the U.S. government and
42 * its stupid export laws. We can't export DES code from the United
43 * States to other countries (even though the code already exists
44 * outside the U.S. -- go figure that one out) but we need to make
45 * Secure RPC work. The normal way around this is to break the DES

--- 44 unchanged lines hidden ---
36#endif
37
38/*
39 * This protocol definition exists because of the U.S. government and
40 * its stupid export laws. We can't export DES code from the United
41 * States to other countries (even though the code already exists
42 * outside the U.S. -- go figure that one out) but we need to make
43 * Secure RPC work. The normal way around this is to break the DES

--- 44 unchanged lines hidden ---