The branch main has been updated by emaste:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=c143ffbaf787f6c1d7fcbae8f5d9299182ff0b85

commit c143ffbaf787f6c1d7fcbae8f5d9299182ff0b85
Author:     Ed Maste <ema...@freebsd.org>
AuthorDate: 2025-07-23 13:59:01 +0000
Commit:     Ed Maste <ema...@freebsd.org>
CommitDate: 2025-07-23 20:53:30 +0000

    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(-)

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.
  */

Reply via email to