Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/conf Make opencrypto explicitly depend on the "des" attr...



details:   https://anonhg.NetBSD.org/src/rev/b3f36f9d5b64
branches:  trunk
changeset: 550894:b3f36f9d5b64
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Sun Aug 24 19:19:54 2003 +0000

description:
Make opencrypto explicitly depend on the "des" attribute.  Also pull
in zlib.c explicitly if opencrypto is included.

diffstat:

 sys/conf/files |  14 ++++++--------
 1 files changed, 6 insertions(+), 8 deletions(-)

diffs (42 lines):

diff -r 6b42eae6b73a -r b3f36f9d5b64 sys/conf/files
--- a/sys/conf/files    Sun Aug 24 18:12:58 2003 +0000
+++ b/sys/conf/files    Sun Aug 24 19:19:54 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files,v 1.625 2003/08/08 18:54:39 christos Exp $
+#      $NetBSD: files,v 1.626 2003/08/24 19:19:54 thorpej Exp $
 
 #      @(#)files.newconf       7.5 (Berkeley) 5/10/93
 
@@ -85,12 +85,6 @@
 # Cryptography support.  Include this early, since several things
 # use it.
 #
-# First, define the pseudo-device for the opencrypto framework,
-# so that defining opencrypto can automatically pull in required
-# transforms from the list immediately below.
-#
-defpseudo opencrypto   
-include "opencrypto/files.opencrypto"
 
 # Individual crypto transforms
 include "crypto/arc4/files.arc4"
@@ -101,6 +95,10 @@
 include "crypto/ripemd160/files.ripemd160"
 include "crypto/sha2/files.sha2"
 
+# General-purpose crypto processing framework.
+defpseudo opencrypto: des
+include "opencrypto/files.opencrypto"
+
 #
 # System monitoring framework
 #
@@ -1205,7 +1203,7 @@
 file   net/route.c
 file   net/rtsock.c
 file   net/slcompress.c                sl | ppp | strip | (irip & irip_vj)
-file   net/zlib.c                      (ppp & ppp_deflate) | ipsec
+file   net/zlib.c                      (ppp & ppp_deflate) | ipsec | opencrypto
 file   netinet/if_arp.c                arp | netatalk          needs-flag
 file   netinet/if_atm.c                atm
 file   netinet/in_gif.c                gif & inet



Home | Main Index | Thread Index | Old Index