diff options
author | Niels Provos <provos@cvs.openbsd.org> | 1997-11-04 09:11:18 +0000 |
---|---|---|
committer | Niels Provos <provos@cvs.openbsd.org> | 1997-11-04 09:11:18 +0000 |
commit | 99655e667eb6f6f401a446b7c40091b28014ae9b (patch) | |
tree | 5874363a52f49f43149aa8792a34d9f0bef8e63b /sys/net/encap.h | |
parent | b5f0a5904ec6fadc4a3b9c6135c788a2fc280740 (diff) |
make it easier to add additional transforms. add blowfish and cast
encryption. some more info for kernfs/ipsec.
Diffstat (limited to 'sys/net/encap.h')
-rw-r--r-- | sys/net/encap.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/sys/net/encap.h b/sys/net/encap.h index 4672ba0a2a3..35942e1d884 100644 --- a/sys/net/encap.h +++ b/sys/net/encap.h @@ -1,4 +1,4 @@ -/* $OpenBSD: encap.h,v 1.10 1997/07/27 23:30:32 niklas Exp $ */ +/* $OpenBSD: encap.h,v 1.11 1997/11/04 09:10:54 provos Exp $ */ /* * The author of this code is John Ioannidis, ji@tla.org, @@ -9,7 +9,11 @@ * Ported to OpenBSD and NetBSD, with additional transforms, in December 1996, * by Angelos D. Keromytis, kermit@forthnet.gr. * - * Copyright (C) 1995, 1996, 1997 by John Ioannidis and Angelos D. Keromytis. + * Additional transforms and features in 1997 by Angelos D. Keromytis and + * Niels Provos. + * + * Copyright (C) 1995, 1996, 1997 by John Ioannidis, Angelos D. Keromytis + * and Niels Provos. * * Permission to use, copy, and modify this software without fee * is hereby granted, provided that this entire notice is included in |