]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Added arc4 to openssl.
authorStefan Schantl <Stevee@ipfire.org>
Thu, 14 May 2009 19:20:18 +0000 (21:20 +0200)
committerStefan Schantl <Stevee@ipfire.org>
Thu, 14 May 2009 19:20:18 +0000 (21:20 +0200)
lfs/openssl

index 4ed74423f4067f4e38d68378e74b629f2c9d0cfb..370acf41fce12e6267895cfbe9cd2955bf3079a7 100644 (file)
@@ -89,6 +89,7 @@ $(OBJECT): $(objects)
                                -i.orig crypto/rand/randfile.c
 
        cd $(DIR_APP) && sed 's/__OpenBSD__/__linux__/' -i.orig crypto/uid.c
+       cd $(DIR_APP) && sed -e 's/__OpenBSD__/__linux__/' -i crypto/rand/rand_unix.c
 
        cd $(DIR_APP) && find crypto/ -name Makefile -exec \
                sed 's/^ASFLAGS=/&-Wa,--noexecstack /' -i.orig {} \;