From c342f261850502c15c8dfbfac60fae31d9492369 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Sat, 3 Jul 2010 15:30:57 +0200 Subject: [PATCH] removed ZCOPY flag. It was not used. --- cryptodev.h | 1 - 1 file changed, 1 deletion(-) diff --git a/cryptodev.h b/cryptodev.h index 613fe85..7c25431 100644 --- a/cryptodev.h +++ b/cryptodev.h @@ -98,7 +98,6 @@ struct session_op { /* struct crypt_op flags */ #define COP_FLAG_NONE (0 << 0) /* totally no flag */ -#define COP_FLAG_ZCOPY (1 << 0) /* operate directly on the userspace buffer */ /* Stuff for bignum arithmetic and public key * cryptography - not supported yet by linux -- 2.11.4.GIT