Author: cem
Date: Fri Aug 17 01:08:22 2018
New Revision: 337945
URL: https://svnweb.freebsd.org/changeset/base/337945

Log:
  Riscv: Include crypto for IPSec
  
  Similar to r337944.  I think this is the last configuration that includes 
IPsec
  but not crypto.

Modified:
  head/sys/riscv/conf/GENERIC

Modified: head/sys/riscv/conf/GENERIC
==============================================================================
--- head/sys/riscv/conf/GENERIC Fri Aug 17 01:04:02 2018        (r337944)
+++ head/sys/riscv/conf/GENERIC Fri Aug 17 01:08:22 2018        (r337945)
@@ -36,6 +36,7 @@ options       INET6                   # IPv6 communications 
protocols
 options        TCP_HHOOK               # hhook(9) framework for TCP
 options        IPSEC                   # IP (v4/v6) security
 options        IPSEC_SUPPORT           # Allow kldload of ipsec and tcpmd5
+device         crypto                  # core crypto support (required for 
IPSEC)
 options        TCP_OFFLOAD             # TCP offload
 options        SCTP                    # Stream Control Transmission Protocol
 options        FFS                     # Berkeley Fast Filesystem
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to