Deleted Added
full compact
crypt_server.c (39319) crypt_server.c (50479)
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

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

39#include <stdlib.h>
40#include <string.h>
41#include <rpc/des_crypt.h>
42#include <rpc/des.h>
43#include "crypt.h"
44
45#ifndef lint
46static const char rcsid[] =
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

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

39#include <stdlib.h>
40#include <string.h>
41#include <rpc/des_crypt.h>
42#include <rpc/des.h>
43#include "crypt.h"
44
45#ifndef lint
46static const char rcsid[] =
47 "$Id: crypt_server.c,v 1.3 1997/09/23 06:36:26 charnier Exp $";
47 "$FreeBSD: head/usr.sbin/keyserv/crypt_server.c 50479 1999-08-28 01:35:59Z peter $";
48#endif /* not lint */
49
50/*
51 * The U.S. government stupidly believes that a) it can keep strong
52 * crypto code a secret and b) that doing so somehow protects national
53 * interests. It's wrong on both counts, but until it listens to reason
54 * we have to make certain compromises so it doesn't have an excuse to
55 * throw us in federal prison.

--- 254 unchanged lines hidden ---
48#endif /* not lint */
49
50/*
51 * The U.S. government stupidly believes that a) it can keep strong
52 * crypto code a secret and b) that doing so somehow protects national
53 * interests. It's wrong on both counts, but until it listens to reason
54 * we have to make certain compromises so it doesn't have an excuse to
55 * throw us in federal prison.

--- 254 unchanged lines hidden ---