diff options
Diffstat (limited to 'sys/crypto/cryptodev.h')
-rw-r--r-- | sys/crypto/cryptodev.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/crypto/cryptodev.h b/sys/crypto/cryptodev.h index 8c25cec98c6..8f345f4f5ea 100644 --- a/sys/crypto/cryptodev.h +++ b/sys/crypto/cryptodev.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cryptodev.h,v 1.54 2010/12/16 00:07:25 jsg Exp $ */ +/* $OpenBSD: cryptodev.h,v 1.55 2010/12/16 16:56:08 jsg Exp $ */ /* * The author of this code is Angelos D. Keromytis (angelos@cis.upenn.edu) @@ -110,8 +110,6 @@ #define CRYPTO_AES_GMAC 27 #define CRYPTO_ALGORITHM_MAX 27 /* Keep updated */ -#define CRYPTO_VIAC3_MAX 3 - /* Algorithm flags */ #define CRYPTO_ALG_FLAG_SUPPORTED 0x01 /* Algorithm is supported */ #define CRYPTO_ALG_FLAG_RNG_ENABLE 0x02 /* Has HW RNG for DH/DSA */ |