diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-08-05 09:36:39 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-08-05 09:36:39 +0000 |
commit | 18727399c502e098f7134bed56faaaf6e539625e (patch) | |
tree | 3f7c5208fc0d6425cd7b2431f2f1697fdd7f4f48 /sys/crypto/crypto.c | |
parent | 9c04f7d457e62118444b8dd38c1d6f20784bb04f (diff) |
put in tags for ARC4 to please ben, who now has no excuses
Diffstat (limited to 'sys/crypto/crypto.c')
-rw-r--r-- | sys/crypto/crypto.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/crypto/crypto.c b/sys/crypto/crypto.c index 3ebbb7f1cbe..c2f33c26886 100644 --- a/sys/crypto/crypto.c +++ b/sys/crypto/crypto.c @@ -1,4 +1,4 @@ -/* $OpenBSD: crypto.c,v 1.25 2001/06/27 05:49:33 angelos Exp $ */ +/* $OpenBSD: crypto.c,v 1.26 2001/08/05 09:36:38 deraadt Exp $ */ /* * The author of this code is Angelos D. Keromytis (angelos@cis.upenn.edu) * @@ -487,6 +487,7 @@ crypto_check_alg(struct cryptoini *cri) case CRYPTO_CAST_CBC: case CRYPTO_SKIPJACK_CBC: case CRYPTO_RIJNDAEL128_CBC: + case CRYPTO_ARC4: return SYMMETRIC; case CRYPTO_DH_SEND: case CRYPTO_DH_RECEIVE: |