From b35c7eef045ed8979683fc41e88bc4c996845c57 Mon Sep 17 00:00:00 2001 From: Sam Leffler Date: Fri, 4 Oct 2002 20:34:30 +0000 Subject: [PATCH] add DTYPE_CRYPTO for use by /dev/crypto support --- sys/sys/file.h | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/sys/file.h b/sys/sys/file.h index 90d1a1daf47e..990bd2b3a0a9 100644 --- a/sys/sys/file.h +++ b/sys/sys/file.h @@ -60,6 +60,7 @@ struct socket; #define DTYPE_PIPE 3 /* pipe */ #define DTYPE_FIFO 4 /* fifo (named pipe) */ #define DTYPE_KQUEUE 5 /* event queue */ +#define DTYPE_CRYPTO 6 /* crypto */ #ifdef _KERNEL