History log of /barrelfish-master/lib/openssl-1.0.0d/crypto/engine/eng_cryptodev.c
Revision Date Author Comments
# 52c61712 28-Dec-2011 Zeus Gómez Marmolejo <zeus.gomez@bsc.es>

Replaced caddr_t type with capaddr_t to avoid conflict with libc

for i in $(find . -type f)
do
grep -r caddr_t $i
if [ $? -eq 0 ]
then
sed 's/caddr_t/capaddr_t/g' $i > $i.sed
mv $i.sed $i
fi
done


# 9e7cddf8 05-Oct-2011 Adrian Schuepbach <scadrian@student.ethz.ch>

added OpenSSL