From c143ffbaf787f6c1d7fcbae8f5d9299182ff0b85 Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Wed, 23 Jul 2025 09:59:01 -0400 Subject: 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 --- include/rpc/des.h | 20 -------------------- 1 file changed, 20 deletions(-) (limited to 'include') 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. */ -- cgit v1.3