diff options
author | Thorsten Lockert <tholo@cvs.openbsd.org> | 2000-06-19 03:21:19 +0000 |
---|---|---|
committer | Thorsten Lockert <tholo@cvs.openbsd.org> | 2000-06-19 03:21:19 +0000 |
commit | 5eb02805d39e1f903faa37d986de3a66872bba83 (patch) | |
tree | 88cc637cc3833fa929d5a07895ea307f79e910b4 | |
parent | 23d8ca243cd22afdff431c98ab9fd51073379a4c (diff) |
Need to include rijndael.c for crypto | (inet & ipsec) too
-rw-r--r-- | sys/conf/files | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/files b/sys/conf/files index 45539127730..8b9dc3390d7 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1,4 +1,4 @@ -# $OpenBSD: files,v 1.170 2000/06/18 17:32:42 itojun Exp $ +# $OpenBSD: files,v 1.171 2000/06/19 03:21:18 tholo Exp $ # $NetBSD: files,v 1.87 1996/05/19 17:17:50 jonathan Exp $ # @(#)files.newconf 7.5 (Berkeley) 5/10/93 @@ -245,7 +245,6 @@ file adosfs/adlookup.c adosfs file adosfs/adutil.c adosfs file adosfs/advfsops.c adosfs file adosfs/advnops.c adosfs -file crypto/rijndael.c uvm_swap_encrypt file ddb/db_access.c ddb file ddb/db_aout.c ddb file ddb/db_break.c ddb @@ -555,6 +554,7 @@ file netinet/ip_ether.c inet & ipsec file netinet/ipsec_input.c (inet | inet6) & ipsec file netinet/ip_esp.c inet & ipsec file netinet/ip_ah.c inet & ipsec +file crypto/rijndael.c (inet & ipsec) | crypto | uvm_swap_encrypt file crypto/rmd160.c (inet & ipsec) | crypto file crypto/sha1.c (inet & ipsec) | crypto file crypto/blf.c (inet & ipsec) | crypto |