-rw-r--r-- root/root usr/include/openssl/buffer.h
-rw-r--r-- root/root usr/include/openssl/camellia.h
-rw-r--r-- root/root usr/include/openssl/cast.h
+-rw-r--r-- root/root usr/include/openssl/cmac.h
-rw-r--r-- root/root usr/include/openssl/cms.h
-rw-r--r-- root/root usr/include/openssl/comp.h
-rw-r--r-- root/root usr/include/openssl/conf.h
-rw-r--r-- root/root usr/include/openssl/safestack.h
-rw-r--r-- root/root usr/include/openssl/seed.h
-rw-r--r-- root/root usr/include/openssl/sha.h
+-rw-r--r-- root/root usr/include/openssl/srp.h
+-rw-r--r-- root/root usr/include/openssl/srtp.h
-rw-r--r-- root/root usr/include/openssl/ssl.h
-rw-r--r-- root/root usr/include/openssl/ssl2.h
-rw-r--r-- root/root usr/include/openssl/ssl23.h
lrwxrwxrwx root/root usr/man/man3/EVP_ripemd160.3ssl.gz -> EVP_DigestInit.3ssl.gz
lrwxrwxrwx root/root usr/man/man3/EVP_sha.3ssl.gz -> EVP_DigestInit.3ssl.gz
lrwxrwxrwx root/root usr/man/man3/EVP_sha1.3ssl.gz -> EVP_DigestInit.3ssl.gz
+lrwxrwxrwx root/root usr/man/man3/EVP_sha224.3ssl.gz -> EVP_DigestInit.3ssl.gz
+lrwxrwxrwx root/root usr/man/man3/EVP_sha256.3ssl.gz -> EVP_DigestInit.3ssl.gz
+lrwxrwxrwx root/root usr/man/man3/EVP_sha384.3ssl.gz -> EVP_DigestInit.3ssl.gz
+lrwxrwxrwx root/root usr/man/man3/EVP_sha512.3ssl.gz -> EVP_DigestInit.3ssl.gz
lrwxrwxrwx root/root usr/man/man3/HMAC.3ssl.gz -> hmac.3ssl.gz
lrwxrwxrwx root/root usr/man/man3/HMAC_Final.3ssl.gz -> hmac.3ssl.gz
lrwxrwxrwx root/root usr/man/man3/HMAC_Init.3ssl.gz -> hmac.3ssl.gz
# Depends on:
name=openssl
-version=1.0.0d
+version=1.0.1c
release=1
source=(http://www.openssl.org/source/$name-$version.tar.gz \
mksslcert.sh)
build() {
cd $name-$version
./Configure linux-generic32 --prefix=/usr --openssldir=/etc/ssl shared
+ sed -i Makefile -e "s|-O3 -fomit-frame-pointer|$CFLAGS|"
make
make INSTALL_PREFIX=$PKG LIBDIR=lib MANDIR=/usr/man MANSUFFIX=ssl install
find $PKG -name "*fips*" -delete