summaryrefslogtreecommitdiff
path: root/sys/crypto/cryptodev.h
diff options
context:
space:
mode:
authorMike Belopuhov <mikeb@cvs.openbsd.org>2015-11-03 01:55:29 +0000
committerMike Belopuhov <mikeb@cvs.openbsd.org>2015-11-03 01:55:29 +0000
commit95081a4cd57385046935048767122ed03ad998a8 (patch)
tree7a6bc1aae23e6285c4c5294d0337e8555e5e26a2 /sys/crypto/cryptodev.h
parent13747e999effa07a31c87b44c33fe81917bc291c (diff)
Remove two unused defines
Diffstat (limited to 'sys/crypto/cryptodev.h')
-rw-r--r--sys/crypto/cryptodev.h4
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 {