diff options
| author | 2003-06-03 15:51:28 +0000 | |
|---|---|---|
| committer | 2003-06-03 15:51:28 +0000 | |
| commit | 0a6a2336d7ca7d5d28d776d4a8cace9db4678add (patch) | |
| tree | ad6d7558c164bc051f9ddbc9ae2b2c8fc0b361e6 /sys/crypto/cryptodev.c | |
| parent | Fastpath for userland crypto requests. This change makes userland (diff) | |
| download | wireguard-openbsd-0a6a2336d7ca7d5d28d776d4a8cace9db4678add.tar.xz wireguard-openbsd-0a6a2336d7ca7d5d28d776d4a8cace9db4678add.zip | |
license cleanup regarding term 4
Diffstat (limited to 'sys/crypto/cryptodev.c')
| -rw-r--r-- | sys/crypto/cryptodev.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/crypto/cryptodev.c b/sys/crypto/cryptodev.c index 59830fd0a9f..94442dbf969 100644 --- a/sys/crypto/cryptodev.c +++ b/sys/crypto/cryptodev.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cryptodev.c,v 1.57 2003/06/03 15:28:06 beck Exp $ */ +/* $OpenBSD: cryptodev.c,v 1.58 2003/06/03 15:51:28 deraadt Exp $ */ /* * Copyright (c) 2001 Theo de Raadt @@ -12,8 +12,6 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 3. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
