summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/softraidvar.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/softraidvar.h b/sys/dev/softraidvar.h
index 328052cf077..3c0d099b87a 100644
--- a/sys/dev/softraidvar.h
+++ b/sys/dev/softraidvar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: softraidvar.h,v 1.57 2008/06/14 00:12:21 djm Exp $ */
+/* $OpenBSD: softraidvar.h,v 1.58 2008/06/14 00:39:15 djm Exp $ */
/*
* Copyright (c) 2006 Marco Peereboom <marco@peereboom.us>
* Copyright (c) 2008 Chris Kuethe <ckuethe@openbsd.org>
@@ -111,8 +111,6 @@ struct sr_crypto_genkdf {
struct sr_crypto_kdf_pbkdf2 {
u_int32_t len;
u_int32_t type;
-#define SR_CRYPTOKDFT_INVALID (0)
-#define SR_CRYPTOKDFT_PBKDF2 (1<<0)
u_int32_t rounds;
u_int8_t salt[128];
};