mirror of
https://git.freebsd.org/src.git
synced 2026-01-16 23:02:24 +00:00
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
This commit is contained in:
parent
7502c1f270
commit
c143ffbaf7
1 changed files with 0 additions and 20 deletions
|
|
@ -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.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue