diff options
author | 2007-07-05 20:18:02 +0000 | |
---|---|---|
committer | 2007-07-05 20:18:02 +0000 | |
commit | b5b85543c7709d9894c0b50a32c8b0870b58cd21 (patch) | |
tree | 75ba89b56a9ee383b77010007a7ef300e6112ab8 | |
parent | add the pseudo-random function (PRF) and various key derivation (diff) | |
download | wireguard-openbsd-b5b85543c7709d9894c0b50a32c8b0870b58cd21.tar.xz wireguard-openbsd-b5b85543c7709d9894c0b50a32c8b0870b58cd21.zip |
add myself to the copyright list.
-rw-r--r-- | sys/net80211/ieee80211_crypto.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/net80211/ieee80211_crypto.c b/sys/net80211/ieee80211_crypto.c index 6125b832e5b..4f1c163cf11 100644 --- a/sys/net80211/ieee80211_crypto.c +++ b/sys/net80211/ieee80211_crypto.c @@ -1,9 +1,10 @@ -/* $OpenBSD: ieee80211_crypto.c,v 1.13 2007/07/05 20:11:04 damien Exp $ */ +/* $OpenBSD: ieee80211_crypto.c,v 1.14 2007/07/05 20:18:02 damien Exp $ */ /* $NetBSD: ieee80211_crypto.c,v 1.5 2003/12/14 09:56:53 dyoung Exp $ */ /*- * Copyright (c) 2001 Atsushi Onoe * Copyright (c) 2002, 2003 Sam Leffler, Errno Consulting + * Copyright (c) 2007 Damien Bergamini * All rights reserved. * * Redistribution and use in source and binary forms, with or without |