diff options
author | Mike Belopuhov <mikeb@cvs.openbsd.org> | 2015-11-03 01:55:29 +0000 |
---|---|---|
committer | Mike Belopuhov <mikeb@cvs.openbsd.org> | 2015-11-03 01:55:29 +0000 |
commit | 95081a4cd57385046935048767122ed03ad998a8 (patch) | |
tree | 7a6bc1aae23e6285c4c5294d0337e8555e5e26a2 /sys/crypto/cryptodev.h | |
parent | 13747e999effa07a31c87b44c33fe81917bc291c (diff) |
Remove two unused defines
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 7e7dd4c1352..32af7c9dfc8 100644 --- a/sys/crypto/cryptodev.h +++ b/sys/crypto/cryptodev.h @@ -1,4 +1,4 @@ -/* $OpenBSD: cryptodev.h,v 1.61 2015/11/03 01:31:36 mikeb Exp $ */ +/* $OpenBSD: cryptodev.h,v 1.62 2015/11/03 01:55:28 mikeb Exp $ */ /* * The author of this code is Angelos D. Keromytis (angelos@cis.upenn.edu) @@ -115,8 +115,6 @@ /* Algorithm flags */ #define CRYPTO_ALG_FLAG_SUPPORTED 0x01 /* Algorithm is supported */ -#define CRYPTO_ALG_FLAG_RNG_ENABLE 0x02 /* Has HW RNG for DH/DSA */ -#define CRYPTO_ALG_FLAG_DSA_SHA 0x04 /* Can do SHA on msg */ /* Standard initialization structure beginning */ struct cryptoini { |