Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Dec 2004 03:12:08 GMT
From:      Sam Leffler <sam@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 67019 for review
Message-ID:  <200412140312.iBE3C8eS001621@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=67019

Change 67019 by sam@sam_ebb on 2004/12/14 03:11:24

	bring in rijndael crypto code to satisfy dependency: should
	break rijndael out into a separate module a la rc4 but several
	other cases need to be fixed also so for now do as others do

Affected files ...

.. //depot/projects/wifi/sys/modules/wlan_ccmp/Makefile#3 edit

Differences ...

==== //depot/projects/wifi/sys/modules/wlan_ccmp/Makefile#3 (text+ko) ====

@@ -1,8 +1,10 @@
 # $FreeBSD: src/sys/modules/wlan/Makefile,v 1.3 2004/04/10 19:41:15 kan Exp $
 
 .PATH: ${.CURDIR}/../../net80211
+.PATH: ${.CURDIR}/../../crypto/rijndael
 
 KMOD=	wlan_ccmp
 SRCS=	ieee80211_crypto_ccmp.c
+SRCS+=	rijndael-alg-fst.c rijndael-api-fst.c
 
 .include <bsd.kmod.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200412140312.iBE3C8eS001621>