summaryrefslogtreecommitdiffstats
path: root/sys/opencrypto/cryptodev.h
diff options
context:
space:
mode:
authorsam <sam@FreeBSD.org>2002-10-07 18:37:31 +0000
committersam <sam@FreeBSD.org>2002-10-07 18:37:31 +0000
commitd1b4781c0cd0af70f9ac411d33a9448d5e6cd240 (patch)
treebff9698b160126be526fdb32856a875cceb60e81 /sys/opencrypto/cryptodev.h
parentf37d14638a5d3fd03e35b2b65247b45a06387f91 (diff)
downloadFreeBSD-src-d1b4781c0cd0af70f9ac411d33a9448d5e6cd240.zip
FreeBSD-src-d1b4781c0cd0af70f9ac411d33a9448d5e6cd240.tar.gz
remove CIOGSSESSION (get software session); it was added only for testing
Diffstat (limited to 'sys/opencrypto/cryptodev.h')
-rw-r--r--sys/opencrypto/cryptodev.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/opencrypto/cryptodev.h b/sys/opencrypto/cryptodev.h
index 30962b9..8c37ae4 100644
--- a/sys/opencrypto/cryptodev.h
+++ b/sys/opencrypto/cryptodev.h
@@ -172,7 +172,6 @@ struct crypt_kop {
#define CIOCFSESSION _IOW('c', 102, u_int32_t)
#define CIOCCRYPT _IOWR('c', 103, struct crypt_op)
#define CIOCKEY _IOWR('c', 104, struct crypt_kop)
-#define CIOCGSSESSION _IOWR('c', 105, struct session_op)
#define CIOCASYMFEAT _IOR('c', 105, u_int32_t)
OpenPOWER on IntegriCloud