diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2025-07-23 13:59:01 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2025-07-23 20:53:30 +0000 |
| commit | c143ffbaf787f6c1d7fcbae8f5d9299182ff0b85 (patch) | |
| tree | 00ba15a3d29d8c56bdc572fa4bd155805410d515 /include | |
| parent | 7502c1f270827434bb9661cbb4b9652fdb836521 (diff) | |
rpc.h: Remove reference to unimplemented DES ioctls
We won't be adding support for hardware DES. Remove the #ifdef notdef
block.
Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'include')
| -rw-r--r-- | include/rpc/des.h | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/include/rpc/des.h b/include/rpc/des.h index 5056e4b1545c..df4ab75d9bf0 100644 --- a/include/rpc/des.h +++ b/include/rpc/des.h @@ -56,26 +56,6 @@ struct desparams { # define des_buf UDES.UDES_buf /* otherwise, pointer to data */ }; -#ifdef notdef - -/* - * These ioctls are only implemented in SunOS. Maybe someday - * if somebody writes a driver for DES hardware that works - * with FreeBSD, we can being that back. - */ - -/* - * Encrypt an arbitrary sized buffer - */ -#define DESIOCBLOCK _IOWR('d', 6, struct desparams) - -/* - * Encrypt of small amount of data, quickly - */ -#define DESIOCQUICK _IOWR('d', 7, struct desparams) - -#endif - /* * Software DES. */ |
