From 604a765cebee96d297bbdef22258d104f7398dce Mon Sep 17 00:00:00 2001 From: Jonathan Gray Date: Thu, 16 Dec 2010 16:56:09 +0000 Subject: move CRYPTO_VIAC3_MAX out of cryptodev.h and into the only file it will be used from. requested by/ok mikeb@ --- sys/crypto/cryptodev.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'sys/crypto') 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 */ -- cgit v1.2.3