commit d555fba4f8e2c05de8ee1a5ecc7362dff369e037
Author: Matthew Dillon <[email protected]>
Date: Fri Dec 2 13:33:19 2016 -0800
kernel - Remove NETSMBCRYPTO option (make it the default)
* Remove the NETSMBCRYPTO option entirely, and make its function the
default.
Summary of changes:
sys/conf/files | 6 +++---
sys/conf/options | 1 -
sys/config/LINT64 | 2 --
sys/netproto/smb/smb_crypt.c | 31 -------------------------------
sys/netproto/smb/smb_smb.c | 2 --
sys/vfs/smbfs/Makefile | 9 ---------
6 files changed, 3 insertions(+), 48 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/d555fba4f8e2c05de8ee1a5ecc7362dff369e037
--
DragonFly BSD source repository