Skip to content

Instantly share code, notes, and snippets.

Created March 15, 2012 09:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/1c7d728ac08f3c314eea to your computer and use it in GitHub Desktop.
Save anonymous/1c7d728ac08f3c314eea to your computer and use it in GitHub Desktop.
Compile nginx 1.1.16 with OpenSSL 1.0.1
Building target platforms: i686
Building for target i686
Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.94714
+ umask 022
+ cd /usr/src/redhat/BUILD
+ cd /usr/src/redhat/BUILD
+ rm -rf nginx-1.1.16
+ /bin/gzip -dc /usr/src/redhat/SOURCES/nginx-1.1.16.tar.gz
+ tar -xf -
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd nginx-1.1.16
++ /usr/bin/id -u
+ '[' 503 = 0 ']'
++ /usr/bin/id -u
+ '[' 503 = 0 ']'
+ /bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ exit 0
Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.94714
+ umask 022
+ cd /usr/src/redhat/BUILD
+ cd nginx-1.1.16
+ export DESTDIR=/var/tmp/nginx-1.1.16-2-root-xxx
+ DESTDIR=/var/tmp/nginx-1.1.16-2-root-xxx
++ pcre-config --cflags
+ ./configure --user=nginx --group=nginx --prefix=/usr/share/nginx --sbin-path=/usr/sbin/nginx --conf-path=/etc/nginx/nginx.conf --error-log-path=/var/log/nginx/nginx.log --http-log-path=/var/log/nginx/access.log --http-client-body-temp-path=/var/lib/nginx/tmp/client_body --http-proxy-temp-path=/var/lib/nginx/tmp/proxy --http-fastcgi-temp-path=/var/lib/nginx/tmp/fastcgi --http-scgi-temp-path=/var/lib/nginx/tmp/scgi --pid-path=/var/run/nginx.pid --lock-path=/var/lock/subsys/nginx --with-debug --with-http_ssl_module --with-http_geoip_module --with-http_sub_module --with-http_realip_module --with-http_gzip_static_module --with-http_random_index_module --with-http_secure_link_module --with-http_degradation_module --with-http_stub_status_module --with-http_dav_module --without-mail_pop3_module --without-mail_imap_module --without-mail_smtp_module --without-http_uwsgi_module --with-file-aio --with-openssl=/usr/src/redhat/SOURCES/openssl-1.0.1 '--with-cc-opt=-O2 -g -m32 -march=i686 -mtune=generic -fasynchronous-unwind-tables '
checking for OS
+ Linux 2.6.18-308.1.1.el5PAE i686
checking for C compiler ... found
+ using GNU C compiler
+ gcc version: 4.1.2 20080704 (Red Hat 4.1.2-52)
checking for gcc -pipe switch ... found
checking for gcc builtin atomic operations ... found
checking for C99 variadic macros ... found
checking for gcc variadic macros ... found
checking for unistd.h ... found
checking for inttypes.h ... found
checking for limits.h ... found
checking for sys/filio.h ... not found
checking for sys/param.h ... found
checking for sys/mount.h ... found
checking for sys/statvfs.h ... found
checking for crypt.h ... found
checking for Linux specific features
checking for epoll ... found
checking for sendfile() ... found
checking for sendfile64() ... found
checking for sys/prctl.h ... found
checking for prctl(PR_SET_DUMPABLE) ... found
checking for sched_setaffinity() ... found
checking for crypt_r() ... found
checking for sys/vfs.h ... found
checking for poll() ... found
checking for /dev/poll ... not found
checking for kqueue ... not found
checking for crypt() ... not found
checking for crypt() in libcrypt ... found
checking for F_READAHEAD ... not found
checking for posix_fadvise() ... found
checking for O_DIRECT ... found
checking for F_NOCACHE ... not found
checking for directio() ... not found
checking for statfs() ... found
checking for statvfs() ... found
checking for dlopen() ... not found
checking for dlopen() in libdl ... found
checking for sched_yield() ... found
checking for SO_SETFIB ... not found
checking for SO_ACCEPTFILTER ... not found
checking for TCP_DEFER_ACCEPT ... found
checking for TCP_KEEPIDLE, TCP_KEEPINTVL, TCP_KEEPCNT ... found
checking for accept4() ... not found
checking for kqueue AIO support ... not found
checking for Linux AIO support ... found
checking for int size ... 4 bytes
checking for long size ... 4 bytes
checking for long long size ... 8 bytes
checking for void * size ... 4 bytes
checking for uint64_t ... found
checking for sig_atomic_t ... found
checking for sig_atomic_t size ... 4 bytes
checking for socklen_t ... found
checking for in_addr_t ... found
checking for in_port_t ... found
checking for rlim_t ... found
checking for uintptr_t ... uintptr_t found
checking for system endianess ... little endianess
checking for size_t size ... 4 bytes
checking for off_t size ... 8 bytes
checking for time_t size ... 4 bytes
checking for setproctitle() ... not found
checking for pread() ... found
checking for pwrite() ... found
checking for sys_nerr ... found
checking for localtime_r() ... found
checking for posix_memalign() ... found
checking for memalign() ... found
checking for mmap(MAP_ANON|MAP_SHARED) ... found
checking for mmap("/dev/zero", MAP_SHARED) ... found
checking for System V shared memory ... found
checking for POSIX semaphores ... not found
checking for POSIX semaphores in libpthread ... found
checking for struct msghdr.msg_control ... found
checking for ioctl(FIONBIO) ... found
checking for struct tm.tm_gmtoff ... found
checking for struct dirent.d_namlen ... not found
checking for struct dirent.d_type ... found
checking for sysconf(_SC_NPROCESSORS_ONLN) ... found
checking for openat(), fstatat() ... found
checking for PCRE library ... found
checking for PCRE JIT support ... not found
checking for zlib library ... found
checking for GeoIP library ... found
creating objs/Makefile
Configuration summary
+ using system PCRE library
+ using OpenSSL library: /usr/src/redhat/SOURCES/openssl-1.0.1
+ md5: using OpenSSL library
+ sha1: using OpenSSL library
+ using system zlib library
nginx path prefix: "/usr/share/nginx"
nginx binary file: "/usr/sbin/nginx"
nginx configuration prefix: "/etc/nginx"
nginx configuration file: "/etc/nginx/nginx.conf"
nginx pid file: "/var/run/nginx.pid"
nginx error log file: "/var/log/nginx/nginx.log"
nginx http access log file: "/var/log/nginx/access.log"
nginx http client request body temporary files: "/var/lib/nginx/tmp/client_body"
nginx http proxy temporary files: "/var/lib/nginx/tmp/proxy"
nginx http fastcgi temporary files: "/var/lib/nginx/tmp/fastcgi"
nginx http scgi temporary files: "/var/lib/nginx/tmp/scgi"
+ make -j2
make -f objs/Makefile
make[1]: Entering directory `/usr/src/redhat/BUILD/nginx-1.1.16'
cd /usr/src/redhat/SOURCES/openssl-1.0.1 \
&& make clean \
&& ./config --prefix=/usr/src/redhat/SOURCES/openssl-1.0.1/.openssl no-shared no-threads \
&& make \
&& make install LIBDIR=lib
make[2]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1'
rm -f *.map *.so *.so.* *.dylib *.dll engines/*.so engines/*.dll engines/*.dylib *.a engines/*.a */lib */*/lib
rm -f shlib/*.o *.o core a.out fluff rehash.time testlog make.log cctest cctest.c
making clean in crypto...
make[3]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto'
make[3]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
rm -f buildinf.h *.s *.o */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
making clean in crypto/objects...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/objects'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/objects'
making clean in crypto/md4...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/md4'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
rm -f asm/mx86unix.cpp *.o asm/*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/md4'
making clean in crypto/md5...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/md5'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
rm -f *.s *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/md5'
making clean in crypto/sha...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/sha'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
rm -f *.s *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/sha'
making clean in crypto/mdc2...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/mdc2'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/mdc2'
making clean in crypto/hmac...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/hmac'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/hmac'
making clean in crypto/ripemd...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/ripemd'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
rm -f *.s *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/ripemd'
making clean in crypto/whrlpool...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/whrlpool'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
rm -f *.s *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/whrlpool'
making clean in crypto/des...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/des'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
rm -f *.s *.o *.obj des lib tags core .pure .nfs* *.old *.bak fluff
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/des'
making clean in crypto/aes...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/aes'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
rm -f *.s *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/aes'
making clean in crypto/rc2...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/rc2'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/rc2'
making clean in crypto/rc4...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/rc4'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
rm -f *.s *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/rc4'
making clean in crypto/idea...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/idea'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/idea'
making clean in crypto/bf...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/bf'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
rm -f *.s *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/bf'
making clean in crypto/cast...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/cast'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
rm -f *.s *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/cast'
making clean in crypto/camellia...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/camellia'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
rm -f *.s *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/camellia'
making clean in crypto/seed...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/seed'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/seed'
making clean in crypto/modes...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/modes'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
rm -f *.s *.o */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/modes'
making clean in crypto/bn...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/bn'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
rm -f *.s *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/bn'
making clean in crypto/ec...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/ec'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
rm -f *.o */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/ec'
making clean in crypto/rsa...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/rsa'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
rm -f *.o */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/rsa'
making clean in crypto/dsa...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/dsa'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
rm -f *.o */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/dsa'
making clean in crypto/ecdsa...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/ecdsa'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
rm -f *.o */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/ecdsa'
making clean in crypto/dh...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/dh'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
rm -f *.o */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/dh'
making clean in crypto/ecdh...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/ecdh'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
rm -f *.o */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/ecdh'
making clean in crypto/dso...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/dso'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
rm -f *.o */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/dso'
making clean in crypto/engine...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/engine'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
rm -f *.o */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/engine'
making clean in crypto/buffer...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/buffer'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/buffer'
making clean in crypto/bio...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/bio'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/bio'
making clean in crypto/stack...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/stack'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/stack'
making clean in crypto/lhash...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/lhash'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/lhash'
making clean in crypto/rand...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/rand'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/rand'
making clean in crypto/err...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/err'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/err'
making clean in crypto/evp...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/evp'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/evp'
making clean in crypto/asn1...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/asn1'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/asn1'
making clean in crypto/pem...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/pem'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/pem'
making clean in crypto/x509...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/x509'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/x509'
making clean in crypto/x509v3...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/x509v3'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/x509v3'
making clean in crypto/conf...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/conf'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/conf'
making clean in crypto/txt_db...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/txt_db'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/txt_db'
making clean in crypto/pkcs7...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/pkcs7'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff enc dec sign verify
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/pkcs7'
making clean in crypto/pkcs12...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/pkcs12'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/pkcs12'
making clean in crypto/comp...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/comp'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/comp'
making clean in crypto/ocsp...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/ocsp'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/ocsp'
making clean in crypto/ui...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/ui'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
rm -f *.o */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/ui'
making clean in crypto/krb5...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/krb5'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/krb5'
making clean in crypto/cms...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/cms'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/cms'
making clean in crypto/pqueue...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/pqueue'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/pqueue'
making clean in crypto/ts...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/ts'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff enc dec sign verify
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/ts'
making clean in crypto/srp...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/srp'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/srp'
making clean in crypto/cmac...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/cmac'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/cmac'
make[3]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto'
making clean in ssl...
make[3]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/ssl'
make[3]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
make[3]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/ssl'
making clean in engines...
make[3]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/engines'
make[3]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
making clean in engines/ccgost...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/engines/ccgost'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff *.so *.sl *.dll
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/engines/ccgost'
make[3]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/engines'
making clean in apps...
make[3]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/apps'
make[3]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
rm -f *.o *.obj *.dll lib tags core .pure .nfs* *.old *.bak fluff openssl
rm -f req
make[3]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/apps'
making clean in test...
make[3]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/test'
make[3]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
rm -f .rnd tmp.bntest tmp.bctest *.o *.obj *.dll lib tags core .pure .nfs* *.old *.bak fluff bntest ectest ecdsatest ecdhtest ideatest md2test md4test md5test hmactest wp_test rc2test rc4test rc5test destest shatest sha1test sha256t sha512t mdc2test rmdtest randtest dhtest enginetest bftest casttest ssltest exptest dsatest rsa_test evp_test igetest jpaketest srptest asn1test *.ss *.srl log dummytest
make[3]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/test'
making clean in tools...
make[3]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/tools'
make[3]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
make[3]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/tools'
rm -f libcrypto.a libssl.a
rm -f openssl.pc libssl.pc libcrypto.pc
rm -f speed.* .pure
rm -f openssl-1.0.1.tar
make[2]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1'
Operating system: i686-whatever-linux2
Configuring for linux-elf
Configuring for linux-elf
no-ec_nistp_64_gcc_128 [default] OPENSSL_NO_EC_NISTP_64_GCC_128 (skip dir)
no-gmp [default] OPENSSL_NO_GMP (skip dir)
no-jpake [experimental] OPENSSL_NO_JPAKE (skip dir)
no-krb5 [krb5-flavor not specified] OPENSSL_NO_KRB5
no-md2 [default] OPENSSL_NO_MD2 (skip dir)
no-rc5 [default] OPENSSL_NO_RC5 (skip dir)
no-rfc3779 [default] OPENSSL_NO_RFC3779 (skip dir)
no-sctp [default] OPENSSL_NO_SCTP (skip dir)
no-shared [option]
no-store [experimental] OPENSSL_NO_STORE (skip dir)
no-threads [option]
no-zlib [default]
no-zlib-dynamic [default]
IsMK1MF=0
CC =gcc
CFLAG =-DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM
EX_LIBS =-ldl
CPUID_OBJ =x86cpuid.o
BN_ASM =bn-586.o co-586.o x86-mont.o x86-gf2m.o
DES_ENC =des-586.o crypt586.o
AES_ENC =aes-586.o vpaes-x86.o aesni-x86.o
BF_ENC =bf-586.o
CAST_ENC =cast-586.o
RC4_ENC =rc4-586.o
RC5_ENC =rc5-586.o
MD5_OBJ_ASM =md5-586.o
SHA1_OBJ_ASM =sha1-586.o sha256-586.o sha512-586.o
RMD160_OBJ_ASM=rmd-586.o
CMLL_ENC =cmll-x86.o
MODES_OBJ =ghash-x86.o
ENGINES_OBJ =
PROCESSOR =
RANLIB =/usr/bin/ranlib
ARFLAGS =
PERL =/usr/bin/perl
THIRTY_TWO_BIT mode
DES_PTR used
DES_RISC1 used
DES_UNROLL used
BN_LLONG mode
RC4_INDEX mode
RC4_CHUNK is undefined
make[2]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1'
generating dummy tests (if needed)...
make[3]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/test'
make[3]: Nothing to be done for `generate'.
make[3]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/test'
e_os2.h => include/openssl/e_os2.h
making links in crypto...
make[3]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto'
make[3]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
crypto.h => ../include/openssl/crypto.h
opensslv.h => ../include/openssl/opensslv.h
opensslconf.h => ../include/openssl/opensslconf.h
ebcdic.h => ../include/openssl/ebcdic.h
symhacks.h => ../include/openssl/symhacks.h
ossl_typ.h => ../include/openssl/ossl_typ.h
making links in crypto/objects...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/objects'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
objects.h => ../../include/openssl/objects.h
obj_mac.h => ../../include/openssl/obj_mac.h
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/objects'
making links in crypto/md4...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/md4'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
md4.h => ../../include/openssl/md4.h
md4test.c => ../../test/md4test.c
md4.c => ../../apps/md4.c
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/md4'
making links in crypto/md5...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/md5'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
md5.h => ../../include/openssl/md5.h
md5test.c => ../../test/md5test.c
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/md5'
making links in crypto/sha...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/sha'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
sha.h => ../../include/openssl/sha.h
shatest.c => ../../test/shatest.c
sha1test.c => ../../test/sha1test.c
sha256t.c => ../../test/sha256t.c
sha512t.c => ../../test/sha512t.c
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/sha'
making links in crypto/mdc2...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/mdc2'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
mdc2.h => ../../include/openssl/mdc2.h
mdc2test.c => ../../test/mdc2test.c
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/mdc2'
making links in crypto/hmac...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/hmac'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
hmac.h => ../../include/openssl/hmac.h
hmactest.c => ../../test/hmactest.c
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/hmac'
making links in crypto/ripemd...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/ripemd'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
ripemd.h => ../../include/openssl/ripemd.h
rmdtest.c => ../../test/rmdtest.c
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/ripemd'
making links in crypto/whrlpool...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/whrlpool'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
whrlpool.h => ../../include/openssl/whrlpool.h
wp_test.c => ../../test/wp_test.c
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/whrlpool'
making links in crypto/des...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/des'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
des.h => ../../include/openssl/des.h
des_old.h => ../../include/openssl/des_old.h
destest.c => ../../test/destest.c
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/des'
making links in crypto/aes...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/aes'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
aes.h => ../../include/openssl/aes.h
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/aes'
making links in crypto/rc2...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/rc2'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
rc2.h => ../../include/openssl/rc2.h
rc2test.c => ../../test/rc2test.c
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/rc2'
making links in crypto/rc4...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/rc4'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
rc4.h => ../../include/openssl/rc4.h
rc4test.c => ../../test/rc4test.c
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/rc4'
making links in crypto/idea...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/idea'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
idea.h => ../../include/openssl/idea.h
ideatest.c => ../../test/ideatest.c
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/idea'
making links in crypto/bf...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/bf'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
blowfish.h => ../../include/openssl/blowfish.h
bftest.c => ../../test/bftest.c
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/bf'
making links in crypto/cast...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/cast'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
cast.h => ../../include/openssl/cast.h
casttest.c => ../../test/casttest.c
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/cast'
making links in crypto/camellia...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/camellia'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
camellia.h => ../../include/openssl/camellia.h
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/camellia'
making links in crypto/seed...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/seed'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
seed.h => ../../include/openssl/seed.h
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/seed'
making links in crypto/modes...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/modes'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
modes.h => ../../include/openssl/modes.h
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/modes'
making links in crypto/bn...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/bn'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
bn.h => ../../include/openssl/bn.h
bntest.c => ../../test/bntest.c
exptest.c => ../../test/exptest.c
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/bn'
making links in crypto/ec...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/ec'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
ec.h => ../../include/openssl/ec.h
ectest.c => ../../test/ectest.c
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/ec'
making links in crypto/rsa...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/rsa'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
rsa.h => ../../include/openssl/rsa.h
rsa_test.c => ../../test/rsa_test.c
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/rsa'
making links in crypto/dsa...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/dsa'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
dsa.h => ../../include/openssl/dsa.h
dsatest.c => ../../test/dsatest.c
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/dsa'
making links in crypto/ecdsa...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/ecdsa'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
ecdsa.h => ../../include/openssl/ecdsa.h
ecdsatest.c => ../../test/ecdsatest.c
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/ecdsa'
making links in crypto/dh...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/dh'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
dh.h => ../../include/openssl/dh.h
dhtest.c => ../../test/dhtest.c
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/dh'
making links in crypto/ecdh...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/ecdh'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
ecdh.h => ../../include/openssl/ecdh.h
ecdhtest.c => ../../test/ecdhtest.c
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/ecdh'
making links in crypto/dso...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/dso'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
dso.h => ../../include/openssl/dso.h
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/dso'
making links in crypto/engine...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/engine'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
engine.h => ../../include/openssl/engine.h
enginetest.c => ../../test/enginetest.c
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/engine'
making links in crypto/buffer...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/buffer'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
buffer.h => ../../include/openssl/buffer.h
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/buffer'
making links in crypto/bio...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/bio'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
bio.h => ../../include/openssl/bio.h
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/bio'
making links in crypto/stack...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/stack'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
stack.h => ../../include/openssl/stack.h
safestack.h => ../../include/openssl/safestack.h
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/stack'
making links in crypto/lhash...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/lhash'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
lhash.h => ../../include/openssl/lhash.h
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/lhash'
making links in crypto/rand...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/rand'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
rand.h => ../../include/openssl/rand.h
randtest.c => ../../test/randtest.c
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/rand'
making links in crypto/err...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/err'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
err.h => ../../include/openssl/err.h
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/err'
making links in crypto/evp...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/evp'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
evp.h => ../../include/openssl/evp.h
evp_test.c => ../../test/evp_test.c
cp evptests.txt ../../test
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/evp'
making links in crypto/asn1...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/asn1'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
asn1.h => ../../include/openssl/asn1.h
asn1_mac.h => ../../include/openssl/asn1_mac.h
asn1t.h => ../../include/openssl/asn1t.h
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/asn1'
making links in crypto/pem...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/pem'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
pem.h => ../../include/openssl/pem.h
pem2.h => ../../include/openssl/pem2.h
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/pem'
making links in crypto/x509...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/x509'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
x509.h => ../../include/openssl/x509.h
x509_vfy.h => ../../include/openssl/x509_vfy.h
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/x509'
making links in crypto/x509v3...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/x509v3'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
x509v3.h => ../../include/openssl/x509v3.h
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/x509v3'
making links in crypto/conf...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/conf'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
conf.h => ../../include/openssl/conf.h
conf_api.h => ../../include/openssl/conf_api.h
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/conf'
making links in crypto/txt_db...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/txt_db'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
txt_db.h => ../../include/openssl/txt_db.h
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/txt_db'
making links in crypto/pkcs7...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/pkcs7'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
pkcs7.h => ../../include/openssl/pkcs7.h
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/pkcs7'
making links in crypto/pkcs12...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/pkcs12'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
pkcs12.h => ../../include/openssl/pkcs12.h
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/pkcs12'
making links in crypto/comp...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/comp'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
comp.h => ../../include/openssl/comp.h
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/comp'
making links in crypto/ocsp...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/ocsp'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
ocsp.h => ../../include/openssl/ocsp.h
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/ocsp'
making links in crypto/ui...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/ui'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
ui.h => ../../include/openssl/ui.h
ui_compat.h => ../../include/openssl/ui_compat.h
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/ui'
making links in crypto/krb5...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/krb5'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
krb5_asn.h => ../../include/openssl/krb5_asn.h
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/krb5'
making links in crypto/cms...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/cms'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
cms.h => ../../include/openssl/cms.h
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/cms'
making links in crypto/pqueue...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/pqueue'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
pqueue.h => ../../include/openssl/pqueue.h
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/pqueue'
making links in crypto/ts...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/ts'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
ts.h => ../../include/openssl/ts.h
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/ts'
making links in crypto/srp...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/srp'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
srp.h => ../../include/openssl/srp.h
srptest.c => ../../test/srptest.c
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/srp'
making links in crypto/cmac...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/cmac'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
cmac.h => ../../include/openssl/cmac.h
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/cmac'
make[3]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto'
making links in ssl...
make[3]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/ssl'
make[3]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
ssl.h => ../include/openssl/ssl.h
ssl2.h => ../include/openssl/ssl2.h
ssl3.h => ../include/openssl/ssl3.h
ssl23.h => ../include/openssl/ssl23.h
tls1.h => ../include/openssl/tls1.h
dtls1.h => ../include/openssl/dtls1.h
kssl.h => ../include/openssl/kssl.h
srtp.h => ../include/openssl/srtp.h
ssltest.c => ../test/ssltest.c
make[3]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/ssl'
making links in engines...
make[3]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/engines'
make[3]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
making links in engines/ccgost...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/engines/ccgost'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
make[4]: Nothing to be done for `links'.
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/engines/ccgost'
make[3]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/engines'
making links in apps...
make[3]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/apps'
make[3]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
make[3]: Nothing to be done for `links'.
make[3]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/apps'
making links in test...
make[3]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/test'
make[3]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
make[3]: Nothing to be done for `links'.
make[3]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/test'
making links in tools...
make[3]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/tools'
make[3]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
make[3]: Nothing to be done for `links'.
make[3]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/tools'
make[2]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1'
Configured for linux-elf.
make[2]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1'
making all in ssl...
making all in crypto...
make[3]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto'
make[3]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
( echo "#ifndef MK1MF_BUILD"; \
echo ' /* auto-generated by crypto/Makefile for crypto/cversion.c */'; \
echo ' #define CFLAGS "gcc -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM"'; \
echo ' #define PLATFORM "linux-elf"'; \
echo " #define DATE \"`LC_ALL=C LC_TIME=C date`\""; \
echo '#endif' ) >buildinf.h
make[3]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/ssl'
make[3]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
gcc -I. -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o cryptlib.o cryptlib.c
gcc -I../crypto -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o s2_meth.o s2_meth.c
cryptlib.c: In function ‘OPENSSL_ia32cap_loc’:
cryptlib.c:677: warning: dereferencing type-punned pointer will break strict-aliasing rules
gcc -I. -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o mem.o mem.c
gcc -I../crypto -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o s2_srvr.o s2_srvr.c
gcc -I. -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o mem_dbg.o mem_dbg.c
gcc -I. -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o cversion.o cversion.c
gcc -I../crypto -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o s2_clnt.o s2_clnt.c
gcc -I. -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o ex_data.o ex_data.c
gcc -I. -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o cpt_err.o cpt_err.c
gcc -I. -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o ebcdic.o ebcdic.c
gcc -I. -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o uid.o uid.c
gcc -I. -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o o_time.o o_time.c
gcc -I../crypto -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o s2_lib.o s2_lib.c
gcc -I. -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o o_str.o o_str.c
gcc -I. -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o o_dir.o o_dir.c
gcc -I. -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o o_fips.o o_fips.c
gcc -I. -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o o_init.o o_init.c
gcc -I../crypto -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o s2_enc.o s2_enc.c
gcc -I. -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o fips_ers.o fips_ers.c
/usr/bin/perl x86cpuid.pl elf -I. -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM > x86cpuid.s
gcc -I. -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o x86cpuid.o x86cpuid.s
ar r ../libcrypto.a cryptlib.o mem.o mem_dbg.o cversion.o ex_data.o cpt_err.o ebcdic.o uid.o o_time.o o_str.o o_dir.o o_fips.o o_init.o fips_ers.o x86cpuid.o
ar: creating ../libcrypto.a
[ -z "" ] || ar r ../libcrypto.a fipscanister.o
/usr/bin/ranlib ../libcrypto.a || echo Never mind.
making all in crypto/objects...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/objects'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
/usr/bin/perl obj_dat.pl obj_mac.h obj_dat.h
gcc -I../crypto -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o s2_pkt.o s2_pkt.c
/usr/bin/perl objxref.pl obj_mac.num obj_xref.txt > obj_xref.h
gcc -I../crypto -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o s3_meth.o s3_meth.c
gcc -I../crypto -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o s3_srvr.o s3_srvr.c
gcc -I../crypto -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o s3_clnt.o s3_clnt.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o o_names.o o_names.c
gcc -I../crypto -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o s3_lib.o s3_lib.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o obj_dat.o obj_dat.c
gcc -I../crypto -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o s3_enc.o s3_enc.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o obj_lib.o obj_lib.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o obj_err.o obj_err.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o obj_xref.o obj_xref.c
ar r ../../libcrypto.a o_names.o obj_dat.o obj_lib.o obj_err.o obj_xref.o
/usr/bin/ranlib ../../libcrypto.a || echo Never mind.
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/objects'
making all in crypto/md4...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/md4'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o md4_dgst.o md4_dgst.c
gcc -I../crypto -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o s3_pkt.o s3_pkt.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o md4_one.o md4_one.c
ar r ../../libcrypto.a md4_dgst.o md4_one.o
/usr/bin/ranlib ../../libcrypto.a || echo Never mind.
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/md4'
making all in crypto/md5...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/md5'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o md5_dgst.o md5_dgst.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o md5_one.o md5_one.c
/usr/bin/perl asm/md5-586.pl elf -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM > md5-586.s
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o md5-586.o md5-586.s
ar r ../../libcrypto.a md5_dgst.o md5_one.o md5-586.o
/usr/bin/ranlib ../../libcrypto.a || echo Never mind.
gcc -I../crypto -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o s3_both.o s3_both.c
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/md5'
making all in crypto/sha...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/sha'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o sha_dgst.o sha_dgst.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o sha1dgst.o sha1dgst.c
gcc -I../crypto -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o s23_meth.o s23_meth.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o sha_one.o sha_one.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o sha1_one.o sha1_one.c
gcc -I../crypto -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o s23_srvr.o s23_srvr.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o sha256.o sha256.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o sha512.o sha512.c
gcc -I../crypto -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o s23_clnt.o s23_clnt.c
/usr/bin/perl asm/sha1-586.pl elf -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM > sha1-586.s
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o sha1-586.o sha1-586.s
/usr/bin/perl asm/sha256-586.pl elf -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM > sha256-586.s
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o sha256-586.o sha256-586.s
gcc -I../crypto -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o s23_lib.o s23_lib.c
/usr/bin/perl asm/sha512-586.pl elf -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM > sha512-586.s
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o sha512-586.o sha512-586.s
ar r ../../libcrypto.a sha_dgst.o sha1dgst.o sha_one.o sha1_one.o sha256.o sha512.o sha1-586.o sha256-586.o sha512-586.o
/usr/bin/ranlib ../../libcrypto.a || echo Never mind.
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/sha'
making all in crypto/mdc2...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/mdc2'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o mdc2dgst.o mdc2dgst.c
gcc -I../crypto -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o s23_pkt.o s23_pkt.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o mdc2_one.o mdc2_one.c
ar r ../../libcrypto.a mdc2dgst.o mdc2_one.o
/usr/bin/ranlib ../../libcrypto.a || echo Never mind.
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/mdc2'
making all in crypto/hmac...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/hmac'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o hmac.o hmac.c
gcc -I../crypto -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o t1_meth.o t1_meth.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o hm_ameth.o hm_ameth.c
gcc -I../crypto -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o t1_srvr.o t1_srvr.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o hm_pmeth.o hm_pmeth.c
gcc -I../crypto -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o t1_clnt.o t1_clnt.c
ar r ../../libcrypto.a hmac.o hm_ameth.o hm_pmeth.o
/usr/bin/ranlib ../../libcrypto.a || echo Never mind.
gcc -I../crypto -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o t1_lib.o t1_lib.c
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/hmac'
making all in crypto/ripemd...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/ripemd'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o rmd_dgst.o rmd_dgst.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o rmd_one.o rmd_one.c
/usr/bin/perl asm/rmd-586.pl elf -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM > rmd-586.s
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o rmd-586.o rmd-586.s
ar r ../../libcrypto.a rmd_dgst.o rmd_one.o rmd-586.o
/usr/bin/ranlib ../../libcrypto.a || echo Never mind.
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/ripemd'
making all in crypto/whrlpool...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/whrlpool'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o wp_dgst.o wp_dgst.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o wp_block.o wp_block.c
/usr/bin/perl asm/wp-mmx.pl elf -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM > wp-mmx.s
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o wp-mmx.o wp-mmx.s
ar r ../../libcrypto.a wp_dgst.o wp_block.o wp-mmx.o
/usr/bin/ranlib ../../libcrypto.a || echo Never mind.
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/whrlpool'
making all in crypto/des...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/des'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o set_key.o set_key.c
gcc -I../crypto -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o t1_enc.o t1_enc.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o ecb_enc.o ecb_enc.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o cbc_enc.o cbc_enc.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o ecb3_enc.o ecb3_enc.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o cfb64enc.o cfb64enc.c
gcc -I../crypto -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o d1_meth.o d1_meth.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o cfb64ede.o cfb64ede.c
gcc -I../crypto -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o d1_srvr.o d1_srvr.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o cfb_enc.o cfb_enc.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o ofb64ede.o ofb64ede.c
gcc -I../crypto -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o d1_clnt.o d1_clnt.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o enc_read.o enc_read.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o enc_writ.o enc_writ.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o ofb64enc.o ofb64enc.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o ofb_enc.o ofb_enc.c
gcc -I../crypto -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o d1_lib.o d1_lib.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o str2key.o str2key.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o pcbc_enc.o pcbc_enc.c
gcc -I../crypto -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o d1_pkt.o d1_pkt.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o qud_cksm.o qud_cksm.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o rand_key.o rand_key.c
/usr/bin/perl asm/des-586.pl elf -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM > des-586.s
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o des-586.o des-586.s
/usr/bin/perl asm/crypt586.pl elf -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM > crypt586.s
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o crypt586.o crypt586.s
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o fcrypt.o fcrypt.c
gcc -I../crypto -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o d1_both.o d1_both.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o xcbc_enc.o xcbc_enc.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o rpc_enc.o rpc_enc.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o cbc_cksm.o cbc_cksm.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o ede_cbcm_enc.o ede_cbcm_enc.c
gcc -I../crypto -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o d1_enc.o d1_enc.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o des_old.o des_old.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o des_old2.o des_old2.c
gcc -I../crypto -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o d1_srtp.o d1_srtp.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o read2pwd.o read2pwd.c
ar r ../../libcrypto.a set_key.o ecb_enc.o cbc_enc.o ecb3_enc.o cfb64enc.o cfb64ede.o cfb_enc.o ofb64ede.o enc_read.o enc_writ.o ofb64enc.o ofb_enc.o str2key.o pcbc_enc.o qud_cksm.o rand_key.o des-586.o crypt586.o fcrypt.o xcbc_enc.o rpc_enc.o cbc_cksm.o ede_cbcm_enc.o des_old.o des_old2.o read2pwd.o
/usr/bin/ranlib ../../libcrypto.a || echo Never mind.
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/des'
making all in crypto/aes...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/aes'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o aes_misc.o aes_misc.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o aes_ecb.o aes_ecb.c
gcc -I../crypto -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o ssl_lib.o ssl_lib.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o aes_cfb.o aes_cfb.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o aes_ofb.o aes_ofb.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o aes_ctr.o aes_ctr.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o aes_ige.o aes_ige.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o aes_wrap.o aes_wrap.c
/usr/bin/perl asm/aes-586.pl elf -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM > aes-586.s
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o aes-586.o aes-586.s
/usr/bin/perl asm/vpaes-x86.pl elf -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM > vpaes-x86.s
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o vpaes-x86.o vpaes-x86.s
/usr/bin/perl asm/aesni-x86.pl elf -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM > aesni-x86.s
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o aesni-x86.o aesni-x86.s
ar r ../../libcrypto.a aes_misc.o aes_ecb.o aes_cfb.o aes_ofb.o aes_ctr.o aes_ige.o aes_wrap.o aes-586.o vpaes-x86.o aesni-x86.o
/usr/bin/ranlib ../../libcrypto.a || echo Never mind.
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/aes'
making all in crypto/rc2...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/rc2'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o rc2_ecb.o rc2_ecb.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o rc2_skey.o rc2_skey.c
gcc -I../crypto -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o ssl_err2.o ssl_err2.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o rc2_cbc.o rc2_cbc.c
gcc -I../crypto -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o ssl_cert.o ssl_cert.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o rc2cfb64.o rc2cfb64.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o rc2ofb64.o rc2ofb64.c
ar r ../../libcrypto.a rc2_ecb.o rc2_skey.o rc2_cbc.o rc2cfb64.o rc2ofb64.o
/usr/bin/ranlib ../../libcrypto.a || echo Never mind.
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/rc2'
making all in crypto/rc4...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/rc4'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
/usr/bin/perl asm/rc4-586.pl elf -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM > rc4-586.s
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o rc4-586.o rc4-586.s
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o rc4_utl.o rc4_utl.c
ar r ../../libcrypto.a rc4-586.o rc4_utl.o
/usr/bin/ranlib ../../libcrypto.a || echo Never mind.
gcc -I../crypto -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o ssl_sess.o ssl_sess.c
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/rc4'
making all in crypto/idea...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/idea'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o i_cbc.o i_cbc.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o i_cfb64.o i_cfb64.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o i_ofb64.o i_ofb64.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o i_ecb.o i_ecb.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o i_skey.o i_skey.c
ar r ../../libcrypto.a i_cbc.o i_cfb64.o i_ofb64.o i_ecb.o i_skey.o
gcc -I../crypto -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o ssl_ciph.o ssl_ciph.c
/usr/bin/ranlib ../../libcrypto.a || echo Never mind.
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/idea'
making all in crypto/bf...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/bf'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o bf_skey.o bf_skey.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o bf_ecb.o bf_ecb.c
/usr/bin/perl asm/bf-586.pl elf -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM > bf-586.s
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o bf-586.o bf-586.s
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o bf_cfb64.o bf_cfb64.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o bf_ofb64.o bf_ofb64.c
ar r ../../libcrypto.a bf_skey.o bf_ecb.o bf-586.o bf_cfb64.o bf_ofb64.o
/usr/bin/ranlib ../../libcrypto.a || echo Never mind.
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/bf'
making all in crypto/cast...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/cast'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o c_skey.o c_skey.c
gcc -I../crypto -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o ssl_stat.o ssl_stat.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o c_ecb.o c_ecb.c
/usr/bin/perl asm/cast-586.pl elf > cast-586.s
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o cast-586.o cast-586.s
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o c_cfb64.o c_cfb64.c
gcc -I../crypto -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o ssl_rsa.o ssl_rsa.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o c_ofb64.o c_ofb64.c
ar r ../../libcrypto.a c_skey.o c_ecb.o cast-586.o c_cfb64.o c_ofb64.o
/usr/bin/ranlib ../../libcrypto.a || echo Never mind.
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/cast'
making all in crypto/camellia...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/camellia'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o cmll_ecb.o cmll_ecb.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o cmll_ofb.o cmll_ofb.c
gcc -I../crypto -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o ssl_asn1.o ssl_asn1.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o cmll_cfb.o cmll_cfb.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o cmll_ctr.o cmll_ctr.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o cmll_utl.o cmll_utl.c
/usr/bin/perl asm/cmll-x86.pl elf -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM > cmll-x86.s
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o cmll-x86.o cmll-x86.s
ar r ../../libcrypto.a cmll_ecb.o cmll_ofb.o cmll_cfb.o cmll_ctr.o cmll_utl.o cmll-x86.o
/usr/bin/ranlib ../../libcrypto.a || echo Never mind.
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/camellia'
making all in crypto/seed...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/seed'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o seed.o seed.c
gcc -I../crypto -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o ssl_txt.o ssl_txt.c
gcc -I../crypto -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o ssl_algs.o ssl_algs.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o seed_ecb.o seed_ecb.c
gcc -I../crypto -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o bio_ssl.o bio_ssl.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o seed_cbc.o seed_cbc.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o seed_cfb.o seed_cfb.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o seed_ofb.o seed_ofb.c
ar r ../../libcrypto.a seed.o seed_ecb.o seed_cbc.o seed_cfb.o seed_ofb.o
gcc -I../crypto -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o ssl_err.o ssl_err.c
/usr/bin/ranlib ../../libcrypto.a || echo Never mind.
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/seed'
making all in crypto/modes...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/modes'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o cbc128.o cbc128.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o ctr128.o ctr128.c
gcc -I../crypto -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o kssl.o kssl.c
gcc -I../crypto -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o tls_srp.o tls_srp.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o cts128.o cts128.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o cfb128.o cfb128.c
gcc -I../crypto -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o t1_reneg.o t1_reneg.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o ofb128.o ofb128.c
ar r ../libssl.a s2_meth.o s2_srvr.o s2_clnt.o s2_lib.o s2_enc.o s2_pkt.o s3_meth.o s3_srvr.o s3_clnt.o s3_lib.o s3_enc.o s3_pkt.o s3_both.o s23_meth.o s23_srvr.o s23_clnt.o s23_lib.o s23_pkt.o t1_meth.o t1_srvr.o t1_clnt.o t1_lib.o t1_enc.o d1_meth.o d1_srvr.o d1_clnt.o d1_lib.o d1_pkt.o d1_both.o d1_enc.o d1_srtp.o ssl_lib.o ssl_err2.o ssl_cert.o ssl_sess.o ssl_ciph.o ssl_stat.o ssl_rsa.o ssl_asn1.o ssl_txt.o ssl_algs.o bio_ssl.o ssl_err.o kssl.o tls_srp.o t1_reneg.o
ar: creating ../libssl.a
/usr/bin/ranlib ../libssl.a || echo Never mind.
if [ -n "" ]; then \
(cd ..; make libssl.so.1.0.0); \
fi
make[3]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/ssl'
making all in engines...
make[3]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/engines'
make[3]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
gcc -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o e_4758cca.o e_4758cca.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o gcm128.o gcm128.c
gcc -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o e_aep.o e_aep.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o ccm128.o ccm128.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o xts128.o xts128.c
gcc -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o e_atalla.o e_atalla.c
/usr/bin/perl asm/ghash-x86.pl elf -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM > ghash-x86.s
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o ghash-x86.o ghash-x86.s
ar r ../../libcrypto.a cbc128.o ctr128.o cts128.o cfb128.o ofb128.o gcm128.o ccm128.o xts128.o ghash-x86.o
/usr/bin/ranlib ../../libcrypto.a || echo Never mind.
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/modes'
making all in crypto/bn...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/bn'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o bn_add.o bn_add.c
gcc -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o e_cswift.o e_cswift.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o bn_div.o bn_div.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o bn_exp.o bn_exp.c
gcc -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o e_gmp.o e_gmp.c
gcc -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o e_chil.o e_chil.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o bn_lib.o bn_lib.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o bn_ctx.o bn_ctx.c
gcc -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o e_nuron.o e_nuron.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o bn_mul.o bn_mul.c
gcc -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o e_sureware.o e_sureware.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o bn_mod.o bn_mod.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o bn_print.o bn_print.c
gcc -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o e_ubsec.o e_ubsec.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o bn_rand.o bn_rand.c
gcc -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o e_padlock.o e_padlock.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o bn_shift.o bn_shift.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o bn_word.o bn_word.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o bn_blind.o bn_blind.c
gcc -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o e_capi.o e_capi.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o bn_kron.o bn_kron.c
echo
making all in engines/ccgost...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/engines/ccgost'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
gcc -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o e_gost_err.o e_gost_err.c
gcc -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o gost2001_keyx.o gost2001_keyx.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o bn_sqrt.o bn_sqrt.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o bn_gcd.o bn_gcd.c
gcc -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o gost2001.o gost2001.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o bn_prime.o bn_prime.c
gcc -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o gost89.o gost89.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o bn_err.o bn_err.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o bn_sqr.o bn_sqr.c
/usr/bin/perl asm/bn-586.pl elf -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM > bn-586.s
gcc -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o gost94_keyx.o gost94_keyx.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o bn-586.o bn-586.s
/usr/bin/perl asm/co-586.pl elf -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM > co-586.s
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o co-586.o co-586.s
/usr/bin/perl asm/x86-mont.pl elf -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM > x86-mont.s
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o x86-mont.o x86-mont.s
/usr/bin/perl asm/x86-gf2m.pl elf -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM > x86-gf2m.s
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o x86-gf2m.o x86-gf2m.s
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o bn_recp.o bn_recp.c
gcc -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o gost_ameth.o gost_ameth.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o bn_mont.o bn_mont.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o bn_mpi.o bn_mpi.c
gcc -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o gost_asn1.o gost_asn1.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o bn_exp2.o bn_exp2.c
gcc -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o gost_crypt.o gost_crypt.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o bn_gf2m.o bn_gf2m.c
gcc -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o gost_ctl.o gost_ctl.c
gcc -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o gost_eng.o gost_eng.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o bn_nist.o bn_nist.c
gcc -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o gosthash.o gosthash.c
gcc -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o gost_keywrap.o gost_keywrap.c
gcc -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o gost_md.o gost_md.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o bn_depr.o bn_depr.c
gcc -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o gost_params.o gost_params.c
gcc -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o gost_pmeth.o gost_pmeth.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o bn_const.o bn_const.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o bn_x931p.o bn_x931p.c
ar r ../../libcrypto.a bn_add.o bn_div.o bn_exp.o bn_lib.o bn_ctx.o bn_mul.o bn_mod.o bn_print.o bn_rand.o bn_shift.o bn_word.o bn_blind.o bn_kron.o bn_sqrt.o bn_gcd.o bn_prime.o bn_err.o bn_sqr.o bn-586.o co-586.o x86-mont.o x86-gf2m.o bn_recp.o bn_mont.o bn_mpi.o bn_exp2.o bn_gf2m.o bn_nist.o bn_depr.o bn_const.o bn_x931p.o
/usr/bin/ranlib ../../libcrypto.a || echo Never mind.
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/bn'
making all in crypto/ec...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/ec'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o ec_lib.o ec_lib.c
gcc -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o gost_sign.o gost_sign.c
if [ -n "" ]; then \
make -f ../../Makefile.shared -e \
LIBNAME=gost \
LIBEXTRAS='e_gost_err.o gost2001_keyx.o gost2001.o gost89.o gost94_keyx.o gost_ameth.o gost_asn1.o gost_crypt.o gost_ctl.o gost_eng.o gosthash.o gost_keywrap.o gost_md.o gost_params.o gost_pmeth.o gost_sign.o' \
LIBDEPS='-L../.. -lcrypto' \
link_o.linux-shared; \
else \
ar r ../../libcrypto.a e_gost_err.o gost2001_keyx.o gost2001.o gost89.o gost94_keyx.o gost_ameth.o gost_asn1.o gost_crypt.o gost_ctl.o gost_eng.o gosthash.o gost_keywrap.o gost_md.o gost_params.o gost_pmeth.o gost_sign.o; \
fi
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/engines/ccgost'
make[3]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/engines'
making all in apps...
make[3]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/apps'
make[3]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
gcc -DMONOLITH -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o verify.o verify.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o ecp_smpl.o ecp_smpl.c
gcc -DMONOLITH -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o asn1pars.o asn1pars.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o ecp_mont.o ecp_mont.c
gcc -DMONOLITH -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o req.o req.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o ecp_nist.o ecp_nist.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o ec_cvt.o ec_cvt.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o ec_mult.o ec_mult.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o ec_err.o ec_err.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o ec_curve.o ec_curve.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o ec_check.o ec_check.c
gcc -DMONOLITH -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o dgst.o dgst.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o ec_print.o ec_print.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o ec_asn1.o ec_asn1.c
gcc -DMONOLITH -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o dh.o dh.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o ec_key.o ec_key.c
gcc -DMONOLITH -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o dhparam.o dhparam.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o ec2_smpl.o ec2_smpl.c
gcc -DMONOLITH -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o enc.o enc.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o ec2_mult.o ec2_mult.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o ec_ameth.o ec_ameth.c
gcc -DMONOLITH -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o passwd.o passwd.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o ec_pmeth.o ec_pmeth.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o eck_prn.o eck_prn.c
gcc -DMONOLITH -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o gendh.o gendh.c
gcc -DMONOLITH -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o errstr.o errstr.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o ecp_nistp224.o ecp_nistp224.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o ecp_nistp256.o ecp_nistp256.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o ecp_nistp521.o ecp_nistp521.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o ecp_nistputil.o ecp_nistputil.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o ecp_oct.o ecp_oct.c
gcc -DMONOLITH -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o ca.o ca.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o ec2_oct.o ec2_oct.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o ec_oct.o ec_oct.c
ar r ../../libcrypto.a ec_lib.o ecp_smpl.o ecp_mont.o ecp_nist.o ec_cvt.o ec_mult.o ec_err.o ec_curve.o ec_check.o ec_print.o ec_asn1.o ec_key.o ec2_smpl.o ec2_mult.o ec_ameth.o ec_pmeth.o eck_prn.o ecp_nistp224.o ecp_nistp256.o ecp_nistp521.o ecp_nistputil.o ecp_oct.o ec2_oct.o ec_oct.o
/usr/bin/ranlib ../../libcrypto.a || echo Never mind.
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/ec'
making all in crypto/rsa...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/rsa'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o rsa_eay.o rsa_eay.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o rsa_gen.o rsa_gen.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o rsa_lib.o rsa_lib.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o rsa_sign.o rsa_sign.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o rsa_saos.o rsa_saos.c
gcc -DMONOLITH -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o pkcs7.o pkcs7.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o rsa_err.o rsa_err.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o rsa_pk1.o rsa_pk1.c
gcc -DMONOLITH -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o crl2p7.o crl2p7.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o rsa_ssl.o rsa_ssl.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o rsa_none.o rsa_none.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o rsa_oaep.o rsa_oaep.c
gcc -DMONOLITH -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o crl.o crl.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o rsa_chk.o rsa_chk.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o rsa_null.o rsa_null.c
gcc -DMONOLITH -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o rsa.o rsa.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o rsa_pss.o rsa_pss.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o rsa_x931.o rsa_x931.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o rsa_asn1.o rsa_asn1.c
gcc -DMONOLITH -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o rsautl.o rsautl.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o rsa_depr.o rsa_depr.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o rsa_ameth.o rsa_ameth.c
gcc -DMONOLITH -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o dsa.o dsa.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o rsa_prn.o rsa_prn.c
gcc -DMONOLITH -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o dsaparam.o dsaparam.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o rsa_pmeth.o rsa_pmeth.c
gcc -DMONOLITH -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o ec.o ec.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o rsa_crpt.o rsa_crpt.c
ar r ../../libcrypto.a rsa_eay.o rsa_gen.o rsa_lib.o rsa_sign.o rsa_saos.o rsa_err.o rsa_pk1.o rsa_ssl.o rsa_none.o rsa_oaep.o rsa_chk.o rsa_null.o rsa_pss.o rsa_x931.o rsa_asn1.o rsa_depr.o rsa_ameth.o rsa_prn.o rsa_pmeth.o rsa_crpt.o
/usr/bin/ranlib ../../libcrypto.a || echo Never mind.
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/rsa'
making all in crypto/dsa...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/dsa'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o dsa_gen.o dsa_gen.c
gcc -DMONOLITH -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o ecparam.o ecparam.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o dsa_key.o dsa_key.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o dsa_lib.o dsa_lib.c
gcc -DMONOLITH -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o x509.o x509.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o dsa_asn1.o dsa_asn1.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o dsa_vrf.o dsa_vrf.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o dsa_sign.o dsa_sign.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o dsa_err.o dsa_err.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o dsa_ossl.o dsa_ossl.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o dsa_depr.o dsa_depr.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o dsa_ameth.o dsa_ameth.c
gcc -DMONOLITH -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o genrsa.o genrsa.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o dsa_pmeth.o dsa_pmeth.c
gcc -DMONOLITH -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o gendsa.o gendsa.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o dsa_prn.o dsa_prn.c
ar r ../../libcrypto.a dsa_gen.o dsa_key.o dsa_lib.o dsa_asn1.o dsa_vrf.o dsa_sign.o dsa_err.o dsa_ossl.o dsa_depr.o dsa_ameth.o dsa_pmeth.o dsa_prn.o
/usr/bin/ranlib ../../libcrypto.a || echo Never mind.
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/dsa'
making all in crypto/ecdsa...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/ecdsa'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o ecs_lib.o ecs_lib.c
gcc -DMONOLITH -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o genpkey.o genpkey.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o ecs_asn1.o ecs_asn1.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o ecs_ossl.o ecs_ossl.c
gcc -DMONOLITH -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o s_server.o s_server.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o ecs_sign.o ecs_sign.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o ecs_vrf.o ecs_vrf.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o ecs_err.o ecs_err.c
ar r ../../libcrypto.a ecs_lib.o ecs_asn1.o ecs_ossl.o ecs_sign.o ecs_vrf.o ecs_err.o
/usr/bin/ranlib ../../libcrypto.a || echo Never mind.
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/ecdsa'
making all in crypto/dh...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/dh'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o dh_asn1.o dh_asn1.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o dh_gen.o dh_gen.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o dh_key.o dh_key.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o dh_lib.o dh_lib.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o dh_check.o dh_check.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o dh_err.o dh_err.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o dh_depr.o dh_depr.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o dh_ameth.o dh_ameth.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o dh_pmeth.o dh_pmeth.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o dh_prn.o dh_prn.c
gcc -DMONOLITH -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o s_client.o s_client.c
ar r ../../libcrypto.a dh_asn1.o dh_gen.o dh_key.o dh_lib.o dh_check.o dh_err.o dh_depr.o dh_ameth.o dh_pmeth.o dh_prn.o
/usr/bin/ranlib ../../libcrypto.a || echo Never mind.
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/dh'
making all in crypto/ecdh...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/ecdh'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o ech_lib.o ech_lib.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o ech_ossl.o ech_ossl.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o ech_key.o ech_key.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o ech_err.o ech_err.c
ar r ../../libcrypto.a ech_lib.o ech_ossl.o ech_key.o ech_err.o
/usr/bin/ranlib ../../libcrypto.a || echo Never mind.
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/ecdh'
making all in crypto/dso...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/dso'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o dso_dl.o dso_dl.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o dso_dlfcn.o dso_dlfcn.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o dso_err.o dso_err.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o dso_lib.o dso_lib.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o dso_null.o dso_null.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o dso_openssl.o dso_openssl.c
gcc -DMONOLITH -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o speed.o speed.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o dso_win32.o dso_win32.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o dso_vms.o dso_vms.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o dso_beos.o dso_beos.c
ar r ../../libcrypto.a dso_dl.o dso_dlfcn.o dso_err.o dso_lib.o dso_null.o dso_openssl.o dso_win32.o dso_vms.o dso_beos.o
/usr/bin/ranlib ../../libcrypto.a || echo Never mind.
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/dso'
making all in crypto/engine...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/engine'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o eng_err.o eng_err.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o eng_lib.o eng_lib.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o eng_list.o eng_list.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o eng_init.o eng_init.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o eng_ctrl.o eng_ctrl.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o eng_table.o eng_table.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o eng_pkey.o eng_pkey.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o eng_fat.o eng_fat.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o eng_all.o eng_all.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o tb_rsa.o tb_rsa.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o tb_dsa.o tb_dsa.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o tb_ecdsa.o tb_ecdsa.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o tb_dh.o tb_dh.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o tb_ecdh.o tb_ecdh.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o tb_rand.o tb_rand.c
gcc -DMONOLITH -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o s_time.o s_time.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o tb_store.o tb_store.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o tb_cipher.o tb_cipher.c
gcc -DMONOLITH -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o apps.o apps.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o tb_digest.o tb_digest.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o tb_pkmeth.o tb_pkmeth.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o tb_asnmth.o tb_asnmth.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o eng_openssl.o eng_openssl.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o eng_cnf.o eng_cnf.c
gcc -DMONOLITH -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o s_cb.o s_cb.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o eng_dyn.o eng_dyn.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o eng_cryptodev.o eng_cryptodev.c
gcc -DMONOLITH -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o s_socket.o s_socket.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o eng_rsax.o eng_rsax.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o eng_rdrand.o eng_rdrand.c
gcc -DMONOLITH -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o app_rand.o app_rand.c
ar r ../../libcrypto.a eng_err.o eng_lib.o eng_list.o eng_init.o eng_ctrl.o eng_table.o eng_pkey.o eng_fat.o eng_all.o tb_rsa.o tb_dsa.o tb_ecdsa.o tb_dh.o tb_ecdh.o tb_rand.o tb_store.o tb_cipher.o tb_digest.o tb_pkmeth.o tb_asnmth.o eng_openssl.o eng_cnf.o eng_dyn.o eng_cryptodev.o eng_rsax.o eng_rdrand.o
/usr/bin/ranlib ../../libcrypto.a || echo Never mind.
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/engine'
making all in crypto/buffer...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/buffer'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o buffer.o buffer.c
gcc -DMONOLITH -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o version.o version.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o buf_str.o buf_str.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o buf_err.o buf_err.c
gcc -DMONOLITH -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o sess_id.o sess_id.c
ar r ../../libcrypto.a buffer.o buf_str.o buf_err.o
/usr/bin/ranlib ../../libcrypto.a || echo Never mind.
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/buffer'
making all in crypto/bio...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/bio'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o bio_lib.o bio_lib.c
gcc -DMONOLITH -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o ciphers.o ciphers.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o bio_cb.o bio_cb.c
gcc -DMONOLITH -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o nseq.o nseq.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o bio_err.o bio_err.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o bss_mem.o bss_mem.c
gcc -DMONOLITH -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o pkcs12.o pkcs12.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o bss_null.o bss_null.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o bss_fd.o bss_fd.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o bss_file.o bss_file.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o bss_sock.o bss_sock.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o bss_conn.o bss_conn.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o bf_null.o bf_null.c
gcc -DMONOLITH -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o pkcs8.o pkcs8.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o bf_buff.o bf_buff.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o b_print.o b_print.c
gcc -DMONOLITH -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o pkey.o pkey.c
gcc -DMONOLITH -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o pkeyparam.o pkeyparam.c
gcc -DMONOLITH -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o pkeyutl.o pkeyutl.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o b_dump.o b_dump.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o b_sock.o b_sock.c
gcc -DMONOLITH -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o spkac.o spkac.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o bss_acpt.o bss_acpt.c
gcc -DMONOLITH -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o smime.o smime.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o bf_nbio.o bf_nbio.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o bss_log.o bss_log.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o bss_bio.o bss_bio.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o bss_dgram.o bss_dgram.c
gcc -DMONOLITH -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o cms.o cms.c
ar r ../../libcrypto.a bio_lib.o bio_cb.o bio_err.o bss_mem.o bss_null.o bss_fd.o bss_file.o bss_sock.o bss_conn.o bf_null.o bf_buff.o b_print.o b_dump.o b_sock.o bss_acpt.o bf_nbio.o bss_log.o bss_bio.o bss_dgram.o
/usr/bin/ranlib ../../libcrypto.a || echo Never mind.
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/bio'
making all in crypto/stack...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/stack'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o stack.o stack.c
ar r ../../libcrypto.a stack.o
/usr/bin/ranlib ../../libcrypto.a || echo Never mind.
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/stack'
making all in crypto/lhash...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/lhash'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o lhash.o lhash.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o lh_stats.o lh_stats.c
ar r ../../libcrypto.a lhash.o lh_stats.o
/usr/bin/ranlib ../../libcrypto.a || echo Never mind.
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/lhash'
making all in crypto/rand...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/rand'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o md_rand.o md_rand.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o randfile.o randfile.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o rand_lib.o rand_lib.c
gcc -DMONOLITH -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o rand.o rand.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o rand_err.o rand_err.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o rand_egd.o rand_egd.c
gcc -DMONOLITH -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o engine.o engine.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o rand_win.o rand_win.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o rand_unix.o rand_unix.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o rand_os2.o rand_os2.c
gcc -DMONOLITH -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o ocsp.o ocsp.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o rand_nw.o rand_nw.c
ar r ../../libcrypto.a md_rand.o randfile.o rand_lib.o rand_err.o rand_egd.o rand_win.o rand_unix.o rand_os2.o rand_nw.o
/usr/bin/ranlib ../../libcrypto.a || echo Never mind.
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/rand'
making all in crypto/err...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/err'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o err.o err.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o err_all.o err_all.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o err_prn.o err_prn.c
ar r ../../libcrypto.a err.o err_all.o err_prn.o
/usr/bin/ranlib ../../libcrypto.a || echo Never mind.
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/err'
making all in crypto/evp...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/evp'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o encode.o encode.c
gcc -DMONOLITH -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o prime.o prime.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o digest.o digest.c
gcc -DMONOLITH -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o ts.o ts.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o evp_enc.o evp_enc.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o evp_key.o evp_key.c
gcc -DMONOLITH -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o srp.o srp.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o evp_acnf.o evp_acnf.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o e_des.o e_des.c
gcc -DMONOLITH -I.. -I../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o openssl.o openssl.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o e_bf.o e_bf.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o e_idea.o e_idea.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o e_des3.o e_des3.c
rm -f openssl
shlib_target=; if [ -n "" ]; then \
shlib_target="linux-shared"; \
elif [ -n "" ]; then \
FIPSLD_CC="gcc"; CC=/usr/local/ssl/fips-2.0/bin/fipsld; export CC FIPSLD_CC; \
fi; \
LIBRARIES="-L.. -lssl -L.. -lcrypto" ; \
make -f ../Makefile.shared -e \
APPNAME=openssl OBJECTS="openssl.o verify.o asn1pars.o req.o dgst.o dh.o dhparam.o enc.o passwd.o gendh.o errstr.o ca.o pkcs7.o crl2p7.o crl.o rsa.o rsautl.o dsa.o dsaparam.o ec.o ecparam.o x509.o genrsa.o gendsa.o genpkey.o s_server.o s_client.o speed.o s_time.o apps.o s_cb.o s_socket.o app_rand.o version.o sess_id.o ciphers.o nseq.o pkcs12.o pkcs8.o pkey.o pkeyparam.o pkeyutl.o spkac.o smime.o cms.o rand.o engine.o ocsp.o prime.o ts.o srp.o" \
LIBDEPS=" $LIBRARIES -ldl" \
link_app.${shlib_target}
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/apps'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
( :; LIBDEPS="${LIBDEPS:--L.. -lssl -L.. -lcrypto -ldl}"; LDCMD="${LDCMD:-gcc}"; LDFLAGS="${LDFLAGS:--DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM}"; LIBPATH=`for x in $LIBDEPS; do echo $x; done | sed -e 's/^ *-L//;t' -e d | uniq`; LIBPATH=`echo $LIBPATH | sed -e 's/ /:/g'`; LD_LIBRARY_PATH=$LIBPATH:$LD_LIBRARY_PATH ${LDCMD} ${LDFLAGS} -o ${APPNAME:=openssl} openssl.o verify.o asn1pars.o req.o dgst.o dh.o dhparam.o enc.o passwd.o gendh.o errstr.o ca.o pkcs7.o crl2p7.o crl.o rsa.o rsautl.o dsa.o dsaparam.o ec.o ecparam.o x509.o genrsa.o gendsa.o genpkey.o s_server.o s_client.o speed.o s_time.o apps.o s_cb.o s_socket.o app_rand.o version.o sess_id.o ciphers.o nseq.o pkcs12.o pkcs8.o pkey.o pkeyparam.o pkeyutl.o spkac.o smime.o cms.o rand.o engine.o ocsp.o prime.o ts.o srp.o ${LIBDEPS} )
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o e_camellia.o e_camellia.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o e_rc4.o e_rc4.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o e_aes.o e_aes.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o names.o names.c
openssl.o: In function `list_md_fn':
openssl.c:(.text+0x8c): undefined reference to `EVP_MD_type'
openssl.o: In function `do_cmd':
openssl.c:(.text+0x161): undefined reference to `EVP_get_digestbyname'
openssl.c:(.text+0x189): undefined reference to `EVP_get_cipherbyname'
openssl.c:(.text+0x432): undefined reference to `EVP_MD_do_all_sorted'
openssl.c:(.text+0x447): undefined reference to `EVP_CIPHER_do_all_sorted'
openssl.c:(.text+0x5ab): undefined reference to `EVP_PKEY_asn1_get_count'
openssl.c:(.text+0x5bb): undefined reference to `EVP_PKEY_asn1_get0'
openssl.c:(.text+0x5eb): undefined reference to `EVP_PKEY_asn1_get0_info'
openssl.o: In function `main':
openssl.c:(.text+0x808): undefined reference to `OPENSSL_add_all_algorithms_noconf'
openssl.c:(.text+0x846): undefined reference to `NCONF_new'
openssl.c:(.text+0x862): undefined reference to `NCONF_load'
openssl.c:(.text+0x8a4): undefined reference to `NCONF_free'
openssl.c:(.text+0x9b4): undefined reference to `NCONF_free'
openssl.c:(.text+0x9ed): undefined reference to `CONF_modules_unload'
openssl.c:(.text+0xa01): undefined reference to `EVP_cleanup'
openssl.c:(.text+0xa21): undefined reference to `COMP_zlib_cleanup'
openssl.c:(.text+0xc83): undefined reference to `NCONF_free'
openssl.o: In function `list_cipher_fn':
openssl.c:(.text+0xd0c): undefined reference to `EVP_CIPHER_nid'
verify.o: In function `check':
verify.c:(.text+0x78): undefined reference to `X509_STORE_CTX_new'
verify.c:(.text+0x92): undefined reference to `X509_STORE_set_flags'
verify.c:(.text+0xaa): undefined reference to `X509_STORE_CTX_init'
verify.c:(.text+0xca): undefined reference to `X509_STORE_CTX_trusted_stack'
verify.c:(.text+0xe2): undefined reference to `X509_STORE_CTX_set0_crls'
verify.c:(.text+0xea): undefined reference to `X509_verify_cert'
verify.c:(.text+0xf4): undefined reference to `X509_STORE_CTX_free'
verify.c:(.text+0x12a): undefined reference to `X509_free'
verify.o: In function `verify_main':
verify.c:(.text+0x1a8): undefined reference to `X509_STORE_new'
verify.c:(.text+0x1c4): undefined reference to `X509_STORE_set_verify_cb'
verify.c:(.text+0x357): undefined reference to `X509_PURPOSE_get0'
verify.c:(.text+0x361): undefined reference to `X509_PURPOSE_get0_name'
verify.c:(.text+0x36b): undefined reference to `X509_PURPOSE_get0_sname'
verify.c:(.text+0x38d): undefined reference to `X509_PURPOSE_get_count'
verify.c:(.text+0x3a6): undefined reference to `X509_VERIFY_PARAM_free'
verify.c:(.text+0x3ba): undefined reference to `X509_STORE_free'
verify.c:(.text+0x3c6): undefined reference to `X509_free'
verify.c:(.text+0x3da): undefined reference to `X509_free'
verify.c:(.text+0x3ee): undefined reference to `X509_CRL_free'
verify.c:(.text+0x484): undefined reference to `X509_STORE_set1_param'
verify.c:(.text+0x489): undefined reference to `X509_LOOKUP_file'
verify.c:(.text+0x499): undefined reference to `X509_STORE_add_lookup'
verify.c:(.text+0x4d5): undefined reference to `X509_LOOKUP_ctrl'
verify.c:(.text+0x4e2): undefined reference to `X509_LOOKUP_hash_dir'
verify.c:(.text+0x4f2): undefined reference to `X509_STORE_add_lookup'
verify.c:(.text+0x52e): undefined reference to `X509_LOOKUP_ctrl'
verify.c:(.text+0x7f1): undefined reference to `X509_LOOKUP_ctrl'
verify.c:(.text+0x81e): undefined reference to `X509_LOOKUP_ctrl'
verify.o: In function `cb':
verify.c:(.text+0x8ef): undefined reference to `X509_STORE_CTX_get_error'
verify.c:(.text+0x8fd): undefined reference to `X509_STORE_CTX_get_current_cert'
verify.c:(.text+0x911): undefined reference to `X509_get_subject_name'
verify.c:(.text+0x932): undefined reference to `X509_NAME_print_ex_fp'
verify.c:(.text+0x946): undefined reference to `X509_verify_cert_error_string'
verify.c:(.text+0x954): undefined reference to `X509_STORE_CTX_get_error_depth'
verify.c:(.text+0x962): undefined reference to `X509_STORE_CTX_get0_parent_ctx'
asn1pars.o: In function `asn1parse_main':
asn1pars.c:(.text+0x2d0): undefined reference to `NCONF_new'
asn1pars.c:(.text+0x2ea): undefined reference to `NCONF_load'
asn1pars.c:(.text+0x30e): undefined reference to `ASN1_generate_nconf'
asn1pars.c:(.text+0x318): undefined reference to `NCONF_free'
asn1pars.c:(.text+0x32c): undefined reference to `i2d_ASN1_TYPE'
asn1pars.c:(.text+0x354): undefined reference to `NCONF_free'
asn1pars.c:(.text+0x35c): undefined reference to `ASN1_TYPE_free'
asn1pars.c:(.text+0x3ee): undefined reference to `ASN1_TYPE_free'
asn1pars.c:(.text+0x85e): undefined reference to `i2d_ASN1_TYPE'
asn1pars.c:(.text+0x866): undefined reference to `ASN1_TYPE_free'
asn1pars.c:(.text+0x94a): undefined reference to `d2i_ASN1_TYPE'
asn1pars.c:(.text+0x95a): undefined reference to `ASN1_TYPE_free'
asn1pars.c:(.text+0x972): undefined reference to `ASN1_TYPE_get'
asn1pars.c:(.text+0xc41): undefined reference to `ASN1_parse_dump'
asn1pars.c:(.text+0xc9f): undefined reference to `BIO_f_base64'
asn1pars.c:(.text+0xd15): undefined reference to `NCONF_get_string'
req.o: In function `do_sign_init':
req.c:(.text+0x1d): undefined reference to `EVP_MD_CTX_init'
req.c:(.text+0x41): undefined reference to `EVP_DigestSignInit'
req.o: In function `do_X509_CRL_sign':
req.c:(.text+0xcd): undefined reference to `EVP_MD_CTX_init'
req.c:(.text+0x101): undefined reference to `X509_CRL_sign_ctx'
req.c:(.text+0x10b): undefined reference to `EVP_MD_CTX_cleanup'
req.o: In function `do_X509_REQ_sign':
req.c:(.text+0x12d): undefined reference to `EVP_MD_CTX_init'
req.c:(.text+0x161): undefined reference to `X509_REQ_sign_ctx'
req.c:(.text+0x16b): undefined reference to `EVP_MD_CTX_cleanup'
req.o: In function `do_X509_sign':
req.c:(.text+0x18d): undefined reference to `EVP_MD_CTX_init'
req.c:(.text+0x1c1): undefined reference to `X509_sign_ctx'
req.c:(.text+0x1cb): undefined reference to `EVP_MD_CTX_cleanup'
req.o: In function `set_keygen_ctx':
req.c:(.text+0x257): undefined reference to `PEM_read_bio_Parameters'
req.c:(.text+0x282): undefined reference to `EVP_PKEY_base_id'
req.c:(.text+0x2a4): undefined reference to `EVP_PKEY_free'
req.c:(.text+0x2f7): undefined reference to `EVP_PKEY_asn1_find'
req.c:(.text+0x32f): undefined reference to `EVP_PKEY_asn1_get0_info'
req.c:(.text+0x369): undefined reference to `EVP_PKEY_CTX_new'
req.c:(.text+0x373): undefined reference to `EVP_PKEY_bits'
req.c:(.text+0x381): undefined reference to `EVP_PKEY_free'
req.c:(.text+0x391): undefined reference to `EVP_PKEY_keygen_init'
req.c:(.text+0x3dd): undefined reference to `EVP_PKEY_CTX_ctrl'
req.c:(.text+0x40b): undefined reference to `EVP_PKEY_CTX_free'
req.c:(.text+0x431): undefined reference to `EVP_PKEY_CTX_new_id'
req.c:(.text+0x47e): undefined reference to `EVP_PKEY_asn1_find_str'
req.c:(.text+0x4b2): undefined reference to `EVP_PKEY_asn1_get0_info'
req.c:(.text+0x4ee): undefined reference to `EVP_PKEY_id'
req.c:(.text+0x536): undefined reference to `PEM_read_bio_X509'
req.c:(.text+0x548): undefined reference to `X509_get_pubkey'
req.c:(.text+0x552): undefined reference to `X509_free'
req.o: In function `genpkey_cb':
req.c:(.text+0x6b2): undefined reference to `EVP_PKEY_CTX_get_app_data'
req.c:(.text+0x6c4): undefined reference to `EVP_PKEY_CTX_get_keygen_info'
req.o: In function `req_main':
req.c:(.text+0x7b4): undefined reference to `EVP_des_ede3_cbc'
req.c:(.text+0xa55): undefined reference to `NCONF_new'
req.c:(.text+0xa7a): undefined reference to `NCONF_load'
req.c:(.text+0xac2): undefined reference to `NCONF_get_string'
req.c:(.text+0xb68): undefined reference to `X509V3_set_ctx'
req.c:(.text+0xb79): undefined reference to `X509V3_set_nconf'
req.c:(.text+0xb9d): undefined reference to `X509V3_EXT_add_nconf'
req.c:(.text+0xbe0): undefined reference to `NCONF_get_string'
req.c:(.text+0xbf2): undefined reference to `ASN1_STRING_set_default_mask_asc'
req.c:(.text+0xc24): undefined reference to `NCONF_get_string'
req.c:(.text+0xcae): undefined reference to `X509V3_set_ctx'
req.c:(.text+0xcbf): undefined reference to `X509V3_set_nconf'
req.c:(.text+0xce3): undefined reference to `X509V3_EXT_add_nconf'
req.c:(.text+0xdbb): undefined reference to `NCONF_get_string'
req.c:(.text+0xe17): undefined reference to `NCONF_get_string'
req.c:(.text+0xf58): undefined reference to `EVP_PKEY_CTX_set_cb'
req.c:(.text+0xf69): undefined reference to `EVP_PKEY_CTX_set_app_data'
req.c:(.text+0xf7c): undefined reference to `EVP_PKEY_keygen'
req.c:(.text+0xf8c): undefined reference to `EVP_PKEY_CTX_free'
req.c:(.text+0x1018): undefined reference to `NCONF_get_string'
req.c:(.text+0x10a8): undefined reference to `PEM_write_bio_PrivateKey'
req.c:(.text+0x157e): undefined reference to `NCONF_free'
req.c:(.text+0x15a5): undefined reference to `EVP_PKEY_free'
req.c:(.text+0x15b1): undefined reference to `EVP_PKEY_CTX_free'
req.c:(.text+0x160c): undefined reference to `X509_REQ_free'
req.c:(.text+0x1618): undefined reference to `X509_free'
req.c:(.text+0x1627): undefined reference to `ASN1_INTEGER_free'
req.c:(.text+0x17d2): undefined reference to `NCONF_get_string'
req.c:(.text+0x19a0): undefined reference to `NCONF_get_string'
req.c:(.text+0x1bd6): undefined reference to `PEM_read_bio_X509_REQ'
req.c:(.text+0x1c2c): undefined reference to `X509_new'
req.c:(.text+0x1c4f): undefined reference to `X509_set_version'
req.c:(.text+0x1c79): undefined reference to `X509_set_serialNumber'
req.c:(.text+0x1cbf): undefined reference to `X509V3_set_ctx'
req.c:(.text+0x1cd0): undefined reference to `X509V3_set_nconf'
req.c:(.text+0x1cff): undefined reference to `X509V3_EXT_REQ_add_nconf'
req.c:(.text+0x1d23): undefined reference to `EVP_MD_CTX_init'
req.c:(.text+0x1d58): undefined reference to `X509_REQ_sign_ctx'
req.c:(.text+0x1d62): undefined reference to `EVP_MD_CTX_cleanup'
req.c:(.text+0x1e20): undefined reference to `X509_REQ_set_subject_name'
req.c:(.text+0x1e2c): undefined reference to `X509_NAME_free'
req.c:(.text+0x1e50): undefined reference to `X509_NAME_free'
req.c:(.text+0x1ebf): undefined reference to `X509_REQ_verify'
req.c:(.text+0x1fd3): undefined reference to `X509_print_ex'
req.c:(.text+0x1ffb): undefined reference to `X509_get_subject_name'
req.c:(.text+0x203c): undefined reference to `X509_get_pubkey'
req.c:(.text+0x2073): undefined reference to `EVP_PKEY_base_id'
req.c:(.text+0x20a9): undefined reference to `EVP_PKEY_free'
req.c:(.text+0x20fa): undefined reference to `PEM_write_bio_X509_REQ_NEW'
req.c:(.text+0x215a): undefined reference to `PEM_write_bio_X509'
req.c:(.text+0x2203): undefined reference to `X509_REQ_print_ex'
req.c:(.text+0x221c): undefined reference to `i2d_X509_bio'
req.c:(.text+0x2235): undefined reference to `i2d_X509_REQ_bio'
req.c:(.text+0x2246): undefined reference to `X509_REQ_get_pubkey'
req.c:(.text+0x225c): undefined reference to `PEM_write_bio_PUBKEY'
req.c:(.text+0x2264): undefined reference to `EVP_PKEY_free'
req.c:(.text+0x230c): undefined reference to `PEM_write_bio_X509_REQ'
req.c:(.text+0x2349): undefined reference to `X509_REQ_get_pubkey'
req.c:(.text+0x2383): undefined reference to `NCONF_get_string'
req.c:(.text+0x23b9): undefined reference to `NCONF_get_string'
req.c:(.text+0x23ef): undefined reference to `NCONF_get_string'
req.c:(.text+0x23fb): undefined reference to `EVP_get_digestbyname'
req.c:(.text+0x247e): undefined reference to `NCONF_get_string'
req.c:(.text+0x24ba): undefined reference to `NCONF_get_number_e'
req.c:(.text+0x2555): undefined reference to `NCONF_get_string'
req.c:(.text+0x265b): undefined reference to `d2i_X509_REQ_bio'
req.c:(.text+0x26a1): undefined reference to `EVP_MD_CTX_cleanup'
req.c:(.text+0x26e3): undefined reference to `X509_REQ_get_pubkey'
req.c:(.text+0x2702): undefined reference to `X509_REQ_verify'
req.c:(.text+0x2713): undefined reference to `EVP_PKEY_free'
req.c:(.text+0x2728): undefined reference to `X509_REQ_new'
req.c:(.text+0x2769): undefined reference to `NCONF_get_string'
req.c:(.text+0x27ba): undefined reference to `NCONF_get_string'
req.c:(.text+0x27e1): undefined reference to `NCONF_get_section'
req.c:(.text+0x280d): undefined reference to `NCONF_get_string'
req.c:(.text+0x2834): undefined reference to `NCONF_get_section'
req.c:(.text+0x2857): undefined reference to `X509_REQ_set_version'
req.c:(.text+0x2939): undefined reference to `X509_NAME_add_entry_by_txt'
req.c:(.text+0x296a): undefined reference to `X509_get_serialNumber'
req.c:(.text+0x299b): undefined reference to `X509_set_issuer_name'
req.c:(.text+0x29be): undefined reference to `X509_gmtime_adj'
req.c:(.text+0x29f2): undefined reference to `X509_time_adj_ex'
req.c:(.text+0x2a13): undefined reference to `X509_set_subject_name'
req.c:(.text+0x2a27): undefined reference to `X509_REQ_get_pubkey'
req.c:(.text+0x2a41): undefined reference to `X509_set_pubkey'
req.c:(.text+0x2a58): undefined reference to `EVP_PKEY_free'
req.c:(.text+0x2a84): undefined reference to `X509V3_set_ctx'
req.c:(.text+0x2a95): undefined reference to `X509V3_set_nconf'
req.c:(.text+0x2ac4): undefined reference to `X509V3_EXT_add_nconf'
req.c:(.text+0x2ae8): undefined reference to `EVP_MD_CTX_init'
req.c:(.text+0x2b19): undefined reference to `X509_sign_ctx'
req.c:(.text+0x2b23): undefined reference to `EVP_MD_CTX_cleanup'
req.c:(.text+0x2b72): undefined reference to `EVP_MD_CTX_cleanup'
req.c:(.text+0x2d24): undefined reference to `X509_REQ_set_subject_name'
req.c:(.text+0x2d30): undefined reference to `X509_NAME_free'
req.c:(.text+0x2d3f): undefined reference to `X509_NAME_free'
req.c:(.text+0x2d56): undefined reference to `X509_REQ_set_pubkey'
req.c:(.text+0x2f56): undefined reference to `NCONF_get_string'
req.c:(.text+0x2fa8): undefined reference to `NCONF_get_string'
req.c:(.text+0x3005): undefined reference to `NCONF_get_number_e'
req.c:(.text+0x3066): undefined reference to `NCONF_get_number_e'
req.c:(.text+0x3200): undefined reference to `X509_NAME_entry_count'
req.c:(.text+0x3270): undefined reference to `X509_REQ_add1_attr_by_txt'
req.c:(.text+0x3369): undefined reference to `X509_NAME_add_entry_by_NID'
req.c:(.text+0x34a5): undefined reference to `X509_NAME_entry_count'
req.c:(.text+0x35b2): undefined reference to `NCONF_get_string'
req.c:(.text+0x3605): undefined reference to `NCONF_get_string'
req.c:(.text+0x3658): undefined reference to `NCONF_get_number_e'
req.c:(.text+0x36af): undefined reference to `NCONF_get_number_e'
req.c:(.text+0x3926): undefined reference to `X509_REQ_add1_attr_by_NID'
req.c:(.text+0x3e69): undefined reference to `s2i_ASN1_INTEGER'
req.c:(.text+0x3ef1): undefined reference to `EVP_get_digestbyname'
dgst.o: In function `do_fp':
dgst.c:(.text+0x6c): undefined reference to `EVP_DigestVerifyFinal'
dgst.c:(.text+0xdf): undefined reference to `EVP_DigestSignFinal'
dgst.o: In function `dgst_main':
dgst.c:(.text+0x457): undefined reference to `EVP_PKEY_free'
dgst.c:(.text+0x4e6): undefined reference to `EVP_get_digestbyname'
dgst.c:(.text+0x87d): undefined reference to `BIO_f_md'
dgst.c:(.text+0xd36): undefined reference to `EVP_MD_do_all_sorted'
dgst.c:(.text+0xe69): undefined reference to `EVP_PKEY_keygen'
dgst.c:(.text+0xe84): undefined reference to `EVP_PKEY_CTX_free'
dgst.c:(.text+0xf40): undefined reference to `EVP_PKEY_new_mac_key'
dgst.c:(.text+0xfcd): undefined reference to `EVP_DigestVerifyInit'
dgst.c:(.text+0x106a): undefined reference to `EVP_PKEY_size'
dgst.c:(.text+0x110d): undefined reference to `EVP_PKEY_get0_asn1'
dgst.c:(.text+0x1144): undefined reference to `EVP_PKEY_asn1_get0_info'
dgst.c:(.text+0x1150): undefined reference to `EVP_MD_type'
dgst.c:(.text+0x1322): undefined reference to `EVP_md5'
dgst.c:(.text+0x13ad): undefined reference to `EVP_MD_CTX_set_flags'
dgst.c:(.text+0x13e7): undefined reference to `EVP_DigestSignInit'
dgst.c:(.text+0x1673): undefined reference to `EVP_MD_CTX_md'
dgst.c:(.text+0x1825): undefined reference to `EVP_get_digestbyname'
dgst.o: In function `list_md_fn':
dgst.c:(.text+0x1867): undefined reference to `EVP_MD_type'
dgst.c:(.text+0x18a4): undefined reference to `EVP_MD_flags'
dgst.c:(.text+0x18c4): undefined reference to `EVP_MD_type'
dh.o: In function `dh_main':
dh.c:(.text+0x567): undefined reference to `PEM_read_bio_DHparams'
dh.c:(.text+0x66f): undefined reference to `ASN1_d2i_bio'
dh.c:(.text+0x999): undefined reference to `PEM_write_bio_DHparams'
dh.c:(.text+0x9ce): undefined reference to `ASN1_i2d_bio'
dhparam.o: In function `dhparam_main':
dhparam.c:(.text+0x8a0): undefined reference to `PEM_read_bio_DSAparams'
dhparam.c:(.text+0x9bd): undefined reference to `PEM_read_bio_DHparams'
dhparam.c:(.text+0xbd4): undefined reference to `PEM_write_bio_DHparams'
dhparam.c:(.text+0xe16): undefined reference to `ASN1_d2i_bio'
dhparam.c:(.text+0xe57): undefined reference to `ASN1_d2i_bio'
dhparam.c:(.text+0xe78): undefined reference to `ASN1_i2d_bio'
enc.o: In function `enc_main':
enc.c:(.text+0x19c): undefined reference to `EVP_get_cipherbyname'
enc.c:(.text+0x360): undefined reference to `EVP_get_cipherbyname'
enc.c:(.text+0x860): undefined reference to `EVP_get_digestbyname'
enc.c:(.text+0xab1): undefined reference to `EVP_CIPHER_nid'
enc.c:(.text+0xafc): undefined reference to `EVP_read_pw_string'
enc.c:(.text+0xe5c): undefined reference to `EVP_BytesToKey'
enc.c:(.text+0xef7): undefined reference to `BIO_f_cipher'
enc.c:(.text+0xf77): undefined reference to `EVP_CipherInit_ex'
enc.c:(.text+0xfc8): undefined reference to `EVP_CipherInit_ex'
enc.c:(.text+0x1121): undefined reference to `EVP_md5'
enc.c:(.text+0x114c): undefined reference to `BIO_f_base64'
enc.c:(.text+0x1658): undefined reference to `EVP_CIPHER_iv_length'
enc.c:(.text+0x1823): undefined reference to `EVP_CIPHER_nid'
enc.c:(.text+0x1872): undefined reference to `EVP_CIPHER_CTX_set_padding'
enc.c:(.text+0x1897): undefined reference to `EVP_CIPHER_CTX_set_flags'
enc.c:(.text+0x1a29): undefined reference to `EVP_get_cipherbyname'
passwd.o: In function `do_passwd':
passwd.c:(.text+0x299): undefined reference to `EVP_MD_CTX_init'
passwd.c:(.text+0x2a5): undefined reference to `EVP_md5'
passwd.c:(.text+0x2c0): undefined reference to `EVP_DigestInit_ex'
passwd.c:(.text+0x2e5): undefined reference to `EVP_DigestUpdate'
passwd.c:(.text+0x304): undefined reference to `EVP_DigestUpdate'
passwd.c:(.text+0x323): undefined reference to `EVP_DigestUpdate'
passwd.c:(.text+0x342): undefined reference to `EVP_DigestUpdate'
passwd.c:(.text+0x367): undefined reference to `EVP_DigestUpdate'
passwd.c:(.text+0x36f): undefined reference to `EVP_MD_CTX_init'
passwd.c:(.text+0x374): undefined reference to `EVP_md5'
passwd.c:(.text+0x388): undefined reference to `EVP_DigestInit_ex'
passwd.c:(.text+0x3a6): undefined reference to `EVP_DigestUpdate'
passwd.c:(.text+0x3c4): undefined reference to `EVP_DigestUpdate'
passwd.c:(.text+0x3db): undefined reference to `EVP_DigestUpdate'
passwd.c:(.text+0x3ef): undefined reference to `EVP_DigestFinal_ex'
passwd.c:(.text+0x422): undefined reference to `EVP_DigestUpdate'
passwd.c:(.text+0x43e): undefined reference to `EVP_DigestUpdate'
passwd.c:(.text+0x471): undefined reference to `EVP_DigestUpdate'
passwd.c:(.text+0x492): undefined reference to `EVP_DigestFinal_ex'
passwd.c:(.text+0x4b3): undefined reference to `EVP_DigestUpdate'
passwd.c:(.text+0x51c): undefined reference to `EVP_DigestUpdate'
passwd.c:(.text+0x530): undefined reference to `EVP_DigestFinal_ex'
passwd.c:(.text+0x541): undefined reference to `EVP_md5'
passwd.c:(.text+0x555): undefined reference to `EVP_DigestInit_ex'
passwd.c:(.text+0x60e): undefined reference to `EVP_DigestUpdate'
passwd.c:(.text+0x631): undefined reference to `EVP_DigestUpdate'
passwd.c:(.text+0x63e): undefined reference to `EVP_MD_CTX_cleanup'
passwd.c:(.text+0xa11): undefined reference to `EVP_MD_CTX_cleanup'
passwd.c:(.text+0xb1c): undefined reference to `EVP_DigestUpdate'
passwd.o: In function `passwd_main':
passwd.c:(.text+0x14ae): undefined reference to `EVP_read_pw_string'
gendh.o: In function `gendh_main':
gendh.c:(.text+0x49b): undefined reference to `PEM_write_bio_DHparams'
ca.o: In function `unpack_revinfo':
ca.c:(.text+0x6a): undefined reference to `ASN1_UTCTIME_new'
ca.c:(.text+0x79): undefined reference to `ASN1_UTCTIME_set_string'
ca.c:(.text+0x244): undefined reference to `ASN1_GENERALIZEDTIME_free'
ca.c:(.text+0x25f): undefined reference to `ASN1_OBJECT_free'
ca.c:(.text+0x274): undefined reference to `ASN1_GENERALIZEDTIME_new'
ca.c:(.text+0x286): undefined reference to `ASN1_GENERALIZEDTIME_set_string'
ca.c:(.text+0x2ae): undefined reference to `ASN1_GENERALIZEDTIME_free'
ca.o: In function `old_entry_print':
ca.c:(.text+0x3aa): undefined reference to `i2a_ASN1_OBJECT'
ca.o: In function `make_revoked':
ca.c:(.text+0x57d): undefined reference to `X509_REVOKED_set_revocationDate'
ca.c:(.text+0x591): undefined reference to `ASN1_ENUMERATED_new'
ca.c:(.text+0x5a7): undefined reference to `ASN1_ENUMERATED_set'
ca.c:(.text+0x5d7): undefined reference to `ASN1_OBJECT_free'
ca.c:(.text+0x5e3): undefined reference to `ASN1_GENERALIZEDTIME_free'
ca.c:(.text+0x5eb): undefined reference to `ASN1_ENUMERATED_free'
ca.c:(.text+0x5f7): undefined reference to `ASN1_TIME_free'
ca.c:(.text+0x63a): undefined reference to `X509_REVOKED_add1_ext_i2d'
ca.c:(.text+0x672): undefined reference to `X509_REVOKED_add1_ext_i2d'
ca.c:(.text+0x6a7): undefined reference to `X509_REVOKED_add1_ext_i2d'
ca.o: In function `make_revocation_str':
ca.c:(.text+0x705): undefined reference to `X509_gmtime_adj'
ca.c:(.text+0x7a7): undefined reference to `ASN1_UTCTIME_free'
ca.c:(.text+0x7d6): undefined reference to `ASN1_GENERALIZEDTIME_set_string'
ca.c:(.text+0x80e): undefined reference to `ASN1_OBJECT_free'
ca.c:(.text+0x82a): undefined reference to `X509_gmtime_adj'
ca.c:(.text+0x952): undefined reference to `X509_gmtime_adj'
ca.o: In function `do_body':
ca.c:(.text+0x9ce): undefined reference to `ASN1_UTCTIME_new'
ca.c:(.text+0xa5b): undefined reference to `X509_REQ_set_subject_name'
ca.c:(.text+0xa73): undefined reference to `X509_NAME_free'
ca.c:(.text+0xae3): undefined reference to `ASN1_PRINTABLE_type'
ca.c:(.text+0xb1a): undefined reference to `X509_NAME_entry_count'
ca.c:(.text+0xb32): undefined reference to `X509_NAME_get_entry'
ca.c:(.text+0xb3c): undefined reference to `X509_NAME_ENTRY_get_data'
ca.c:(.text+0xb46): undefined reference to `X509_NAME_ENTRY_get_object'
ca.c:(.text+0xc5b): undefined reference to `ASN1_UNIVERSALSTRING_to_string'
ca.c:(.text+0xc66): undefined reference to `X509_NAME_new'
ca.c:(.text+0xc8d): undefined reference to `X509_NAME_dup'
ca.c:(.text+0xd21): undefined reference to `X509_NAME_get_entry'
ca.c:(.text+0xd73): undefined reference to `X509_NAME_add_entry'
ca.c:(.text+0xd9d): undefined reference to `X509_NAME_get_index_by_OBJ'
ca.c:(.text+0xdce): undefined reference to `X509_NAME_dup'
ca.c:(.text+0xe79): undefined reference to `X509_NAME_free'
ca.c:(.text+0xe8d): undefined reference to `X509_NAME_free'
ca.c:(.text+0xeac): undefined reference to `X509_NAME_free'
ca.c:(.text+0xeb8): undefined reference to `ASN1_UTCTIME_free'
ca.c:(.text+0xf53): undefined reference to `X509_NAME_get_index_by_OBJ'
ca.c:(.text+0xf7d): undefined reference to `X509_NAME_get_entry'
ca.c:(.text+0xf8b): undefined reference to `X509_NAME_ENTRY_get_data'
ca.c:(.text+0xf97): undefined reference to `X509_NAME_ENTRY_get_data'
ca.c:(.text+0xfab): undefined reference to `ASN1_STRING_cmp'
ca.c:(.text+0x1030): undefined reference to `X509_free'
ca.c:(.text+0x10a2): undefined reference to `X509_NAME_ENTRY_free'
ca.c:(.text+0x118d): undefined reference to `TXT_DB_get_by_index'
ca.c:(.text+0x12f6): undefined reference to `TXT_DB_get_by_index'
ca.c:(.text+0x135d): undefined reference to `X509_NAME_dup'
ca.c:(.text+0x137c): undefined reference to `X509_NAME_get_entry'
ca.c:(.text+0x138e): undefined reference to `X509_NAME_delete_entry'
ca.c:(.text+0x1396): undefined reference to `X509_NAME_ENTRY_free'
ca.c:(.text+0x13b2): undefined reference to `X509_NAME_get_index_by_NID'
ca.c:(.text+0x13c9): undefined reference to `X509_NAME_free'
ca.c:(.text+0x13d5): undefined reference to `X509_NAME_dup'
ca.c:(.text+0x14ac): undefined reference to `X509_new'
ca.c:(.text+0x14cc): undefined reference to `BN_to_ASN1_INTEGER'
ca.c:(.text+0x14ef): undefined reference to `X509_set_issuer_name'
ca.c:(.text+0x1509): undefined reference to `X509_get_subject_name'
ca.c:(.text+0x1519): undefined reference to `X509_set_issuer_name'
ca.c:(.text+0x1552): undefined reference to `X509_gmtime_adj'
ca.c:(.text+0x1580): undefined reference to `ASN1_TIME_set_string'
ca.c:(.text+0x1594): undefined reference to `X509_set_subject_name'
ca.c:(.text+0x15ab): undefined reference to `X509_REQ_get_pubkey'
ca.c:(.text+0x15bd): undefined reference to `X509_set_pubkey'
ca.c:(.text+0x15c7): undefined reference to `EVP_PKEY_free'
ca.c:(.text+0x15fc): undefined reference to `ASN1_INTEGER_set'
ca.c:(.text+0x160b): undefined reference to `X509_EXTENSION_free'
ca.c:(.text+0x165c): undefined reference to `X509V3_set_ctx'
ca.c:(.text+0x169a): undefined reference to `X509V3_set_nconf'
ca.c:(.text+0x16be): undefined reference to `X509V3_EXT_add_nconf'
ca.c:(.text+0x1775): undefined reference to `X509_print_ex'
ca.c:(.text+0x17a7): undefined reference to `ASN1_TIME_print'
ca.c:(.text+0x189c): undefined reference to `X509_set_subject_name'
ca.c:(.text+0x18d1): undefined reference to `X509_get_pubkey'
ca.c:(.text+0x18db): undefined reference to `EVP_PKEY_missing_parameters'
ca.c:(.text+0x18eb): undefined reference to `EVP_PKEY_free'
ca.c:(.text+0x19d5): undefined reference to `X509_get_subject_name'
ca.c:(.text+0x19ed): undefined reference to `X509_NAME_oneline'
ca.c:(.text+0x1ac1): undefined reference to `TXT_DB_insert'
ca.c:(.text+0x1b58): undefined reference to `ASN1_TIME_set_string'
ca.c:(.text+0x1b8c): undefined reference to `X509_time_adj_ex'
ca.c:(.text+0x1bbc): undefined reference to `EVP_PKEY_missing_parameters'
ca.c:(.text+0x1bd4): undefined reference to `EVP_PKEY_copy_parameters'
ca.c:(.text+0x1c23): undefined reference to `X509V3_set_nconf'
ca.c:(.text+0x1c49): undefined reference to `X509V3_EXT_add_nconf'
ca.c:(.text+0x1cad): undefined reference to `X509V3_set_ctx'
ca.c:(.text+0x1cb7): undefined reference to `ASN1_INTEGER_new'
ca.o: In function `certify':
ca.c:(.text+0x1d90): undefined reference to `PEM_read_bio_X509_REQ'
ca.c:(.text+0x1dd1): undefined reference to `X509_REQ_get_pubkey'
ca.c:(.text+0x1de7): undefined reference to `X509_REQ_verify'
ca.c:(.text+0x1df1): undefined reference to `EVP_PKEY_free'
ca.c:(.text+0x1e24): undefined reference to `X509_REQ_free'
ca.c:(.text+0x1e4c): undefined reference to `X509_REQ_check_private_key'
ca.c:(.text+0x1f9d): undefined reference to `X509_REQ_print'
ca.o: In function `do_revoke':
ca.c:(.text+0x2068): undefined reference to `X509_get_subject_name'
ca.c:(.text+0x2080): undefined reference to `X509_NAME_oneline'
ca.c:(.text+0x208c): undefined reference to `X509_get_serialNumber'
ca.c:(.text+0x209c): undefined reference to `ASN1_INTEGER_to_BN'
ca.c:(.text+0x20fc): undefined reference to `TXT_DB_get_by_index'
ca.c:(.text+0x239d): undefined reference to `TXT_DB_insert'
ca.o: In function `ca_main':
ca.c:(.text+0x27ab): undefined reference to `NCONF_new'
ca.c:(.text+0x27ce): undefined reference to `NCONF_load'
ca.c:(.text+0x28e2): undefined reference to `X509_free'
ca.c:(.text+0x2982): undefined reference to `EVP_PKEY_free'
ca.c:(.text+0x299c): undefined reference to `X509_free'
ca.c:(.text+0x29ab): undefined reference to `X509_CRL_free'
ca.c:(.text+0x29b8): undefined reference to `NCONF_free'
ca.c:(.text+0x29c5): undefined reference to `NCONF_free'
ca.c:(.text+0x2bc7): undefined reference to `NCONF_get_string'
ca.c:(.text+0x2c34): undefined reference to `NCONF_get_string'
ca.c:(.text+0x2c81): undefined reference to `NCONF_get_string'
ca.c:(.text+0x2c93): undefined reference to `ASN1_STRING_set_default_mask_asc'
ca.c:(.text+0x2cc6): undefined reference to `NCONF_get_string'
ca.c:(.text+0x2d20): undefined reference to `NCONF_get_string'
ca.c:(.text+0x2df1): undefined reference to `NCONF_get_string'
ca.c:(.text+0x2f68): undefined reference to `TXT_DB_get_by_index'
ca.c:(.text+0x3138): undefined reference to `X509_get_default_cert_area'
ca.c:(.text+0x3400): undefined reference to `X509_check_private_key'
ca.c:(.text+0x3442): undefined reference to `NCONF_get_string'
ca.c:(.text+0x347a): undefined reference to `NCONF_get_string'
ca.c:(.text+0x34b3): undefined reference to `NCONF_get_string'
ca.c:(.text+0x3501): undefined reference to `NCONF_get_string'
ca.c:(.text+0x354f): undefined reference to `NCONF_get_string'
ca.o:ca.c:(.text+0x35ad): more undefined references to `NCONF_get_string' follow
ca.o: In function `ca_main':
ca.c:(.text+0x3649): undefined reference to `ASN1_TIME_set_string'
ca.c:(.text+0x3773): undefined reference to `NCONF_get_string'
ca.c:(.text+0x3aa2): undefined reference to `NCONF_get_string'
ca.c:(.text+0x3b2c): undefined reference to `NCONF_get_string'
ca.c:(.text+0x3ca0): undefined reference to `TXT_DB_write'
ca.c:(.text+0x3d39): undefined reference to `ASN1_UTCTIME_new'
ca.c:(.text+0x3d49): undefined reference to `X509_gmtime_adj'
ca.c:(.text+0x3ee4): undefined reference to `NCONF_new'
ca.c:(.text+0x3f07): undefined reference to `NCONF_load'
ca.c:(.text+0x3fd9): undefined reference to `EVP_PKEY_get_default_digest_nid'
ca.c:(.text+0x4006): undefined reference to `EVP_get_digestbyname'
ca.c:(.text+0x40c6): undefined reference to `NCONF_get_string'
ca.c:(.text+0x4108): undefined reference to `ASN1_TIME_set_string'
ca.c:(.text+0x4136): undefined reference to `ASN1_TIME_set_string'
ca.c:(.text+0x41cd): undefined reference to `NCONF_get_section'
ca.c:(.text+0x42d9): undefined reference to `X509_print'
ca.c:(.text+0x42f6): undefined reference to `X509_get_pubkey'
ca.c:(.text+0x430c): undefined reference to `X509_verify'
ca.c:(.text+0x4316): undefined reference to `EVP_PKEY_free'
ca.c:(.text+0x4344): undefined reference to `X509_free'
ca.c:(.text+0x47a3): undefined reference to `CONF_load'
ca.c:(.text+0x47c9): undefined reference to `CONF_get_section'
ca.c:(.text+0x480b): undefined reference to `CONF_free'
ca.c:(.text+0x481a): undefined reference to `CONF_free'
ca.c:(.text+0x485f): undefined reference to `X509_REQ_new'
ca.c:(.text+0x49ed): undefined reference to `NETSCAPE_SPKI_get_pubkey'
ca.c:(.text+0x4a0a): undefined reference to `NETSCAPE_SPKI_verify'
ca.c:(.text+0x4a3a): undefined reference to `X509_REQ_set_pubkey'
ca.c:(.text+0x4a42): undefined reference to `EVP_PKEY_free'
ca.c:(.text+0x4b58): undefined reference to `X509_REQ_free'
ca.c:(.text+0x4b67): undefined reference to `CONF_free'
ca.c:(.text+0x4b81): undefined reference to `NETSCAPE_SPKI_free'
ca.c:(.text+0x4caf): undefined reference to `X509_REQ_free'
ca.c:(.text+0x4cbe): undefined reference to `CONF_free'
ca.c:(.text+0x4cdd): undefined reference to `NETSCAPE_SPKI_b64_decode'
ca.c:(.text+0x4d4a): undefined reference to `X509_NAME_add_entry_by_NID'
ca.c:(.text+0x5068): undefined reference to `X509V3_set_ctx'
ca.c:(.text+0x5079): undefined reference to `X509V3_set_nconf'
ca.c:(.text+0x509d): undefined reference to `X509V3_EXT_add_nconf'
ca.c:(.text+0x50c3): undefined reference to `NCONF_get_string'
ca.c:(.text+0x5158): undefined reference to `X509_CRL_new'
ca.c:(.text+0x5172): undefined reference to `X509_get_subject_name'
ca.c:(.text+0x5185): undefined reference to `X509_CRL_set_issuer_name'
ca.c:(.text+0x5201): undefined reference to `NCONF_get_string'
ca.c:(.text+0x5229): undefined reference to `X509_CRL_sort'
ca.c:(.text+0x52aa): undefined reference to `X509V3_set_ctx'
ca.c:(.text+0x52bb): undefined reference to `X509V3_set_nconf'
ca.c:(.text+0x52f0): undefined reference to `X509_CRL_set_version'
ca.c:(.text+0x5377): undefined reference to `PEM_write_bio_X509_CRL'
ca.c:(.text+0x543d): undefined reference to `X509_free'
ca.c:(.text+0x557b): undefined reference to `NCONF_get_number_e'
ca.c:(.text+0x55b3): undefined reference to `NCONF_get_number_e'
ca.c:(.text+0x55d0): undefined reference to `ASN1_TIME_new'
ca.c:(.text+0x55ea): undefined reference to `X509_gmtime_adj'
ca.c:(.text+0x55fd): undefined reference to `X509_CRL_set_lastUpdate'
ca.c:(.text+0x562e): undefined reference to `X509_time_adj_ex'
ca.c:(.text+0x564d): undefined reference to `X509_CRL_set_nextUpdate'
ca.c:(.text+0x5655): undefined reference to `ASN1_TIME_free'
ca.c:(.text+0x57a4): undefined reference to `X509_print'
ca.c:(.text+0x57b7): undefined reference to `PEM_write_bio_X509'
ca.c:(.text+0x57e7): undefined reference to `X509_print'
ca.c:(.text+0x57fa): undefined reference to `PEM_write_bio_X509'
ca.c:(.text+0x581a): undefined reference to `i2d_X509_bio'
ca.c:(.text+0x5842): undefined reference to `X509_REVOKED_new'
ca.c:(.text+0x58a2): undefined reference to `BN_to_ASN1_INTEGER'
ca.c:(.text+0x58d2): undefined reference to `X509_REVOKED_set_serialNumber'
ca.c:(.text+0x58da): undefined reference to `ASN1_INTEGER_free'
ca.c:(.text+0x58ed): undefined reference to `X509_CRL_add0_revoked'
ca.c:(.text+0x5950): undefined reference to `X509V3_EXT_CRL_add_nconf'
ca.c:(.text+0x5974): undefined reference to `BN_to_ASN1_INTEGER'
ca.c:(.text+0x59a9): undefined reference to `X509_CRL_add1_ext_i2d'
ca.c:(.text+0x59b1): undefined reference to `ASN1_INTEGER_free'
ca.c:(.text+0x5a9a): undefined reference to `NCONF_get_number_e'
ca.c:(.text+0x5b6f): undefined reference to `EVP_md5'
ca.c:(.text+0x5b83): undefined reference to `X509_to_X509_REQ'
ca.c:(.text+0x5c98): undefined reference to `X509_REQ_free'
ca.c:(.text+0x5cc8): undefined reference to `NCONF_get_string'
ca.c:(.text+0x5d0f): undefined reference to `NCONF_get_string'
ca.c:(.text+0x5d79): undefined reference to `X509V3_set_ctx'
ca.c:(.text+0x5d8a): undefined reference to `X509V3_set_nconf'
ca.c:(.text+0x5dae): undefined reference to `X509V3_EXT_add_nconf'
ca.c:(.text+0x5e0a): undefined reference to `NCONF_get_string'
ca.c:(.text+0x5e41): undefined reference to `NCONF_get_string'
ca.c:(.text+0x5eaa): undefined reference to `NCONF_get_string'
ca.c:(.text+0x5f45): undefined reference to `NCONF_get_string'
ca.c:(.text+0x5f81): undefined reference to `ASN1_UTCTIME_free'
ca.c:(.text+0x5fe1): undefined reference to `ASN1_UTCTIME_free'
ca.c:(.text+0x6085): undefined reference to `NCONF_get_string'
ca.c:(.text+0x626b): undefined reference to `NCONF_get_string'
pkcs7.o: In function `pkcs7_main':
pkcs7.c:(.text+0x4be): undefined reference to `PEM_read_bio_PKCS7'
pkcs7.c:(.text+0x562): undefined reference to `PKCS7_free'
pkcs7.c:(.text+0x5a2): undefined reference to `PEM_write_bio_X509'
pkcs7.c:(.text+0x5f8): undefined reference to `X509_CRL_print'
pkcs7.c:(.text+0x655): undefined reference to `d2i_PKCS7_bio'
pkcs7.c:(.text+0x6b3): undefined reference to `X509_print'
pkcs7.c:(.text+0x722): undefined reference to `PKCS7_print_ctx'
pkcs7.c:(.text+0x79c): undefined reference to `X509_CRL_print'
pkcs7.c:(.text+0x7a8): undefined reference to `PEM_write_bio_X509_CRL'
pkcs7.c:(.text+0x7f5): undefined reference to `PEM_write_bio_PKCS7'
pkcs7.c:(.text+0x839): undefined reference to `i2d_PKCS7_bio'
pkcs7.c:(.text+0x85c): undefined reference to `X509_print'
pkcs7.c:(.text+0x868): undefined reference to `PEM_write_bio_X509'
crl2p7.o: In function `crl2pkcs7_main':
crl2p7.c:(.text+0x1ca): undefined reference to `PKCS7_free'
crl2p7.c:(.text+0x1da): undefined reference to `X509_CRL_free'
crl2p7.c:(.text+0x3fd): undefined reference to `PKCS7_new'
crl2p7.c:(.text+0x40a): undefined reference to `PKCS7_SIGNED_new'
crl2p7.c:(.text+0x44a): undefined reference to `ASN1_INTEGER_set'
crl2p7.c:(.text+0x4be): undefined reference to `PEM_read_bio_X509_CRL'
crl2p7.c:(.text+0x50c): undefined reference to `d2i_X509_CRL_bio'
crl2p7.c:(.text+0x624): undefined reference to `PEM_X509_INFO_read_bio'
crl2p7.c:(.text+0x66b): undefined reference to `X509_INFO_free'
crl2p7.c:(.text+0x7d2): undefined reference to `PEM_write_bio_PKCS7'
crl2p7.c:(.text+0x81b): undefined reference to `i2d_PKCS7_bio'
crl.o: In function `crl_main':
crl.c:(.text+0x16): undefined reference to `EVP_sha1'
crl.c:(.text+0x233): undefined reference to `X509_CRL_free'
crl.c:(.text+0x38b): undefined reference to `PEM_read_bio_X509_CRL'
crl.c:(.text+0x460): undefined reference to `X509_CRL_get_ext_d2i'
crl.c:(.text+0x490): undefined reference to `i2a_ASN1_INTEGER'
crl.c:(.text+0x498): undefined reference to `ASN1_INTEGER_free'
crl.c:(.text+0x4c4): undefined reference to `X509_NAME_hash'
crl.c:(.text+0x512): undefined reference to `ASN1_TIME_print'
crl.c:(.text+0x564): undefined reference to `ASN1_TIME_print'
crl.c:(.text+0x5a2): undefined reference to `X509_CRL_digest'
crl.c:(.text+0x5b6): undefined reference to `EVP_MD_type'
crl.c:(.text+0x6ee): undefined reference to `X509_CRL_free'
crl.c:(.text+0x706): undefined reference to `X509_STORE_CTX_cleanup'
crl.c:(.text+0x712): undefined reference to `X509_STORE_free'
crl.c:(.text+0x842): undefined reference to `d2i_X509_CRL_bio'
crl.c:(.text+0x878): undefined reference to `X509_STORE_new'
crl.c:(.text+0x881): undefined reference to `X509_LOOKUP_file'
crl.c:(.text+0x891): undefined reference to `X509_STORE_add_lookup'
crl.c:(.text+0x8c3): undefined reference to `X509_LOOKUP_ctrl'
crl.c:(.text+0x8ef): undefined reference to `X509_LOOKUP_ctrl'
crl.c:(.text+0x8f4): undefined reference to `X509_LOOKUP_hash_dir'
crl.c:(.text+0x904): undefined reference to `X509_STORE_add_lookup'
crl.c:(.text+0x936): undefined reference to `X509_LOOKUP_ctrl'
crl.c:(.text+0x962): undefined reference to `X509_LOOKUP_ctrl'
crl.c:(.text+0x98b): undefined reference to `X509_STORE_CTX_init'
crl.c:(.text+0xa05): undefined reference to `X509_CRL_print'
crl.c:(.text+0xae8): undefined reference to `X509_STORE_get_by_subject'
crl.c:(.text+0xaff): undefined reference to `X509_get_pubkey'
crl.c:(.text+0xb09): undefined reference to `X509_OBJECT_free_contents'
crl.c:(.text+0xb1d): undefined reference to `X509_CRL_verify'
crl.c:(.text+0xb27): undefined reference to `EVP_PKEY_free'
crl.c:(.text+0xb80): undefined reference to `PEM_write_bio_X509_CRL'
crl.c:(.text+0xbb3): undefined reference to `i2d_X509_CRL_bio'
crl.c:(.text+0xd46): undefined reference to `EVP_get_digestbyname'
rsa.o: In function `rsa_main':
rsa.c:(.text+0x378): undefined reference to `EVP_get_cipherbyname'
rsa.c:(.text+0x66c): undefined reference to `EVP_PKEY_get1_RSA'
rsa.c:(.text+0x676): undefined reference to `EVP_PKEY_free'
rsa.c:(.text+0x729): undefined reference to `i2d_RSA_PUBKEY_bio'
rsa.c:(.text+0x8fc): undefined reference to `EVP_PKEY_free'
rsa.c:(.text+0xa52): undefined reference to `i2d_RSAPrivateKey_bio'
rsa.c:(.text+0xa5e): undefined reference to `EVP_PKEY_new'
rsa.c:(.text+0xa6c): undefined reference to `EVP_PKEY_set1_RSA'
rsa.c:(.text+0xa91): undefined reference to `i2b_PublicKey_bio'
rsa.c:(.text+0xa9b): undefined reference to `EVP_PKEY_free'
rsa.c:(.text+0xac5): undefined reference to `PEM_write_bio_RSA_PUBKEY'
rsa.c:(.text+0xaec): undefined reference to `i2d_RSA_NET'
rsa.c:(.text+0xb30): undefined reference to `i2d_RSA_NET'
rsa.c:(.text+0xb7b): undefined reference to `i2d_RSAPublicKey_bio'
rsa.c:(.text+0xbce): undefined reference to `i2b_PrivateKey_bio'
rsa.c:(.text+0xbe1): undefined reference to `PEM_write_bio_RSAPublicKey'
rsa.c:(.text+0xc1c): undefined reference to `PEM_write_bio_RSAPrivateKey'
rsa.c:(.text+0xc47): undefined reference to `i2b_PVK_bio'
rsautl.o: In function `rsautl_main':
rsautl.c:(.text+0x51): undefined reference to `OPENSSL_add_all_algorithms_noconf'
rsautl.c:(.text+0x59a): undefined reference to `EVP_PKEY_get1_RSA'
rsautl.c:(.text+0x5a4): undefined reference to `EVP_PKEY_free'
rsautl.c:(.text+0x767): undefined reference to `X509_get_pubkey'
rsautl.c:(.text+0x771): undefined reference to `X509_free'
rsautl.c:(.text+0x8ff): undefined reference to `ASN1_parse_dump'
dsa.o: In function `dsa_main':
dsa.c:(.text+0x291): undefined reference to `EVP_PKEY_get1_DSA'
dsa.c:(.text+0x29d): undefined reference to `EVP_PKEY_free'
dsa.c:(.text+0x34a): undefined reference to `EVP_get_cipherbyname'
dsa.c:(.text+0x966): undefined reference to `PEM_write_bio_DSA_PUBKEY'
dsa.c:(.text+0x9b7): undefined reference to `i2d_DSA_PUBKEY_bio'
dsa.c:(.text+0xa01): undefined reference to `i2d_DSAPrivateKey_bio'
dsa.c:(.text+0xa31): undefined reference to `EVP_PKEY_new'
dsa.c:(.text+0xa43): undefined reference to `EVP_PKEY_set1_DSA'
dsa.c:(.text+0xa64): undefined reference to `i2b_PublicKey_bio'
dsa.c:(.text+0xa6e): undefined reference to `EVP_PKEY_free'
dsa.c:(.text+0xaab): undefined reference to `PEM_write_bio_DSAPrivateKey'
dsa.c:(.text+0xade): undefined reference to `i2b_PrivateKey_bio'
dsa.c:(.text+0xb06): undefined reference to `i2b_PVK_bio'
dsaparam.o: In function `dsaparam_main':
dsaparam.c:(.text+0x683): undefined reference to `PEM_write_bio_DSAparams'
dsaparam.c:(.text+0xbfc): undefined reference to `PEM_read_bio_DSAparams'
dsaparam.c:(.text+0xc31): undefined reference to `ASN1_i2d_bio'
dsaparam.c:(.text+0xc5a): undefined reference to `ASN1_d2i_bio'
dsaparam.c:(.text+0xcce): undefined reference to `PEM_write_bio_DSAPrivateKey'
dsaparam.c:(.text+0xd21): undefined reference to `i2d_DSAPrivateKey_bio'
ec.o: In function `ec_main':
ec.c:(.text+0x325): undefined reference to `EVP_get_cipherbyname'
ec.c:(.text+0x640): undefined reference to `PEM_read_bio_EC_PUBKEY'
ec.c:(.text+0x74c): undefined reference to `PEM_write_bio_EC_PUBKEY'
ec.c:(.text+0x7d9): undefined reference to `d2i_EC_PUBKEY_bio'
ec.c:(.text+0x868): undefined reference to `PEM_read_bio_ECPrivateKey'
ec.c:(.text+0x8c8): undefined reference to `d2i_ECPrivateKey_bio'
ec.c:(.text+0xa81): undefined reference to `i2d_EC_PUBKEY_bio'
ec.c:(.text+0xb0b): undefined reference to `i2d_ECPrivateKey_bio'
ec.c:(.text+0xb47): undefined reference to `PEM_write_bio_ECPrivateKey'
ec.c:(.text+0xb58): undefined reference to `PEM_write_bio_ECPKParameters'
ec.c:(.text+0xb71): undefined reference to `ASN1_i2d_bio'
ecparam.o: In function `ecparam_main':
ecparam.c:(.text+0xf4e): undefined reference to `PEM_read_bio_ECPKParameters'
ecparam.c:(.text+0xfb0): undefined reference to `ASN1_d2i_bio'
ecparam.c:(.text+0x1098): undefined reference to `ASN1_i2d_bio'
ecparam.c:(.text+0x125c): undefined reference to `PEM_write_bio_ECPKParameters'
ecparam.c:(.text+0x18ad): undefined reference to `PEM_write_bio_ECPrivateKey'
ecparam.c:(.text+0x18ca): undefined reference to `i2d_ECPrivateKey_bio'
x509.o: In function `callb':
x509.c:(.text+0x17): undefined reference to `X509_STORE_CTX_get_error'
x509.c:(.text+0x33): undefined reference to `X509_STORE_CTX_get_current_cert'
x509.c:(.text+0x3b): undefined reference to `X509_get_subject_name'
x509.c:(.text+0x64): undefined reference to `X509_verify_cert_error_string'
x509.c:(.text+0x6e): undefined reference to `X509_STORE_CTX_get_error_depth'
x509.o: In function `x509_main':
x509.c:(.text+0x1cb): undefined reference to `NCONF_free'
x509.c:(.text+0x1f2): undefined reference to `X509_STORE_free'
x509.c:(.text+0x1fe): undefined reference to `X509_REQ_free'
x509.c:(.text+0x20a): undefined reference to `X509_free'
x509.c:(.text+0x216): undefined reference to `X509_free'
x509.c:(.text+0x222): undefined reference to `EVP_PKEY_free'
x509.c:(.text+0x22e): undefined reference to `EVP_PKEY_free'
x509.c:(.text+0x251): undefined reference to `X509_REQ_free'
x509.c:(.text+0x260): undefined reference to `ASN1_INTEGER_free'
x509.c:(.text+0x268): undefined reference to `ASN1_OBJECT_free'
x509.c:(.text+0x278): undefined reference to `ASN1_OBJECT_free'
x509.c:(.text+0x2c0): undefined reference to `X509_STORE_new'
x509.c:(.text+0x2df): undefined reference to `X509_STORE_set_verify_cb'
x509.c:(.text+0x874): undefined reference to `X509_STORE_set_default_paths'
x509.c:(.text+0x8bc): undefined reference to `NCONF_new'
x509.c:(.text+0x8e8): undefined reference to `NCONF_load'
x509.c:(.text+0xa42): undefined reference to `X509V3_set_ctx'
x509.c:(.text+0xa55): undefined reference to `X509V3_set_nconf'
x509.c:(.text+0xa7b): undefined reference to `X509V3_EXT_add_nconf'
x509.c:(.text+0xbb4): undefined reference to `PEM_read_bio_X509_REQ'
x509.c:(.text+0xc07): undefined reference to `X509_REQ_get_pubkey'
x509.c:(.text+0xc21): undefined reference to `X509_REQ_verify'
x509.c:(.text+0xc2b): undefined reference to `EVP_PKEY_free'
x509.c:(.text+0xd87): undefined reference to `X509_alias_set1'
x509.c:(.text+0xdd4): undefined reference to `X509_add1_trust_object'
x509.c:(.text+0xe13): undefined reference to `X509_add1_reject_object'
x509.c:(.text+0xfb0): undefined reference to `X509_get1_email'
x509.c:(.text+0xff1): undefined reference to `X509_email_free'
x509.c:(.text+0x1009): undefined reference to `X509_get_issuer_name'
x509.c:(.text+0x103d): undefined reference to `X509_get_subject_name'
x509.c:(.text+0x107e): undefined reference to `X509_get_serialNumber'
x509.c:(.text+0x108e): undefined reference to `i2a_ASN1_INTEGER'
x509.c:(.text+0x10b3): undefined reference to `X509_get_serialNumber'
x509.c:(.text+0x10c3): undefined reference to `ASN1_INTEGER_to_BN'
x509.c:(.text+0x10f5): undefined reference to `BN_to_ASN1_INTEGER'
x509.c:(.text+0x1117): undefined reference to `i2a_ASN1_INTEGER'
x509.c:(.text+0x111f): undefined reference to `ASN1_INTEGER_free'
x509.c:(.text+0x1144): undefined reference to `X509_get1_ocsp'
x509.c:(.text+0x1157): undefined reference to `X509_subject_name_hash_old'
x509.c:(.text+0x1180): undefined reference to `X509_subject_name_hash'
x509.c:(.text+0x1196): undefined reference to `X509_alias_get0'
x509.c:(.text+0x124b): undefined reference to `X509_get_pubkey'
x509.c:(.text+0x12ad): undefined reference to `EVP_PKEY_free'
x509.c:(.text+0x1303): undefined reference to `X509_check_purpose'
x509.c:(.text+0x1357): undefined reference to `X509_PURPOSE_get_count'
x509.c:(.text+0x1373): undefined reference to `X509_PURPOSE_get0'
x509.c:(.text+0x137d): undefined reference to `X509_PURPOSE_get_id'
x509.c:(.text+0x1387): undefined reference to `X509_PURPOSE_get0_name'
x509.c:(.text+0x13a1): undefined reference to `X509_check_purpose'
x509.c:(.text+0x1444): undefined reference to `X509_issuer_name_hash_old'
x509.c:(.text+0x1455): undefined reference to `X509_issuer_name_hash'
x509.c:(.text+0x1541): undefined reference to `X509_digest'
x509.c:(.text+0x1551): undefined reference to `EVP_MD_type'
x509.c:(.text+0x15f1): undefined reference to `X509_print_ex'
x509.c:(.text+0x1609): undefined reference to `X509_get_subject_name'
x509.c:(.text+0x161d): undefined reference to `X509_NAME_oneline'
x509.c:(.text+0x1641): undefined reference to `X509_get_issuer_name'
x509.c:(.text+0x1655): undefined reference to `X509_NAME_oneline'
x509.c:(.text+0x1681): undefined reference to `i2d_X509'
x509.c:(.text+0x16ae): undefined reference to `X509_get_subject_name'
x509.c:(.text+0x16c1): undefined reference to `i2d_X509_NAME'
x509.c:(.text+0x1786): undefined reference to `i2d_X509_PUBKEY'
x509.c:(.text+0x1846): undefined reference to `i2d_X509'
x509.c:(.text+0x1908): undefined reference to `X509_get_pubkey'
x509.c:(.text+0x191e): undefined reference to `PEM_write_bio_PUBKEY'
x509.c:(.text+0x1926): undefined reference to `EVP_PKEY_free'
x509.c:(.text+0x19c4): undefined reference to `EVP_sha1'
x509.c:(.text+0x1a56): undefined reference to `X509_get_pubkey'
x509.c:(.text+0x1a68): undefined reference to `EVP_PKEY_copy_parameters'
x509.c:(.text+0x1a70): undefined reference to `EVP_PKEY_free'
x509.c:(.text+0x1a93): undefined reference to `X509_STORE_CTX_init'
x509.c:(.text+0x1aba): undefined reference to `X509_STORE_CTX_set_cert'
x509.c:(.text+0x1aca): undefined reference to `X509_STORE_CTX_set_flags'
x509.c:(.text+0x1adc): undefined reference to `X509_verify_cert'
x509.c:(.text+0x1af4): undefined reference to `X509_check_private_key'
x509.c:(.text+0x1b1b): undefined reference to `X509_STORE_CTX_cleanup'
x509.c:(.text+0x1b3b): undefined reference to `ASN1_INTEGER_free'
x509.c:(.text+0x1ba1): undefined reference to `NETSCAPE_X509_it'
x509.c:(.text+0x1ba6): undefined reference to `ASN1_item_i2d_bio'
x509.c:(.text+0x1c1f): undefined reference to `X509_cmp_time'
x509.c:(.text+0x1c5c): undefined reference to `X509_get_subject_name'
x509.c:(.text+0x1c6c): undefined reference to `X509_set_issuer_name'
x509.c:(.text+0x1c84): undefined reference to `X509_set_serialNumber'
x509.c:(.text+0x1ca7): undefined reference to `X509_gmtime_adj'
x509.c:(.text+0x1cde): undefined reference to `X509_time_adj_ex'
x509.c:(.text+0x1d01): undefined reference to `X509_get_ext_count'
x509.c:(.text+0x1d1d): undefined reference to `X509_delete_ext'
x509.c:(.text+0x1d4f): undefined reference to `ASN1_TIME_print'
x509.c:(.text+0x1db3): undefined reference to `X509_get_pubkey'
x509.c:(.text+0x1dc5): undefined reference to `EVP_PKEY_copy_parameters'
x509.c:(.text+0x1dd5): undefined reference to `EVP_PKEY_save_parameters'
x509.c:(.text+0x1ddd): undefined reference to `EVP_PKEY_free'
x509.c:(.text+0x1de9): undefined reference to `X509_get_subject_name'
x509.c:(.text+0x1df9): undefined reference to `X509_set_issuer_name'
x509.c:(.text+0x1e1c): undefined reference to `X509_gmtime_adj'
x509.c:(.text+0x1e43): undefined reference to `X509_gmtime_adj'
x509.c:(.text+0x1e5f): undefined reference to `X509_set_pubkey'
x509.c:(.text+0x1ea0): undefined reference to `X509_set_version'
x509.c:(.text+0x1ecc): undefined reference to `X509V3_set_ctx'
x509.c:(.text+0x1edf): undefined reference to `X509V3_set_nconf'
x509.c:(.text+0x1f05): undefined reference to `X509V3_EXT_add_nconf'
x509.c:(.text+0x1f2c): undefined reference to `X509_sign'
x509.c:(.text+0x1f50): undefined reference to `X509_delete_ext'
x509.c:(.text+0x1f5c): undefined reference to `X509_get_ext_count'
x509.c:(.text+0x2039): undefined reference to `X509_set_version'
x509.c:(.text+0x2069): undefined reference to `X509V3_set_ctx'
x509.c:(.text+0x207c): undefined reference to `X509V3_set_nconf'
x509.c:(.text+0x20a2): undefined reference to `X509V3_EXT_add_nconf'
x509.c:(.text+0x20ef): undefined reference to `X509_STORE_CTX_cleanup'
x509.c:(.text+0x23b8): undefined reference to `X509_trust_clear'
x509.c:(.text+0x2455): undefined reference to `PEM_write_bio_X509_AUX'
x509.c:(.text+0x246e): undefined reference to `i2d_X509_bio'
x509.c:(.text+0x2487): undefined reference to `PEM_write_bio_X509'
x509.c:(.text+0x26e3): undefined reference to `NCONF_get_string'
x509.c:(.text+0x285f): undefined reference to `X509_new'
x509.c:(.text+0x2891): undefined reference to `X509_set_serialNumber'
x509.c:(.text+0x28b2): undefined reference to `X509_set_issuer_name'
x509.c:(.text+0x28d3): undefined reference to `X509_set_subject_name'
x509.c:(.text+0x28f6): undefined reference to `X509_gmtime_adj'
x509.c:(.text+0x2925): undefined reference to `X509_time_adj_ex'
x509.c:(.text+0x2931): undefined reference to `X509_REQ_get_pubkey'
x509.c:(.text+0x2943): undefined reference to `X509_set_pubkey'
x509.c:(.text+0x294b): undefined reference to `EVP_PKEY_free'
x509.c:(.text+0x2994): undefined reference to `ASN1_INTEGER_new'
x509.c:(.text+0x29f7): undefined reference to `X509_set_serialNumber'
x509.c:(.text+0x2a03): undefined reference to `ASN1_INTEGER_free'
x509.c:(.text+0x2a54): undefined reference to `X509_ocspid_print'
x509.c:(.text+0x2af4): undefined reference to `X509_to_X509_REQ'
x509.c:(.text+0x2b03): undefined reference to `EVP_PKEY_free'
x509.c:(.text+0x2b34): undefined reference to `X509_REQ_print'
x509.c:(.text+0x2b4b): undefined reference to `PEM_write_bio_X509_REQ'
x509.c:(.text+0x2b79): undefined reference to `X509_reject_clear'
x509.c:(.text+0x2d0b): undefined reference to `s2i_ASN1_INTEGER'
x509.c:(.text+0x3491): undefined reference to `EVP_get_digestbyname'
genrsa.o: In function `genrsa_main':
genrsa.c:(.text+0x270): undefined reference to `EVP_des_cbc'
genrsa.c:(.text+0x293): undefined reference to `EVP_des_ede3_cbc'
genrsa.c:(.text+0x663): undefined reference to `EVP_seed_cbc'
genrsa.c:(.text+0x68b): undefined reference to `EVP_idea_cbc'
genrsa.c:(.text+0x6d9): undefined reference to `EVP_aes_128_cbc'
genrsa.c:(.text+0x7c8): undefined reference to `PEM_write_bio_RSAPrivateKey'
genrsa.c:(.text+0x7ed): undefined reference to `EVP_aes_192_cbc'
genrsa.c:(.text+0x81d): undefined reference to `EVP_aes_256_cbc'
genrsa.c:(.text+0x863): undefined reference to `EVP_camellia_128_cbc'
genrsa.c:(.text+0x882): undefined reference to `EVP_camellia_192_cbc'
genrsa.c:(.text+0x8a1): undefined reference to `EVP_camellia_256_cbc'
gendsa.o: In function `gendsa_main':
gendsa.c:(.text+0x24e): undefined reference to `EVP_des_ede3_cbc'
gendsa.c:(.text+0x42f): undefined reference to `EVP_des_cbc'
gendsa.c:(.text+0x4b7): undefined reference to `EVP_seed_cbc'
gendsa.c:(.text+0x4e0): undefined reference to `PEM_read_bio_DSAparams'
gendsa.c:(.text+0x612): undefined reference to `PEM_write_bio_DSAPrivateKey'
gendsa.c:(.text+0x624): undefined reference to `EVP_idea_cbc'
gendsa.c:(.text+0x663): undefined reference to `EVP_aes_128_cbc'
gendsa.c:(.text+0x695): undefined reference to `EVP_aes_192_cbc'
gendsa.c:(.text+0x6dc): undefined reference to `EVP_aes_256_cbc'
gendsa.c:(.text+0x729): undefined reference to `EVP_camellia_128_cbc'
gendsa.c:(.text+0x74a): undefined reference to `EVP_camellia_192_cbc'
gendsa.c:(.text+0x78d): undefined reference to `EVP_camellia_256_cbc'
genpkey.o: In function `init_gen_str':
genpkey.c:(.text+0x6b): undefined reference to `EVP_PKEY_asn1_find_str'
genpkey.c:(.text+0xaa): undefined reference to `EVP_PKEY_asn1_get0_info'
genpkey.c:(.text+0xca): undefined reference to `EVP_PKEY_CTX_new_id'
genpkey.c:(.text+0xe4): undefined reference to `EVP_PKEY_paramgen_init'
genpkey.c:(.text+0x100): undefined reference to `EVP_PKEY_keygen_init'
genpkey.c:(.text+0x128): undefined reference to `EVP_PKEY_CTX_free'
genpkey.o: In function `genpkey_main':
genpkey.c:(.text+0x1f9): undefined reference to `EVP_PKEY_free'
genpkey.c:(.text+0x209): undefined reference to `EVP_PKEY_CTX_free'
genpkey.c:(.text+0x246): undefined reference to `OPENSSL_add_all_algorithms_noconf'
genpkey.c:(.text+0x4a9): undefined reference to `EVP_PKEY_CTX_set_cb'
genpkey.c:(.text+0x4be): undefined reference to `EVP_PKEY_CTX_set_app_data'
genpkey.c:(.text+0x4de): undefined reference to `EVP_PKEY_paramgen'
genpkey.c:(.text+0x4f6): undefined reference to `PEM_write_bio_Parameters'
genpkey.c:(.text+0x532): undefined reference to `EVP_PKEY_print_params'
genpkey.c:(.text+0x65a): undefined reference to `PEM_read_bio_Parameters'
genpkey.c:(.text+0x67c): undefined reference to `EVP_PKEY_CTX_new'
genpkey.c:(.text+0x68e): undefined reference to `EVP_PKEY_keygen_init'
genpkey.c:(.text+0x69e): undefined reference to `EVP_PKEY_free'
genpkey.c:(.text+0x6bb): undefined reference to `EVP_PKEY_keygen'
genpkey.c:(.text+0x765): undefined reference to `EVP_PKEY_print_private'
genpkey.c:(.text+0x77a): undefined reference to `i2d_PrivateKey_bio'
genpkey.c:(.text+0x80a): undefined reference to `PEM_write_bio_PrivateKey'
genpkey.c:(.text+0x995): undefined reference to `EVP_PKEY_CTX_free'
genpkey.c:(.text+0x99d): undefined reference to `EVP_PKEY_free'
genpkey.c:(.text+0xa24): undefined reference to `EVP_get_cipherbyname'
genpkey.o: In function `genpkey_cb':
genpkey.c:(.text+0xa92): undefined reference to `EVP_PKEY_CTX_get_app_data'
genpkey.c:(.text+0xaa4): undefined reference to `EVP_PKEY_CTX_get_keygen_info'
s_server.o: In function `sv_body':
s_server.c:(.text+0x4a2): undefined reference to `SRP_VBASE_get_by_user'
s_server.c:(.text+0x535): undefined reference to `SRP_VBASE_get_by_user'
s_server.c:(.text+0x5c1): undefined reference to `PEM_write_bio_X509'
s_server.c:(.text+0x5c9): undefined reference to `X509_get_subject_name'
s_server.c:(.text+0x5dd): undefined reference to `X509_NAME_oneline'
s_server.c:(.text+0x5fe): undefined reference to `X509_get_issuer_name'
s_server.c:(.text+0x612): undefined reference to `X509_NAME_oneline'
s_server.c:(.text+0x633): undefined reference to `X509_free'
s_server.c:(.text+0xade): undefined reference to `SRP_VBASE_get_by_user'
s_server.c:(.text+0x129e): undefined reference to `X509_verify_cert_error_string'
s_server.o: In function `cert_status_cb':
s_server.c:(.text+0x1403): undefined reference to `X509_get1_ocsp'
s_server.c:(.text+0x1451): undefined reference to `OCSP_parse_url'
s_server.c:(.text+0x149b): undefined reference to `X509_STORE_CTX_init'
s_server.c:(.text+0x14ff): undefined reference to `X509_email_free'
s_server.c:(.text+0x1513): undefined reference to `OCSP_CERTID_free'
s_server.c:(.text+0x1527): undefined reference to `OCSP_REQUEST_free'
s_server.c:(.text+0x1533): undefined reference to `OCSP_RESPONSE_free'
s_server.c:(.text+0x1594): undefined reference to `X509_get_issuer_name'
s_server.c:(.text+0x15b3): undefined reference to `X509_STORE_get_by_subject'
s_server.c:(.text+0x15c0): undefined reference to `OCSP_REQUEST_new'
s_server.c:(.text+0x15e7): undefined reference to `OCSP_cert_to_id'
s_server.c:(.text+0x15fa): undefined reference to `X509_free'
s_server.c:(.text+0x1602): undefined reference to `X509_STORE_CTX_cleanup'
s_server.c:(.text+0x1622): undefined reference to `OCSP_request_add0_id'
s_server.c:(.text+0x1687): undefined reference to `OCSP_REQUEST_add_ext'
s_server.c:(.text+0x1716): undefined reference to `i2d_OCSP_RESPONSE'
s_server.c:(.text+0x1810): undefined reference to `X509_STORE_CTX_cleanup'
s_server.c:(.text+0x18a6): undefined reference to `OCSP_RESPONSE_print'
s_server.o: In function `www_body':
s_server.c:(.text+0x1be4): undefined reference to `SRP_VBASE_get_by_user'
s_server.c:(.text+0x215a): undefined reference to `X509_print'
s_server.c:(.text+0x216a): undefined reference to `PEM_write_bio_X509'
s_server.o: In function `s_server_main':
s_server.c:(.text+0x2f86): undefined reference to `OCSP_parse_url'
s_server.c:(.text+0x368c): undefined reference to `X509_free'
s_server.c:(.text+0x36a0): undefined reference to `X509_free'
s_server.c:(.text+0x36b4): undefined reference to `EVP_PKEY_free'
s_server.c:(.text+0x36c8): undefined reference to `EVP_PKEY_free'
s_server.c:(.text+0x3719): undefined reference to `X509_free'
s_server.c:(.text+0x3733): undefined reference to `EVP_PKEY_free'
s_server.c:(.text+0x3e8b): undefined reference to `PEM_read_bio_DHparams'
s_server.c:(.text+0x45fe): undefined reference to `SRP_VBASE_new'
s_server.c:(.text+0x462a): undefined reference to `SRP_VBASE_init'
s_server.c:(.text+0x4ae3): undefined reference to `PEM_read_bio_DHparams'
s_client.o: In function `print_stuff':
s_client.c:(.text+0x84): undefined reference to `X509_get_pubkey'
s_client.c:(.text+0x8e): undefined reference to `EVP_PKEY_bits'
s_client.c:(.text+0xaa): undefined reference to `EVP_PKEY_free'
s_client.c:(.text+0x2f0): undefined reference to `X509_free'
s_client.c:(.text+0x379): undefined reference to `X509_get_subject_name'
s_client.c:(.text+0x391): undefined reference to `X509_NAME_oneline'
s_client.c:(.text+0x3c1): undefined reference to `X509_get_issuer_name'
s_client.c:(.text+0x3d9): undefined reference to `X509_NAME_oneline'
s_client.c:(.text+0x416): undefined reference to `PEM_write_bio_X509'
s_client.c:(.text+0x472): undefined reference to `PEM_write_bio_X509'
s_client.c:(.text+0x47e): undefined reference to `X509_get_subject_name'
s_client.c:(.text+0x496): undefined reference to `X509_NAME_oneline'
s_client.c:(.text+0x4ba): undefined reference to `X509_get_issuer_name'
s_client.c:(.text+0x4d2): undefined reference to `X509_NAME_oneline'
s_client.c:(.text+0x547): undefined reference to `X509_NAME_oneline'
s_client.o: In function `ocsp_resp_cb':
s_client.c:(.text+0x811): undefined reference to `d2i_OCSP_RESPONSE'
s_client.c:(.text+0x83b): undefined reference to `OCSP_RESPONSE_print'
s_client.c:(.text+0x853): undefined reference to `OCSP_RESPONSE_free'
s_client.o: In function `ssl_srp_verify_param_cb':
s_client.c:(.text+0x9b1): undefined reference to `SRP_check_known_gN_param'
s_client.o: In function `s_client_main':
s_client.c:(.text+0x1167): undefined reference to `X509_free'
s_client.c:(.text+0x117b): undefined reference to `EVP_PKEY_free'
speed.o: In function `speed_main':
speed.c:(.text+0x921): undefined reference to `EVP_get_cipherbyname'
speed.c:(.text+0xd39): undefined reference to `EVP_md4'
speed.c:(.text+0xd64): undefined reference to `EVP_Digest'
speed.c:(.text+0xeab): undefined reference to `EVP_get_digestbyname'
speed.c:(.text+0xed3): undefined reference to `EVP_Digest'
speed.c:(.text+0x101f): undefined reference to `EVP_sha1'
speed.c:(.text+0x104a): undefined reference to `EVP_Digest'
speed.c:(.text+0x1574): undefined reference to `EVP_ripemd160'
speed.c:(.text+0x159f): undefined reference to `EVP_Digest'
speed.c:(.text+0x2eba): undefined reference to `EVP_CIPHER_CTX_init'
speed.c:(.text+0x2ef6): undefined reference to `EVP_DecryptInit_ex'
speed.c:(.text+0x2f06): undefined reference to `EVP_CIPHER_CTX_set_padding'
speed.c:(.text+0x2f4d): undefined reference to `EVP_DecryptUpdate'
speed.c:(.text+0x2f79): undefined reference to `EVP_DecryptFinal_ex'
speed.c:(.text+0x2f9a): undefined reference to `EVP_CIPHER_CTX_cleanup'
speed.c:(.text+0x3088): undefined reference to `EVP_Digest'
speed.c:(.text+0x3842): undefined reference to `EVP_get_digestbyname'
speed.c:(.text+0x3a0c): undefined reference to `EVP_mdc2'
speed.c:(.text+0x3a37): undefined reference to `EVP_Digest'
speed.c:(.text+0x4ff7): undefined reference to `EVP_EncryptInit_ex'
speed.c:(.text+0x5007): undefined reference to `EVP_CIPHER_CTX_set_padding'
speed.c:(.text+0x504e): undefined reference to `EVP_EncryptUpdate'
speed.c:(.text+0x507a): undefined reference to `EVP_EncryptFinal_ex'
speed.c:(.text+0x5531): undefined reference to `EVP_md5'
s_time.o: In function `doConnection':
s_time.c:(.text+0x15b): undefined reference to `X509_verify_cert_error_string'
apps.o: In function `nodes_print':
apps.c:(.text+0x275): undefined reference to `X509_POLICY_NODE_print'
apps.o: In function `policies_print':
apps.c:(.text+0x2d9): undefined reference to `X509_STORE_CTX_get0_policy_tree'
apps.c:(.text+0x2e3): undefined reference to `X509_STORE_CTX_get_explicit_policy'
apps.c:(.text+0x30d): undefined reference to `X509_policy_tree_get0_policies'
apps.c:(.text+0x323): undefined reference to `X509_policy_tree_get0_user_policies'
apps.o: In function `pkey_ctrl_string':
apps.c:(.text+0x3d6): undefined reference to `EVP_PKEY_CTX_ctrl_str'
apps.o: In function `args_verify':
apps.c:(.text+0x769): undefined reference to `X509_VERIFY_PARAM_free'
apps.c:(.text+0x7e3): undefined reference to `X509_VERIFY_PARAM_add0_policy'
apps.c:(.text+0x80d): undefined reference to `X509_VERIFY_PARAM_set_depth'
apps.c:(.text+0x827): undefined reference to `X509_VERIFY_PARAM_set_time'
apps.c:(.text+0x84d): undefined reference to `X509_PURPOSE_get_by_sname'
apps.c:(.text+0x85d): undefined reference to `X509_PURPOSE_get0'
apps.c:(.text+0x865): undefined reference to `X509_PURPOSE_get_id'
apps.c:(.text+0x8a6): undefined reference to `X509_VERIFY_PARAM_set_flags'
apps.c:(.text+0x8c0): undefined reference to `X509_VERIFY_PARAM_set_purpose'
apps.c:(.text+0x938): undefined reference to `X509_VERIFY_PARAM_new'
apps.o: In function `parse_name':
apps.c:(.text+0xd4f): undefined reference to `X509_NAME_free'
apps.c:(.text+0xe23): undefined reference to `X509_NAME_free'
apps.c:(.text+0xefc): undefined reference to `X509_NAME_new'
apps.c:(.text+0xf9a): undefined reference to `X509_NAME_add_entry_by_NID'
apps.o: In function `free_index':
apps.c:(.text+0x1007): undefined reference to `TXT_DB_free'
apps.o: In function `save_index':
apps.c:(.text+0x15ca): undefined reference to `TXT_DB_write'
apps.o: In function `index_index':
apps.c:(.text+0x171f): undefined reference to `TXT_DB_create_index'
apps.c:(.text+0x175e): undefined reference to `TXT_DB_create_index'
apps.o: In function `rand_serial':
apps.c:(.text+0x188d): undefined reference to `BN_to_ASN1_INTEGER'
apps.o: In function `save_serial':
apps.c:(.text+0x199a): undefined reference to `BN_to_ASN1_INTEGER'
apps.c:(.text+0x19b0): undefined reference to `i2a_ASN1_INTEGER'
apps.c:(.text+0x1a9f): undefined reference to `ASN1_INTEGER_free'
apps.o: In function `make_config_name':
apps.c:(.text+0x1ac0): undefined reference to `X509_get_default_cert_area'
apps.o: In function `load_config':
apps.c:(.text+0x1b6b): undefined reference to `OPENSSL_load_builtin_modules'
apps.c:(.text+0x1b83): undefined reference to `CONF_modules_load'
apps.o: In function `setup_verify':
apps.c:(.text+0x1dc0): undefined reference to `X509_STORE_new'
apps.c:(.text+0x1dcf): undefined reference to `X509_LOOKUP_file'
apps.c:(.text+0x1ddb): undefined reference to `X509_STORE_add_lookup'
apps.c:(.text+0x1e0f): undefined reference to `X509_LOOKUP_ctrl'
apps.c:(.text+0x1e18): undefined reference to `X509_LOOKUP_hash_dir'
apps.c:(.text+0x1e24): undefined reference to `X509_STORE_add_lookup'
apps.c:(.text+0x1e54): undefined reference to `X509_LOOKUP_ctrl'
apps.c:(.text+0x1e7d): undefined reference to `X509_STORE_free'
apps.c:(.text+0x1ebb): undefined reference to `X509_LOOKUP_ctrl'
apps.c:(.text+0x1efe): undefined reference to `X509_LOOKUP_ctrl'
apps.o: In function `print_name':
apps.c:(.text+0x1f78): undefined reference to `X509_NAME_print_ex'
apps.c:(.text+0x1fc6): undefined reference to `X509_NAME_oneline'
apps.o: In function `copy_extensions':
apps.c:(.text+0x2042): undefined reference to `X509_REQ_get_extensions'
apps.c:(.text+0x2082): undefined reference to `X509_EXTENSION_get_object'
apps.c:(.text+0x2098): undefined reference to `X509_get_ext_by_OBJ'
apps.c:(.text+0x20b8): undefined reference to `X509_get_ext'
apps.c:(.text+0x20c6): undefined reference to `X509_delete_ext'
apps.c:(.text+0x20ce): undefined reference to `X509_EXTENSION_free'
apps.c:(.text+0x20e2): undefined reference to `X509_get_ext_by_OBJ'
apps.c:(.text+0x2101): undefined reference to `X509_add_ext'
apps.c:(.text+0x2131): undefined reference to `X509_EXTENSION_free'
apps.o: In function `set_multi_opts':
apps.c:(.text+0x2205): undefined reference to `X509V3_parse_list'
apps.c:(.text+0x22a5): undefined reference to `X509V3_conf_free'
apps.o: In function `load_certs_crls':
apps.c:(.text+0x23be): undefined reference to `PEM_X509_INFO_read_bio'
apps.c:(.text+0x24bb): undefined reference to `X509_INFO_free'
apps.c:(.text+0x24d7): undefined reference to `X509_free'
apps.c:(.text+0x24fd): undefined reference to `X509_CRL_free'
apps.o: In function `load_netscape_key':
apps.c:(.text+0x2689): undefined reference to `EVP_PKEY_new'
apps.c:(.text+0x270a): undefined reference to `EVP_PKEY_free'
apps.c:(.text+0x2749): undefined reference to `d2i_RSA_NET'
apps.c:(.text+0x2763): undefined reference to `EVP_PKEY_set1_RSA'
apps.o: In function `load_pubkey':
apps.c:(.text+0x2973): undefined reference to `d2i_PUBKEY_bio'
apps.c:(.text+0x299a): undefined reference to `PEM_read_bio_PUBKEY'
apps.c:(.text+0x29b1): undefined reference to `d2i_RSAPublicKey_bio'
apps.c:(.text+0x29bc): undefined reference to `EVP_PKEY_new'
apps.c:(.text+0x29ce): undefined reference to `EVP_PKEY_set1_RSA'
apps.c:(.text+0x2a0e): undefined reference to `PEM_read_bio_RSAPublicKey'
apps.c:(.text+0x2a56): undefined reference to `b2i_PublicKey_bio'
apps.o: In function `load_pkcs12':
apps.c:(.text+0x2aab): undefined reference to `d2i_PKCS12_bio'
apps.c:(.text+0x2acd): undefined reference to `PKCS12_verify_mac'
apps.c:(.text+0x2b03): undefined reference to `PKCS12_parse'
apps.c:(.text+0x2b0d): undefined reference to `PKCS12_free'
apps.c:(.text+0x2b4a): undefined reference to `PKCS12_verify_mac'
apps.c:(.text+0x2b9a): undefined reference to `PKCS12_verify_mac'
apps.o: In function `load_key':
apps.c:(.text+0x2e41): undefined reference to `d2i_PrivateKey_bio'
apps.c:(.text+0x2e6a): undefined reference to `PEM_read_bio_PrivateKey'
apps.c:(.text+0x2efa): undefined reference to `b2i_PVK_bio'
apps.c:(.text+0x2f46): undefined reference to `b2i_PrivateKey_bio'
apps.o: In function `load_cert':
apps.c:(.text+0x30cc): undefined reference to `d2i_X509_bio'
apps.c:(.text+0x3111): undefined reference to `NETSCAPE_X509_it'
apps.c:(.text+0x3116): undefined reference to `ASN1_item_d2i_bio'
apps.c:(.text+0x3164): undefined reference to `NETSCAPE_X509_free'
apps.c:(.text+0x31a6): undefined reference to `PEM_read_bio_X509_AUX'
apps.c:(.text+0x31bb): undefined reference to `NETSCAPE_X509_free'
apps.o: In function `add_oid_section':
apps.c:(.text+0x3203): undefined reference to `NCONF_get_string'
apps.c:(.text+0x321b): undefined reference to `NCONF_get_section'
apps.o: In function `password_callback':
apps.c:(.text+0x36d2): undefined reference to `UI_new_method'
apps.c:(.text+0x36ec): undefined reference to `UI_construct_prompt'
apps.c:(.text+0x3716): undefined reference to `UI_ctrl'
apps.c:(.text+0x3742): undefined reference to `UI_add_input_string'
apps.c:(.text+0x3764): undefined reference to `UI_process'
apps.c:(.text+0x3792): undefined reference to `UI_ctrl'
apps.c:(.text+0x37cc): undefined reference to `UI_free'
apps.c:(.text+0x3827): undefined reference to `UI_add_verify_string'
apps.o: In function `destroy_ui_method':
apps.c:(.text+0x38c0): undefined reference to `UI_destroy_method'
apps.o: In function `setup_ui_method':
apps.c:(.text+0x38eb): undefined reference to `UI_create_method'
apps.c:(.text+0x3900): undefined reference to `UI_method_set_opener'
apps.c:(.text+0x3915): undefined reference to `UI_method_set_reader'
apps.c:(.text+0x392a): undefined reference to `UI_method_set_writer'
apps.c:(.text+0x393f): undefined reference to `UI_method_set_closer'
apps.o: In function `ui_close':
apps.c:(.text+0x3959): undefined reference to `UI_OpenSSL'
apps.c:(.text+0x3961): undefined reference to `UI_method_get_closer'
apps.o: In function `ui_write':
apps.c:(.text+0x3981): undefined reference to `UI_get_input_flags'
apps.c:(.text+0x398d): undefined reference to `UI_get0_user_data'
apps.c:(.text+0x3999): undefined reference to `UI_get_string_type'
apps.c:(.text+0x39a9): undefined reference to `UI_get0_user_data'
apps.c:(.text+0x39b9): undefined reference to `UI_OpenSSL'
apps.c:(.text+0x39c1): undefined reference to `UI_method_get_writer'
apps.o: In function `ui_read':
apps.c:(.text+0x39f1): undefined reference to `UI_get_input_flags'
apps.c:(.text+0x39fd): undefined reference to `UI_get0_user_data'
apps.c:(.text+0x3a09): undefined reference to `UI_get_string_type'
apps.c:(.text+0x3a19): undefined reference to `UI_get0_user_data'
apps.c:(.text+0x3a29): undefined reference to `UI_OpenSSL'
apps.c:(.text+0x3a31): undefined reference to `UI_method_get_reader'
apps.c:(.text+0x3a50): undefined reference to `UI_set_result'
apps.o: In function `ui_open':
apps.c:(.text+0x3a69): undefined reference to `UI_OpenSSL'
apps.c:(.text+0x3a71): undefined reference to `UI_method_get_opener'
apps.o: In function `dump_cert_text':
apps.c:(.text+0x3a9b): undefined reference to `X509_get_subject_name'
apps.c:(.text+0x3ab3): undefined reference to `X509_NAME_oneline'
apps.c:(.text+0x3ae1): undefined reference to `X509_get_issuer_name'
apps.c:(.text+0x3af9): undefined reference to `X509_NAME_oneline'
apps.o: In function `load_index':
apps.c:(.text+0x3e1d): undefined reference to `TXT_DB_read'
apps.c:(.text+0x3e53): undefined reference to `NCONF_new'
apps.c:(.text+0x3e6c): undefined reference to `NCONF_load'
apps.c:(.text+0x3ed4): undefined reference to `NCONF_get_string'
apps.c:(.text+0x3f0c): undefined reference to `NCONF_free'
apps.c:(.text+0x3f18): undefined reference to `TXT_DB_free'
apps.c:(.text+0x3fe7): undefined reference to `NCONF_free'
apps.o: In function `load_serial':
apps.c:(.text+0x4071): undefined reference to `ASN1_INTEGER_new'
apps.c:(.text+0x40d2): undefined reference to `a2i_ASN1_INTEGER'
apps.c:(.text+0x4110): undefined reference to `ASN1_INTEGER_free'
apps.c:(.text+0x41c0): undefined reference to `ASN1_INTEGER_to_BN'
apps.c:(.text+0x41f7): undefined reference to `BN_to_ASN1_INTEGER'
s_cb.o: In function `verify_cookie_callback':
s_cb.c:(.text+0x858): undefined reference to `EVP_sha1'
s_cb.o: In function `generate_cookie_callback':
s_cb.c:(.text+0xa1e): undefined reference to `EVP_sha1'
s_cb.o: In function `verify_callback':
s_cb.c:(.text+0x10bf): undefined reference to `X509_STORE_CTX_get_current_cert'
s_cb.c:(.text+0x10cd): undefined reference to `X509_STORE_CTX_get_error'
s_cb.c:(.text+0x10db): undefined reference to `X509_STORE_CTX_get_error_depth'
s_cb.c:(.text+0x1106): undefined reference to `X509_get_subject_name'
s_cb.c:(.text+0x1127): undefined reference to `X509_NAME_print_ex'
s_cb.c:(.text+0x1180): undefined reference to `ASN1_TIME_print'
s_cb.c:(.text+0x11f4): undefined reference to `X509_verify_cert_error_string'
s_cb.c:(.text+0x1266): undefined reference to `X509_get_issuer_name'
s_cb.c:(.text+0x1287): undefined reference to `X509_NAME_print_ex'
sess_id.o: In function `sess_id_main':
sess_id.c:(.text+0x40f): undefined reference to `PEM_write_bio_X509'
sess_id.c:(.text+0x4a6): undefined reference to `ASN1_d2i_bio'
sess_id.c:(.text+0x535): undefined reference to `X509_print'
sess_id.c:(.text+0x674): undefined reference to `ASN1_i2d_bio'
sess_id.c:(.text+0x6aa): undefined reference to `i2d_X509_bio'
nseq.o: In function `nseq_main':
nseq.c:(.text+0xce): undefined reference to `NETSCAPE_CERT_SEQUENCE_new'
nseq.c:(.text+0x10f): undefined reference to `PEM_read_bio_X509'
nseq.c:(.text+0x2aa): undefined reference to `PEM_read_bio_NETSCAPE_CERT_SEQUENCE'
nseq.c:(.text+0x2e8): undefined reference to `PEM_write_bio_X509'
nseq.c:(.text+0x315): undefined reference to `NETSCAPE_CERT_SEQUENCE_free'
nseq.c:(.text+0x32d): undefined reference to `PEM_write_bio_NETSCAPE_CERT_SEQUENCE'
pkcs12.o: In function `cert_load':
pkcs12.c:(.text+0x8f): undefined reference to `PEM_read_bio_X509'
pkcs12.o: In function `alg_print':
pkcs12.c:(.text+0xe6): undefined reference to `d2i_PBEPARAM'
pkcs12.c:(.text+0xf7): undefined reference to `ASN1_INTEGER_get'
pkcs12.c:(.text+0x130): undefined reference to `PBEPARAM_free'
pkcs12.o: In function `get_cert_chain':
pkcs12.c:(.text+0x191): undefined reference to `X509_STORE_CTX_init'
pkcs12.c:(.text+0x199): undefined reference to `X509_verify_cert'
pkcs12.c:(.text+0x1a7): undefined reference to `X509_STORE_CTX_get1_chain'
pkcs12.c:(.text+0x1b1): undefined reference to `X509_STORE_CTX_cleanup'
pkcs12.c:(.text+0x1e2): undefined reference to `X509_STORE_CTX_get_error'
pkcs12.o: In function `print_attribs':
pkcs12.c:(.text+0x25a): undefined reference to `i2a_ASN1_OBJECT'
pkcs12.c:(.text+0x3d4): undefined reference to `OPENSSL_uni2asc'
pkcs12.o: In function `dump_certs_pkeys_bag':
pkcs12.c:(.text+0x4da): undefined reference to `i2a_ASN1_OBJECT'
pkcs12.c:(.text+0x5ed): undefined reference to `PKCS12_decrypt_skey'
pkcs12.c:(.text+0x5ff): undefined reference to `EVP_PKCS82PKEY'
pkcs12.c:(.text+0x628): undefined reference to `PKCS8_PRIV_KEY_INFO_free'
pkcs12.c:(.text+0x65d): undefined reference to `PEM_write_bio_PrivateKey'
pkcs12.c:(.text+0x665): undefined reference to `EVP_PKEY_free'
pkcs12.c:(.text+0x69a): undefined reference to `PKCS12_get_attr_gen'
pkcs12.c:(.text+0x6e2): undefined reference to `PKCS12_certbag2x509'
pkcs12.c:(.text+0x704): undefined reference to `PEM_write_bio_X509'
pkcs12.c:(.text+0x70c): undefined reference to `X509_free'
pkcs12.c:(.text+0x754): undefined reference to `EVP_PKCS82PKEY'
pkcs12.c:(.text+0x7aa): undefined reference to `PEM_write_bio_PrivateKey'
pkcs12.c:(.text+0x7b2): undefined reference to `EVP_PKEY_free'
pkcs12.c:(.text+0x849): undefined reference to `PKCS8_PRIV_KEY_INFO_free'
pkcs12.o: In function `dump_certs_keys_p12':
pkcs12.c:(.text+0x8f1): undefined reference to `PKCS12_unpack_authsafes'
pkcs12.c:(.text+0x953): undefined reference to `PKCS7_free'
pkcs12.c:(.text+0x989): undefined reference to `PKCS12_unpack_p7encdata'
pkcs12.c:(.text+0x9ea): undefined reference to `PKCS12_SAFEBAG_free'
pkcs12.c:(.text+0x9ff): undefined reference to `PKCS12_SAFEBAG_free'
pkcs12.c:(.text+0xa14): undefined reference to `PKCS7_free'
pkcs12.c:(.text+0xa2b): undefined reference to `PKCS12_unpack_p7data'
pkcs12.o: In function `pkcs12_main':
pkcs12.c:(.text+0xacc): undefined reference to `EVP_des_ede3_cbc'
pkcs12.c:(.text+0x162a): undefined reference to `X509_alias_set1'
pkcs12.c:(.text+0x1684): undefined reference to `EVP_PKEY_add1_attr_by_NID'
pkcs12.c:(.text+0x16bf): undefined reference to `EVP_PKEY_add1_attr_by_NID'
pkcs12.c:(.text+0x173a): undefined reference to `PKCS12_create'
pkcs12.c:(.text+0x1762): undefined reference to `EVP_get_digestbyname'
pkcs12.c:(.text+0x17ae): undefined reference to `PKCS12_set_mac'
pkcs12.c:(.text+0x17c0): undefined reference to `i2d_PKCS12_bio'
pkcs12.c:(.text+0x17da): undefined reference to `EVP_PKEY_free'
pkcs12.c:(.text+0x17f4): undefined reference to `X509_free'
pkcs12.c:(.text+0x1816): undefined reference to `X509_free'
pkcs12.c:(.text+0x182e): undefined reference to `PKCS12_free'
pkcs12.c:(.text+0x18f4): undefined reference to `X509_check_private_key'
pkcs12.c:(.text+0x196e): undefined reference to `X509_STORE_new'
pkcs12.c:(.text+0x1996): undefined reference to `X509_STORE_load_locations'
pkcs12.c:(.text+0x19c4): undefined reference to `X509_STORE_CTX_init'
pkcs12.c:(.text+0x19d3): undefined reference to `X509_verify_cert'
pkcs12.c:(.text+0x19ea): undefined reference to `X509_STORE_CTX_get1_chain'
pkcs12.c:(.text+0x19fb): undefined reference to `X509_STORE_CTX_cleanup'
pkcs12.c:(.text+0x1a08): undefined reference to `X509_STORE_free'
pkcs12.c:(.text+0x1a50): undefined reference to `X509_free'
pkcs12.c:(.text+0x1a84): undefined reference to `EVP_read_pw_string'
pkcs12.c:(.text+0x1b31): undefined reference to `d2i_PKCS12_bio'
pkcs12.c:(.text+0x1b7e): undefined reference to `ASN1_INTEGER_get'
pkcs12.c:(.text+0x1bcb): undefined reference to `PKCS12_verify_mac'
pkcs12.c:(.text+0x1cdd): undefined reference to `PKCS12_verify_mac'
pkcs12.c:(.text+0x1d52): undefined reference to `EVP_read_pw_string'
pkcs12.c:(.text+0x1dcf): undefined reference to `EVP_read_pw_string'
pkcs12.c:(.text+0x1e7e): undefined reference to `X509_keyid_set1'
pkcs12.c:(.text+0x1e96): undefined reference to `X509_alias_set1'
pkcs12.c:(.text+0x1ef4): undefined reference to `X509_STORE_set_default_paths'
pkcs12.c:(.text+0x1f1f): undefined reference to `X509_STORE_CTX_get_error'
pkcs12.c:(.text+0x1f38): undefined reference to `X509_STORE_CTX_cleanup'
pkcs12.c:(.text+0x1f40): undefined reference to `X509_STORE_free'
pkcs12.c:(.text+0x1fc1): undefined reference to `X509_STORE_CTX_cleanup'
pkcs12.c:(.text+0x1fc9): undefined reference to `X509_STORE_free'
pkcs12.c:(.text+0x1fde): undefined reference to `X509_verify_cert_error_string'
pkcs12.c:(.text+0x2110): undefined reference to `EVP_des_cbc'
pkcs12.c:(.text+0x2136): undefined reference to `EVP_des_ede3_cbc'
pkcs12.c:(.text+0x215c): undefined reference to `EVP_idea_cbc'
pkcs12.c:(.text+0x2182): undefined reference to `EVP_seed_cbc'
pkcs12.c:(.text+0x21a8): undefined reference to `EVP_aes_128_cbc'
pkcs12.c:(.text+0x21ce): undefined reference to `EVP_aes_192_cbc'
pkcs12.c:(.text+0x21f4): undefined reference to `EVP_aes_256_cbc'
pkcs12.c:(.text+0x221a): undefined reference to `EVP_camellia_128_cbc'
pkcs12.c:(.text+0x2240): undefined reference to `EVP_camellia_192_cbc'
pkcs12.c:(.text+0x2266): undefined reference to `EVP_camellia_256_cbc'
pkcs8.o: In function `pkcs8_main':
pkcs8.c:(.text+0x74): undefined reference to `X509_SIG_free'
pkcs8.c:(.text+0x80): undefined reference to `PKCS8_PRIV_KEY_INFO_free'
pkcs8.c:(.text+0x88): undefined reference to `EVP_PKEY_free'
pkcs8.c:(.text+0xd9): undefined reference to `OPENSSL_add_all_algorithms_noconf'
pkcs8.c:(.text+0x535): undefined reference to `EVP_get_cipherbyname'
pkcs8.c:(.text+0x695): undefined reference to `d2i_PKCS8_bio'
pkcs8.c:(.text+0x6d0): undefined reference to `PKCS8_decrypt'
pkcs8.c:(.text+0x6ec): undefined reference to `EVP_PKCS82PKEY'
pkcs8.c:(.text+0x7a8): undefined reference to `EVP_PKEY2PKCS8_broken'
pkcs8.c:(.text+0x884): undefined reference to `d2i_PKCS8_PRIV_KEY_INFO_bio'
pkcs8.c:(.text+0x927): undefined reference to `PKCS8_encrypt'
pkcs8.c:(.text+0x970): undefined reference to `i2d_PKCS8_bio'
pkcs8.c:(.text+0xa1c): undefined reference to `PEM_read_bio_PKCS8'
pkcs8.c:(.text+0xa45): undefined reference to `PEM_read_bio_PKCS8_PRIV_KEY_INFO'
pkcs8.c:(.text+0xa64): undefined reference to `i2d_PrivateKey_bio'
pkcs8.c:(.text+0xad0): undefined reference to `PEM_write_bio_PrivateKey'
pkcs8.c:(.text+0xb0c): undefined reference to `i2d_PKCS8_PRIV_KEY_INFO_bio'
pkcs8.c:(.text+0xbb3): undefined reference to `EVP_read_pw_string'
pkcs8.c:(.text+0xc31): undefined reference to `EVP_read_pw_string'
pkcs8.c:(.text+0xc48): undefined reference to `PEM_write_bio_PKCS8_PRIV_KEY_INFO'
pkcs8.c:(.text+0xcc2): undefined reference to `PEM_write_bio_PKCS8'
pkey.o: In function `pkey_main':
pkey.c:(.text+0x51): undefined reference to `OPENSSL_add_all_algorithms_noconf'
pkey.c:(.text+0x213): undefined reference to `i2d_PUBKEY_bio'
pkey.c:(.text+0x245): undefined reference to `EVP_PKEY_print_public'
pkey.c:(.text+0x26d): undefined reference to `EVP_PKEY_free'
pkey.c:(.text+0x5c9): undefined reference to `EVP_PKEY_print_private'
pkey.c:(.text+0x601): undefined reference to `PEM_write_bio_PUBKEY'
pkey.c:(.text+0x63b): undefined reference to `i2d_PrivateKey_bio'
pkey.c:(.text+0x675): undefined reference to `PEM_write_bio_PrivateKey'
pkey.c:(.text+0x742): undefined reference to `EVP_get_cipherbyname'
pkeyparam.o: In function `pkeyparam_main':
pkeyparam.c:(.text+0x3d): undefined reference to `EVP_PKEY_free'
pkeyparam.c:(.text+0x68): undefined reference to `OPENSSL_add_all_algorithms_noconf'
pkeyparam.c:(.text+0x2a5): undefined reference to `PEM_read_bio_Parameters'
pkeyparam.c:(.text+0x2e1): undefined reference to `EVP_PKEY_print_params'
pkeyparam.c:(.text+0x311): undefined reference to `PEM_write_bio_Parameters'
pkeyutl.o: In function `pkeyutl_main':
pkeyutl.c:(.text+0x26d): undefined reference to `OPENSSL_add_all_algorithms_noconf'
pkeyutl.c:(.text+0x354): undefined reference to `EVP_PKEY_CTX_free'
pkeyutl.c:(.text+0x4be): undefined reference to `EVP_PKEY_size'
pkeyutl.c:(.text+0x4de): undefined reference to `EVP_PKEY_CTX_new'
pkeyutl.c:(.text+0x4ea): undefined reference to `EVP_PKEY_free'
pkeyutl.c:(.text+0x52e): undefined reference to `EVP_PKEY_CTX_free'
pkeyutl.c:(.text+0x602): undefined reference to `EVP_PKEY_derive_set_peer'
pkeyutl.c:(.text+0x60c): undefined reference to `EVP_PKEY_free'
pkeyutl.c:(.text+0x854): undefined reference to `EVP_PKEY_verify_recover'
pkeyutl.c:(.text+0x8cc): undefined reference to `EVP_PKEY_verify_recover'
pkeyutl.c:(.text+0x9e3): undefined reference to `X509_get_pubkey'
pkeyutl.c:(.text+0x9ed): undefined reference to `X509_free'
pkeyutl.c:(.text+0xa2e): undefined reference to `EVP_PKEY_encrypt_init'
pkeyutl.c:(.text+0xb15): undefined reference to `EVP_PKEY_verify'
pkeyutl.c:(.text+0xba0): undefined reference to `EVP_PKEY_verify_recover_init'
pkeyutl.c:(.text+0xbde): undefined reference to `EVP_PKEY_derive'
pkeyutl.c:(.text+0xc62): undefined reference to `EVP_PKEY_encrypt'
pkeyutl.c:(.text+0xccb): undefined reference to `EVP_PKEY_decrypt_init'
pkeyutl.c:(.text+0xcf1): undefined reference to `EVP_PKEY_sign_init'
pkeyutl.c:(.text+0xd30): undefined reference to `EVP_PKEY_verify_init'
pkeyutl.c:(.text+0xd5d): undefined reference to `EVP_PKEY_decrypt'
pkeyutl.c:(.text+0xd6e): undefined reference to `EVP_PKEY_derive_init'
pkeyutl.c:(.text+0xdaa): undefined reference to `EVP_PKEY_derive'
pkeyutl.c:(.text+0xdd3): undefined reference to `EVP_PKEY_encrypt'
pkeyutl.c:(.text+0xde4): undefined reference to `EVP_PKEY_size'
pkeyutl.c:(.text+0xe5a): undefined reference to `EVP_PKEY_sign'
pkeyutl.c:(.text+0xedb): undefined reference to `ASN1_parse_dump'
pkeyutl.c:(.text+0xf20): undefined reference to `EVP_PKEY_sign'
pkeyutl.c:(.text+0xf94): undefined reference to `EVP_PKEY_decrypt'
spkac.o: In function `spkac_main':
spkac.c:(.text+0x297): undefined reference to `NCONF_free'
spkac.c:(.text+0x29f): undefined reference to `NETSCAPE_SPKI_free'
spkac.c:(.text+0x2bb): undefined reference to `EVP_PKEY_free'
spkac.c:(.text+0x48b): undefined reference to `NETSCAPE_SPKI_new'
spkac.c:(.text+0x4bb): undefined reference to `ASN1_STRING_set'
spkac.c:(.text+0x4c7): undefined reference to `NETSCAPE_SPKI_set_pubkey'
spkac.c:(.text+0x4cc): undefined reference to `EVP_md5'
spkac.c:(.text+0x4dc): undefined reference to `NETSCAPE_SPKI_sign'
spkac.c:(.text+0x4e4): undefined reference to `NETSCAPE_SPKI_b64_encode'
spkac.c:(.text+0x664): undefined reference to `NCONF_new'
spkac.c:(.text+0x680): undefined reference to `NCONF_load_bio'
spkac.c:(.text+0x750): undefined reference to `NCONF_get_string'
spkac.c:(.text+0x768): undefined reference to `NETSCAPE_SPKI_b64_decode'
spkac.c:(.text+0x7b0): undefined reference to `NETSCAPE_SPKI_get_pubkey'
spkac.c:(.text+0x7d8): undefined reference to `PEM_write_bio_PUBKEY'
spkac.c:(.text+0x8dd): undefined reference to `NETSCAPE_SPKI_verify'
spkac.c:(.text+0x907): undefined reference to `NETSCAPE_SPKI_print'
smime.o: In function `smime_main':
smime.c:(.text+0xf6): undefined reference to `X509_free'
smime.c:(.text+0x106): undefined reference to `X509_free'
smime.c:(.text+0x121): undefined reference to `X509_VERIFY_PARAM_free'
smime.c:(.text+0x155): undefined reference to `X509_STORE_free'
smime.c:(.text+0x161): undefined reference to `X509_free'
smime.c:(.text+0x16d): undefined reference to `X509_free'
smime.c:(.text+0x179): undefined reference to `X509_free'
smime.c:(.text+0x185): undefined reference to `EVP_PKEY_free'
smime.c:(.text+0x191): undefined reference to `PKCS7_free'
smime.c:(.text+0xd1b): undefined reference to `EVP_des_ede3_cbc'
smime.c:(.text+0xed2): undefined reference to `PKCS7_sign_add_signer'
smime.c:(.text+0xee9): undefined reference to `X509_free'
smime.c:(.text+0xef5): undefined reference to `EVP_PKEY_free'
smime.c:(.text+0xf44): undefined reference to `PKCS7_final'
smime.c:(.text+0x1179): undefined reference to `EVP_des_cbc'
smime.c:(.text+0x11dd): undefined reference to `EVP_seed_cbc'
smime.c:(.text+0x1211): undefined reference to `PKCS7_decrypt'
smime.c:(.text+0x1273): undefined reference to `X509_STORE_set_verify_cb'
smime.c:(.text+0x1292): undefined reference to `X509_STORE_set1_param'
smime.c:(.text+0x12b6): undefined reference to `EVP_rc2_40_cbc'
smime.c:(.text+0x12fc): undefined reference to `PKCS7_encrypt'
smime.c:(.text+0x1395): undefined reference to `d2i_PKCS7_bio'
smime.c:(.text+0x14c5): undefined reference to `PKCS7_sign'
smime.c:(.text+0x1544): undefined reference to `PEM_read_bio_PKCS7'
smime.c:(.text+0x1564): undefined reference to `SMIME_read_PKCS7'
smime.c:(.text+0x1572): undefined reference to `EVP_rc2_40_cbc'
smime.c:(.text+0x160f): undefined reference to `PEM_write_bio_PKCS7'
smime.c:(.text+0x165a): undefined reference to `PKCS7_verify'
smime.c:(.text+0x1696): undefined reference to `PKCS7_get0_signers'
smime.c:(.text+0x16dc): undefined reference to `PEM_write_bio_X509'
smime.c:(.text+0x17fb): undefined reference to `EVP_rc2_cbc'
smime.c:(.text+0x1827): undefined reference to `i2d_PKCS7_bio_stream'
smime.c:(.text+0x1842): undefined reference to `EVP_rc2_64_cbc'
smime.c:(.text+0x186e): undefined reference to `PEM_write_bio_PKCS7_stream'
smime.c:(.text+0x189d): undefined reference to `SMIME_write_PKCS7'
smime.c:(.text+0x18b8): undefined reference to `EVP_aes_128_cbc'
smime.c:(.text+0x18f7): undefined reference to `EVP_aes_192_cbc'
smime.c:(.text+0x1916): undefined reference to `EVP_aes_256_cbc'
smime.c:(.text+0x1935): undefined reference to `EVP_camellia_128_cbc'
smime.c:(.text+0x1954): undefined reference to `EVP_camellia_192_cbc'
smime.c:(.text+0x1973): undefined reference to `EVP_camellia_256_cbc'
smime.c:(.text+0x1d9b): undefined reference to `EVP_get_digestbyname'
smime.c:(.text+0x208a): undefined reference to `EVP_get_cipherbyname'
smime.o: In function `smime_cb':
smime.c:(.text+0x20c7): undefined reference to `X509_STORE_CTX_get_error'
cms.o: In function `make_names_stack':
cms.c:(.text+0x5c): undefined reference to `a2i_GENERAL_NAME'
cms.c:(.text+0x67): undefined reference to `GENERAL_NAMES_new'
cms.c:(.text+0xb6): undefined reference to `GENERAL_NAMES_free'
cms.c:(.text+0xd8): undefined reference to `GENERAL_NAMES_free'
cms.c:(.text+0xe8): undefined reference to `GENERAL_NAMES_free'
cms.c:(.text+0xf6): undefined reference to `GENERAL_NAME_free'
cms.o: In function `gnames_stack_print':
cms.c:(.text+0x179): undefined reference to `GENERAL_NAME_print'
cms.o: In function `cms_cb':
cms.c:(.text+0x1d7): undefined reference to `X509_STORE_CTX_get_error'
cms.o: In function `cms_main':
cms.c:(.text+0x394): undefined reference to `X509_free'
cms.c:(.text+0x3a4): undefined reference to `X509_free'
cms.c:(.text+0x3bf): undefined reference to `X509_VERIFY_PARAM_free'
cms.c:(.text+0x44f): undefined reference to `ASN1_OBJECT_free'
cms.c:(.text+0x469): undefined reference to `CMS_ReceiptRequest_free'
cms.c:(.text+0x4ac): undefined reference to `X509_STORE_free'
cms.c:(.text+0x4b8): undefined reference to `X509_free'
cms.c:(.text+0x4c7): undefined reference to `X509_free'
cms.c:(.text+0x4d6): undefined reference to `X509_free'
cms.c:(.text+0x4e5): undefined reference to `EVP_PKEY_free'
cms.c:(.text+0x4f1): undefined reference to `CMS_ContentInfo_free'
cms.c:(.text+0x4fd): undefined reference to `CMS_ContentInfo_free'
cms.c:(.text+0x16bc): undefined reference to `EVP_des_ede3_cbc'
cms.c:(.text+0x1758): undefined reference to `d2i_CMS_bio'
cms.c:(.text+0x17aa): undefined reference to `SMIME_read_CMS'
cms.c:(.text+0x17d7): undefined reference to `PEM_read_bio_CMS'
cms.c:(.text+0x1812): undefined reference to `X509_free'
cms.c:(.text+0x1a23): undefined reference to `X509_STORE_set_verify_cb'
cms.c:(.text+0x1a41): undefined reference to `X509_STORE_set1_param'
cms.c:(.text+0x1aa5): undefined reference to `CMS_encrypt'
cms.c:(.text+0x1b14): undefined reference to `CMS_add0_recipient_key'
cms.c:(.text+0x1b9a): undefined reference to `CMS_add0_recipient_password'
cms.c:(.text+0x1bd9): undefined reference to `CMS_final'
cms.c:(.text+0x1c3e): undefined reference to `CMS_decrypt_set1_key'
cms.c:(.text+0x1cc4): undefined reference to `CMS_decrypt_set1_pkey'
cms.c:(.text+0x1d24): undefined reference to `CMS_data'
cms.c:(.text+0x1d6d): undefined reference to `CMS_decrypt_set1_password'
cms.c:(.text+0x1db6): undefined reference to `CMS_uncompress'
cms.c:(.text+0x1e00): undefined reference to `CMS_decrypt'
cms.c:(.text+0x1e7b): undefined reference to `CMS_EncryptedData_decrypt'
cms.c:(.text+0x1f02): undefined reference to `CMS_sign'
cms.c:(.text+0x1f2c): undefined reference to `CMS_set1_eContentType'
cms.c:(.text+0x1fbc): undefined reference to `CMS_get0_SignerInfos'
cms.c:(.text+0x1ffd): undefined reference to `CMS_sign_receipt'
cms.c:(.text+0x2013): undefined reference to `CMS_ContentInfo_free'
cms.c:(.text+0x203e): undefined reference to `CMS_compress'
cms.c:(.text+0x20e2): undefined reference to `CMS_ContentInfo_print_ctx'
cms.c:(.text+0x2114): undefined reference to `CMS_digest_verify'
cms.c:(.text+0x21f6): undefined reference to `SMIME_write_CMS'
cms.c:(.text+0x225f): undefined reference to `CMS_data_create'
cms.c:(.text+0x22c1): undefined reference to `CMS_digest_create'
cms.c:(.text+0x2417): undefined reference to `CMS_add1_signer'
cms.c:(.text+0x243d): undefined reference to `CMS_add1_ReceiptRequest'
cms.c:(.text+0x2457): undefined reference to `X509_free'
cms.c:(.text+0x2466): undefined reference to `EVP_PKEY_free'
cms.c:(.text+0x24c7): undefined reference to `CMS_final'
cms.c:(.text+0x2531): undefined reference to `CMS_ReceiptRequest_create0'
cms.c:(.text+0x257d): undefined reference to `CMS_EncryptedData_encrypt'
cms.c:(.text+0x25bf): undefined reference to `CMS_verify_receipt'
cms.c:(.text+0x2633): undefined reference to `CMS_verify'
cms.c:(.text+0x26cd): undefined reference to `CMS_get0_signers'
cms.c:(.text+0x273f): undefined reference to `d2i_CMS_bio'
cms.c:(.text+0x2841): undefined reference to `CMS_get1_certs'
cms.c:(.text+0x28d6): undefined reference to `PEM_write_bio_X509'
cms.c:(.text+0x2941): undefined reference to `i2d_CMS_bio_stream'
cms.c:(.text+0x2973): undefined reference to `PEM_write_bio_CMS_stream'
cms.c:(.text+0x29c1): undefined reference to `PEM_read_bio_CMS'
cms.c:(.text+0x29f1): undefined reference to `PEM_write_bio_X509'
cms.c:(.text+0x2a24): undefined reference to `CMS_get0_SignerInfos'
cms.c:(.text+0x2a6c): undefined reference to `CMS_get1_ReceiptRequest'
cms.c:(.text+0x2ae0): undefined reference to `CMS_ReceiptRequest_get0_values'
cms.c:(.text+0x2aff): undefined reference to `ASN1_STRING_length'
cms.c:(.text+0x2b10): undefined reference to `ASN1_STRING_data'
cms.c:(.text+0x2b96): undefined reference to `CMS_ReceiptRequest_free'
cms.c:(.text+0x2c1a): undefined reference to `SMIME_read_CMS'
cms.c:(.text+0x2c85): undefined reference to `EVP_des_ede3_cbc'
cms.c:(.text+0x2ca4): undefined reference to `EVP_des_cbc'
cms.c:(.text+0x2cc3): undefined reference to `EVP_seed_cbc'
cms.c:(.text+0x2ce2): undefined reference to `EVP_rc2_40_cbc'
cms.c:(.text+0x2d01): undefined reference to `EVP_rc2_cbc'
cms.c:(.text+0x2d20): undefined reference to `EVP_rc2_64_cbc'
cms.c:(.text+0x2d3f): undefined reference to `EVP_aes_128_cbc'
cms.c:(.text+0x2d5e): undefined reference to `EVP_aes_192_cbc'
cms.c:(.text+0x2d7d): undefined reference to `EVP_aes_256_cbc'
cms.c:(.text+0x2d9c): undefined reference to `EVP_camellia_128_cbc'
cms.c:(.text+0x2dbb): undefined reference to `EVP_camellia_192_cbc'
cms.c:(.text+0x2dda): undefined reference to `EVP_camellia_256_cbc'
cms.c:(.text+0x31a1): undefined reference to `string_to_hex'
cms.c:(.text+0x31fc): undefined reference to `string_to_hex'
cms.c:(.text+0x3585): undefined reference to `EVP_get_digestbyname'
cms.c:(.text+0x38ae): undefined reference to `EVP_get_cipherbyname'
rand.o: In function `rand_main':
rand.c:(.text+0x4d1): undefined reference to `BIO_f_base64'
ocsp.o: In function `process_responder':
ocsp.c:(.text+0x124): undefined reference to `OCSP_sendreq_new'
ocsp.c:(.text+0x190): undefined reference to `OCSP_REQ_CTX_add1_header'
ocsp.c:(.text+0x1b6): undefined reference to `OCSP_REQ_CTX_set1_req'
ocsp.c:(.text+0x1c2): undefined reference to `OCSP_REQ_CTX_free'
ocsp.c:(.text+0x235): undefined reference to `OCSP_sendreq_nbio'
ocsp.c:(.text+0x252): undefined reference to `OCSP_sendreq_nbio'
ocsp.o: In function `ocsp_main':
ocsp.c:(.text+0x60a): undefined reference to `X509_free'
ocsp.c:(.text+0x619): undefined reference to `X509_STORE_free'
ocsp.c:(.text+0x625): undefined reference to `EVP_PKEY_free'
ocsp.c:(.text+0x631): undefined reference to `EVP_PKEY_free'
ocsp.c:(.text+0x63d): undefined reference to `X509_free'
ocsp.c:(.text+0x649): undefined reference to `X509_free'
ocsp.c:(.text+0x655): undefined reference to `X509_free'
ocsp.c:(.text+0x664): undefined reference to `X509_free'
ocsp.c:(.text+0x6a9): undefined reference to `OCSP_REQUEST_free'
ocsp.c:(.text+0x6b5): undefined reference to `OCSP_RESPONSE_free'
ocsp.c:(.text+0x6c1): undefined reference to `OCSP_BASICRESP_free'
ocsp.c:(.text+0x6d9): undefined reference to `X509_free'
ocsp.c:(.text+0x6f0): undefined reference to `X509_free'
ocsp.c:(.text+0x707): undefined reference to `X509V3_conf_free'
ocsp.c:(.text+0xa46): undefined reference to `d2i_OCSP_REQUEST'
ocsp.c:(.text+0xa4d): undefined reference to `OCSP_REQUEST_new'
ocsp.c:(.text+0xa52): undefined reference to `ASN1_d2i_bio'
ocsp.c:(.text+0x13a5): undefined reference to `d2i_OCSP_REQUEST'
ocsp.c:(.text+0x13ac): undefined reference to `OCSP_REQUEST_new'
ocsp.c:(.text+0x13b5): undefined reference to `ASN1_d2i_bio'
ocsp.c:(.text+0x13fc): undefined reference to `OCSP_request_add1_nonce'
ocsp.c:(.text+0x152d): undefined reference to `OCSP_request_sign'
ocsp.c:(.text+0x156d): undefined reference to `OCSP_REQUEST_print'
ocsp.c:(.text+0x15a5): undefined reference to `i2d_OCSP_REQUEST'
ocsp.c:(.text+0x15ae): undefined reference to `ASN1_i2d_bio'
ocsp.c:(.text+0x15fd): undefined reference to `OCSP_request_onereq_count'
ocsp.c:(.text+0x1611): undefined reference to `OCSP_BASICRESP_new'
ocsp.c:(.text+0x162c): undefined reference to `X509_gmtime_adj'
ocsp.c:(.text+0x165f): undefined reference to `X509_gmtime_adj'
ocsp.c:(.text+0x16bd): undefined reference to `OCSP_basic_add1_status'
ocsp.c:(.text+0x16e0): undefined reference to `OCSP_request_onereq_get0'
ocsp.c:(.text+0x16e8): undefined reference to `OCSP_onereq_get0_id'
ocsp.c:(.text+0x1715): undefined reference to `OCSP_id_get0_info'
ocsp.c:(.text+0x1734): undefined reference to `EVP_get_digestbyname'
ocsp.c:(.text+0x1758): undefined reference to `OCSP_CERTID_free'
ocsp.c:(.text+0x1773): undefined reference to `OCSP_cert_to_id'
ocsp.c:(.text+0x1786): undefined reference to `OCSP_id_issuer_cmp'
ocsp.c:(.text+0x17b9): undefined reference to `OCSP_id_get0_info'
ocsp.c:(.text+0x1812): undefined reference to `ASN1_INTEGER_to_BN'
ocsp.c:(.text+0x1869): undefined reference to `TXT_DB_get_by_index'
ocsp.c:(.text+0x193a): undefined reference to `OCSP_basic_add1_status'
ocsp.c:(.text+0x196d): undefined reference to `OCSP_SINGLERESP_add1_ext_i2d'
ocsp.c:(.text+0x197f): undefined reference to `ASN1_OBJECT_free'
ocsp.c:(.text+0x198e): undefined reference to `ASN1_TIME_free'
ocsp.c:(.text+0x199d): undefined reference to `ASN1_GENERALIZEDTIME_free'
ocsp.c:(.text+0x19c4): undefined reference to `OCSP_copy_nonce'
ocsp.c:(.text+0x1a01): undefined reference to `OCSP_basic_sign'
ocsp.c:(.text+0x1a18): undefined reference to `OCSP_response_create'
ocsp.c:(.text+0x1a71): undefined reference to `OCSP_basic_add1_status'
ocsp.c:(.text+0x1b37): undefined reference to `OCSP_response_create'
ocsp.c:(.text+0x1b4a): undefined reference to `ASN1_TIME_free'
ocsp.c:(.text+0x1b59): undefined reference to `ASN1_TIME_free'
ocsp.c:(.text+0x1b68): undefined reference to `OCSP_CERTID_free'
ocsp.c:(.text+0x1b77): undefined reference to `OCSP_BASICRESP_free'
ocsp.c:(.text+0x1bb6): undefined reference to `i2d_OCSP_RESPONSE'
ocsp.c:(.text+0x1bd9): undefined reference to `i2d_OCSP_RESPONSE'
ocsp.c:(.text+0x1be6): undefined reference to `ASN1_i2d_bio'
ocsp.c:(.text+0x1c3f): undefined reference to `i2d_OCSP_RESPONSE'
ocsp.c:(.text+0x1c48): undefined reference to `ASN1_i2d_bio'
ocsp.c:(.text+0x1c5c): undefined reference to `OCSP_response_status'
ocsp.c:(.text+0x1cb2): undefined reference to `OCSP_REQUEST_free'
ocsp.c:(.text+0x1cbe): undefined reference to `OCSP_RESPONSE_free'
ocsp.c:(.text+0x1ce6): undefined reference to `OCSP_response_status_str'
ocsp.c:(.text+0x1dbe): undefined reference to `OCSP_basic_add1_status'
ocsp.c:(.text+0x1e20): undefined reference to `OCSP_RESPONSE_print'
ocsp.c:(.text+0x1ec0): undefined reference to `OCSP_response_create'
ocsp.c:(.text+0x1f35): undefined reference to `OCSP_SINGLERESP_add1_ext_i2d'
ocsp.c:(.text+0x1f5c): undefined reference to `OCSP_response_create'
ocsp.c:(.text+0x1fe4): undefined reference to `OCSP_parse_url'
ocsp.c:(.text+0x2149): undefined reference to `d2i_OCSP_RESPONSE'
ocsp.c:(.text+0x2150): undefined reference to `OCSP_RESPONSE_new'
ocsp.c:(.text+0x2155): undefined reference to `ASN1_d2i_bio'
ocsp.c:(.text+0x24b9): undefined reference to `X509V3_add_value'
ocsp.c:(.text+0x255a): undefined reference to `OCSP_response_get1_basic'
ocsp.c:(.text+0x2590): undefined reference to `OCSP_check_nonce'
ocsp.c:(.text+0x25be): undefined reference to `OCSP_basic_verify'
ocsp.c:(.text+0x285b): undefined reference to `OCSP_resp_find_status'
ocsp.c:(.text+0x2893): undefined reference to `OCSP_check_validity'
ocsp.c:(.text+0x28aa): undefined reference to `OCSP_cert_status_str'
ocsp.c:(.text+0x28f6): undefined reference to `ASN1_GENERALIZEDTIME_print'
ocsp.c:(.text+0x2949): undefined reference to `ASN1_GENERALIZEDTIME_print'
ocsp.c:(.text+0x2982): undefined reference to `OCSP_crl_reason_str'
ocsp.c:(.text+0x29ce): undefined reference to `ASN1_GENERALIZEDTIME_print'
ocsp.c:(.text+0x2a7d): undefined reference to `OCSP_basic_verify'
ocsp.c:(.text+0x2ffb): undefined reference to `X509_free'
ocsp.c:(.text+0x306c): undefined reference to `X509_free'
ocsp.c:(.text+0x30bc): undefined reference to `EVP_sha1'
ocsp.c:(.text+0x30fd): undefined reference to `OCSP_cert_to_id'
ocsp.c:(.text+0x3135): undefined reference to `OCSP_request_add0_id'
ocsp.c:(.text+0x3190): undefined reference to `EVP_sha1'
ocsp.c:(.text+0x31c1): undefined reference to `X509_get_subject_name'
ocsp.c:(.text+0x31d4): undefined reference to `X509_get0_pubkey_bitstr'
ocsp.c:(.text+0x31e6): undefined reference to `s2i_ASN1_INTEGER'
ocsp.c:(.text+0x3212): undefined reference to `OCSP_cert_id_new'
ocsp.c:(.text+0x321c): undefined reference to `ASN1_INTEGER_free'
ocsp.c:(.text+0x324e): undefined reference to `OCSP_request_add0_id'
ocsp.c:(.text+0x32a7): undefined reference to `OCSP_REQUEST_new'
ocsp.c:(.text+0x3328): undefined reference to `OCSP_REQUEST_new'
ocsp.c:(.text+0x35ad): undefined reference to `EVP_get_digestbyname'
ts.o: In function `load_config_file':
ts.c:(.text+0x2f): undefined reference to `NCONF_new'
ts.c:(.text+0x4d): undefined reference to `NCONF_load'
ts.c:(.text+0x86): undefined reference to `NCONF_get_string'
ts.o: In function `serial_cb':
ts.c:(.text+0x1ae): undefined reference to `ASN1_INTEGER_new'
ts.c:(.text+0x1ea): undefined reference to `a2i_ASN1_INTEGER'
ts.c:(.text+0x202): undefined reference to `ASN1_INTEGER_to_BN'
ts.c:(.text+0x212): undefined reference to `ASN1_INTEGER_free'
ts.c:(.text+0x236): undefined reference to `ASN1_INTEGER_free'
ts.c:(.text+0x265): undefined reference to `TS_RESP_CTX_set_status_info'
ts.c:(.text+0x27c): undefined reference to `TS_RESP_CTX_add_failure_info'
ts.c:(.text+0x2d1): undefined reference to `BN_to_ASN1_INTEGER'
ts.c:(.text+0x30d): undefined reference to `i2a_ASN1_INTEGER'
ts.c:(.text+0x360): undefined reference to `ASN1_INTEGER_set'
ts.o: In function `reply_command':
ts.c:(.text+0x3db): undefined reference to `d2i_TS_RESP_bio'
ts.c:(.text+0x434): undefined reference to `TS_RESP_print_bio'
ts.c:(.text+0x487): undefined reference to `TS_RESP_free'
ts.c:(.text+0x4a1): undefined reference to `d2i_PKCS7_bio'
ts.c:(.text+0x4b5): undefined reference to `PKCS7_to_TS_TST_INFO'
ts.c:(.text+0x4c8): undefined reference to `TS_RESP_new'
ts.c:(.text+0x4db): undefined reference to `TS_STATUS_INFO_new'
ts.c:(.text+0x4f5): undefined reference to `ASN1_INTEGER_set'
ts.c:(.text+0x505): undefined reference to `PKCS7_free'
ts.c:(.text+0x50d): undefined reference to `TS_TST_INFO_free'
ts.c:(.text+0x517): undefined reference to `TS_RESP_free'
ts.c:(.text+0x523): undefined reference to `TS_STATUS_INFO_free'
ts.c:(.text+0x53c): undefined reference to `TS_RESP_get_token'
ts.c:(.text+0x548): undefined reference to `i2d_PKCS7_bio'
ts.c:(.text+0x568): undefined reference to `i2d_TS_RESP_bio'
ts.c:(.text+0x57b): undefined reference to `TS_RESP_get_tst_info'
ts.c:(.text+0x587): undefined reference to `TS_TST_INFO_print_bio'
ts.c:(.text+0x5be): undefined reference to `TS_CONF_get_tsa_section'
ts.c:(.text+0x5cd): undefined reference to `TS_RESP_CTX_new'
ts.c:(.text+0x5eb): undefined reference to `TS_CONF_set_serial'
ts.c:(.text+0x601): undefined reference to `TS_RESP_free'
ts.c:(.text+0x60d): undefined reference to `TS_RESP_CTX_free'
ts.c:(.text+0x67c): undefined reference to `TS_RESP_set_status_info'
ts.c:(.text+0x694): undefined reference to `TS_RESP_set_tst_info'
ts.c:(.text+0x6a0): undefined reference to `PKCS7_free'
ts.c:(.text+0x6ac): undefined reference to `TS_TST_INFO_free'
ts.c:(.text+0x6c1): undefined reference to `TS_CONF_set_crypto_device'
ts.c:(.text+0x6e1): undefined reference to `TS_CONF_set_signer_cert'
ts.c:(.text+0x701): undefined reference to `TS_CONF_set_certs'
ts.c:(.text+0x729): undefined reference to `TS_CONF_set_signer_key'
ts.c:(.text+0x749): undefined reference to `TS_CONF_set_def_policy'
ts.c:(.text+0x761): undefined reference to `TS_CONF_set_policies'
ts.c:(.text+0x779): undefined reference to `TS_CONF_set_digests'
ts.c:(.text+0x791): undefined reference to `TS_CONF_set_accuracy'
ts.c:(.text+0x7a9): undefined reference to `TS_CONF_set_clock_precision_digits'
ts.c:(.text+0x7c1): undefined reference to `TS_CONF_set_ordering'
ts.c:(.text+0x7d9): undefined reference to `TS_CONF_set_tsa_name'
ts.c:(.text+0x7f1): undefined reference to `TS_CONF_set_ess_cert_id_chain'
ts.c:(.text+0x809): undefined reference to `TS_RESP_create_response'
ts.c:(.text+0x81d): undefined reference to `TS_RESP_CTX_free'
ts.o: In function `ts_main':
ts.c:(.text+0xb46): undefined reference to `NCONF_free'
ts.c:(.text+0xcc4): undefined reference to `d2i_TS_REQ_bio'
ts.c:(.text+0xd2f): undefined reference to `TS_REQ_print_bio'
ts.c:(.text+0xd73): undefined reference to `TS_REQ_free'
ts.c:(.text+0xea6): undefined reference to `d2i_PKCS7_bio'
ts.c:(.text+0xed3): undefined reference to `TS_VERIFY_CTX_new'
ts.c:(.text+0xf16): undefined reference to `string_to_hex'
ts.c:(.text+0xf37): undefined reference to `X509_STORE_new'
ts.c:(.text+0xf49): undefined reference to `X509_STORE_set_verify_cb'
ts.c:(.text+0xf59): undefined reference to `X509_LOOKUP_hash_dir'
ts.c:(.text+0xf65): undefined reference to `X509_STORE_add_lookup'
ts.c:(.text+0xf98): undefined reference to `X509_LOOKUP_ctrl'
ts.c:(.text+0xfb0): undefined reference to `X509_LOOKUP_file'
ts.c:(.text+0xfbc): undefined reference to `X509_STORE_add_lookup'
ts.c:(.text+0xfef): undefined reference to `X509_LOOKUP_ctrl'
ts.c:(.text+0x101c): undefined reference to `TS_CONF_load_certs'
ts.c:(.text+0x1037): undefined reference to `TS_REQ_free'
ts.c:(.text+0x1059): undefined reference to `TS_RESP_verify_token'
ts.c:(.text+0x10ab): undefined reference to `PKCS7_free'
ts.c:(.text+0x10ba): undefined reference to `TS_RESP_free'
ts.c:(.text+0x10c2): undefined reference to `TS_VERIFY_CTX_free'
ts.c:(.text+0x11d3): undefined reference to `TS_REQ_new'
ts.c:(.text+0x11ee): undefined reference to `TS_REQ_set_version'
ts.c:(.text+0x123c): undefined reference to `TS_REQ_free'
ts.c:(.text+0x126b): undefined reference to `TS_MSG_IMPRINT_free'
ts.c:(.text+0x127a): undefined reference to `X509_ALGOR_free'
ts.c:(.text+0x129a): undefined reference to `ASN1_OBJECT_free'
ts.c:(.text+0x12a9): undefined reference to `ASN1_INTEGER_free'
ts.c:(.text+0x130c): undefined reference to `i2d_TS_REQ_bio'
ts.c:(.text+0x1390): undefined reference to `X509_STORE_free'
ts.c:(.text+0x139f): undefined reference to `TS_VERIFY_CTX_free'
ts.c:(.text+0x13af): undefined reference to `TS_REQ_free'
ts.c:(.text+0x13cb): undefined reference to `d2i_TS_RESP_bio'
ts.c:(.text+0x1440): undefined reference to `EVP_get_digestbyname'
ts.c:(.text+0x1498): undefined reference to `TS_MSG_IMPRINT_new'
ts.c:(.text+0x14ac): undefined reference to `X509_ALGOR_new'
ts.c:(.text+0x14c7): undefined reference to `EVP_MD_type'
ts.c:(.text+0x14e5): undefined reference to `ASN1_TYPE_new'
ts.c:(.text+0x1510): undefined reference to `TS_MSG_IMPRINT_set_algo'
ts.c:(.text+0x1524): undefined reference to `EVP_MD_size'
ts.c:(.text+0x157b): undefined reference to `EVP_DigestInit'
ts.c:(.text+0x15bc): undefined reference to `EVP_DigestUpdate'
ts.c:(.text+0x167a): undefined reference to `d2i_TS_REQ_bio'
ts.c:(.text+0x1694): undefined reference to `TS_REQ_to_TS_VERIFY_CTX'
ts.c:(.text+0x16c3): undefined reference to `string_to_hex'
ts.c:(.text+0x1740): undefined reference to `EVP_DigestFinal'
ts.c:(.text+0x1762): undefined reference to `TS_MSG_IMPRINT_set_msg'
ts.c:(.text+0x1779): undefined reference to `TS_REQ_set_msg_imprint'
ts.c:(.text+0x17c9): undefined reference to `TS_REQ_set_policy_id'
ts.c:(.text+0x1804): undefined reference to `TS_REQ_set_cert_req'
ts.c:(.text+0x1873): undefined reference to `ASN1_INTEGER_new'
ts.c:(.text+0x18fb): undefined reference to `TS_REQ_set_nonce'
ts.c:(.text+0x1978): undefined reference to `ASN1_INTEGER_free'
ts.c:(.text+0x19a4): undefined reference to `TS_RESP_verify_response'
ts.c:(.text+0x1cf0): undefined reference to `EVP_get_digestbyname'
srp.o: In function `srp_create_user':
srp.c:(.text+0x177): undefined reference to `SRP_create_verifier'
srp.o: In function `srp_main':
srp.c:(.text+0x7a6): undefined reference to `NCONF_free'
srp.c:(.text+0x1243): undefined reference to `TXT_DB_insert'
srp.c:(.text+0x14b4): undefined reference to `SRP_get_default_gN'
srp.c:(.text+0x151e): undefined reference to `NCONF_new'
srp.c:(.text+0x153e): undefined reference to `NCONF_load'
srp.c:(.text+0x15a7): undefined reference to `NCONF_get_string'
srp.c:(.text+0x15d5): undefined reference to `NCONF_get_string'
srp.c:(.text+0x182a): undefined reference to `SRP_create_verifier'
srp.c:(.text+0x1bea): undefined reference to `X509_get_default_cert_area'
srp.c:(.text+0x1c8c): undefined reference to `NCONF_get_string'
../libssl.a(s2_srvr.o): In function `request_certificate':
s2_srvr.c:(.text+0xcc): undefined reference to `X509_free'
s2_srvr.c:(.text+0x15c): undefined reference to `d2i_X509'
s2_srvr.c:(.text+0x3b8): undefined reference to `EVP_MD_CTX_init'
s2_srvr.c:(.text+0x3dc): undefined reference to `EVP_DigestInit_ex'
s2_srvr.c:(.text+0x3fe): undefined reference to `EVP_DigestUpdate'
s2_srvr.c:(.text+0x41a): undefined reference to `EVP_DigestUpdate'
s2_srvr.c:(.text+0x433): undefined reference to `i2d_X509'
s2_srvr.c:(.text+0x472): undefined reference to `i2d_X509'
s2_srvr.c:(.text+0x486): undefined reference to `EVP_DigestUpdate'
s2_srvr.c:(.text+0x49f): undefined reference to `X509_get_pubkey'
s2_srvr.c:(.text+0x4ce): undefined reference to `EVP_VerifyFinal'
s2_srvr.c:(.text+0x4d8): undefined reference to `EVP_PKEY_free'
s2_srvr.c:(.text+0x4e4): undefined reference to `EVP_MD_CTX_cleanup'
s2_srvr.c:(.text+0x504): undefined reference to `X509_free'
../libssl.a(s2_srvr.o): In function `ssl2_accept':
s2_srvr.c:(.text+0x1530): undefined reference to `i2d_X509'
s2_srvr.c:(.text+0x1557): undefined reference to `i2d_X509'
s2_srvr.c:(.text+0x16b1): undefined reference to `EVP_CIPHER_key_length'
s2_srvr.c:(.text+0x16ca): undefined reference to `EVP_CIPHER_key_length'
s2_srvr.c:(.text+0x16e8): undefined reference to `EVP_CIPHER_key_length'
../libssl.a(s2_clnt.o): In function `ssl2_set_certificate':
s2_clnt.c:(.text+0x3f): undefined reference to `d2i_X509'
s2_clnt.c:(.text+0xb4): undefined reference to `X509_free'
s2_clnt.c:(.text+0xc0): undefined reference to `EVP_PKEY_free'
s2_clnt.c:(.text+0x165): undefined reference to `X509_get_pubkey'
../libssl.a(s2_clnt.o): In function `client_certificate':
s2_clnt.c:(.text+0x463): undefined reference to `EVP_MD_CTX_init'
s2_clnt.c:(.text+0x483): undefined reference to `EVP_DigestInit_ex'
s2_clnt.c:(.text+0x4a1): undefined reference to `EVP_DigestUpdate'
s2_clnt.c:(.text+0x4b5): undefined reference to `EVP_DigestUpdate'
s2_clnt.c:(.text+0x4d6): undefined reference to `i2d_X509'
s2_clnt.c:(.text+0x4ea): undefined reference to `EVP_DigestUpdate'
s2_clnt.c:(.text+0x520): undefined reference to `i2d_X509'
s2_clnt.c:(.text+0x564): undefined reference to `EVP_SignFinal'
s2_clnt.c:(.text+0x56c): undefined reference to `EVP_MD_CTX_cleanup'
s2_clnt.c:(.text+0x5f6): undefined reference to `X509_free'
s2_clnt.c:(.text+0x602): undefined reference to `EVP_PKEY_free'
s2_clnt.c:(.text+0x617): undefined reference to `X509_free'
s2_clnt.c:(.text+0x68d): undefined reference to `EVP_PKEY_free'
../libssl.a(s2_clnt.o): In function `ssl2_connect':
s2_clnt.c:(.text+0x1011): undefined reference to `EVP_CIPHER_iv_length'
s2_clnt.c:(.text+0x104a): undefined reference to `EVP_CIPHER_key_length'
s2_clnt.c:(.text+0x1121): undefined reference to `X509_get_pubkey'
s2_clnt.c:(.text+0x1168): undefined reference to `EVP_PKEY_free'
s2_clnt.c:(.text+0x1613): undefined reference to `EVP_PKEY_free'
../libssl.a(s2_lib.o): In function `ssl2_generate_key_material':
s2_lib.c:(.text+0x1f1): undefined reference to `EVP_md5'
s2_lib.c:(.text+0x1fd): undefined reference to `EVP_MD_CTX_init'
s2_lib.c:(.text+0x258): undefined reference to `EVP_MD_size'
s2_lib.c:(.text+0x2b2): undefined reference to `EVP_DigestUpdate'
s2_lib.c:(.text+0x2ca): undefined reference to `EVP_DigestUpdate'
s2_lib.c:(.text+0x2ec): undefined reference to `EVP_DigestUpdate'
s2_lib.c:(.text+0x30e): undefined reference to `EVP_DigestUpdate'
s2_lib.c:(.text+0x322): undefined reference to `EVP_DigestFinal_ex'
s2_lib.c:(.text+0x365): undefined reference to `EVP_DigestInit_ex'
s2_lib.c:(.text+0x3ac): undefined reference to `EVP_MD_CTX_cleanup'
../libssl.a(s2_enc.o): In function `ssl2_mac':
s2_enc.c:(.text+0x60): undefined reference to `EVP_MD_CTX_init'
s2_enc.c:(.text+0x72): undefined reference to `EVP_MD_CTX_copy'
s2_enc.c:(.text+0x80): undefined reference to `EVP_CIPHER_CTX_key_length'
s2_enc.c:(.text+0x90): undefined reference to `EVP_DigestUpdate'
s2_enc.c:(.text+0xa4): undefined reference to `EVP_DigestUpdate'
s2_enc.c:(.text+0xbc): undefined reference to `EVP_DigestUpdate'
s2_enc.c:(.text+0xd4): undefined reference to `EVP_DigestFinal_ex'
s2_enc.c:(.text+0xdc): undefined reference to `EVP_MD_CTX_cleanup'
../libssl.a(s2_enc.o): In function `ssl2_enc':
s2_enc.c:(.text+0x14b): undefined reference to `EVP_Cipher'
../libssl.a(s2_enc.o): In function `ssl2_enc_init':
s2_enc.c:(.text+0x259): undefined reference to `EVP_CIPHER_CTX_init'
s2_enc.c:(.text+0x275): undefined reference to `EVP_CIPHER_CTX_init'
s2_enc.c:(.text+0x2e7): undefined reference to `EVP_EncryptInit_ex'
s2_enc.c:(.text+0x318): undefined reference to `EVP_DecryptInit_ex'
s2_enc.c:(.text+0x358): undefined reference to `EVP_EncryptInit_ex'
s2_enc.c:(.text+0x38c): undefined reference to `EVP_DecryptInit_ex'
../libssl.a(s2_pkt.o): In function `ssl2_read_internal':
s2_pkt.c:(.text+0x404): undefined reference to `EVP_MD_CTX_md'
s2_pkt.c:(.text+0x40c): undefined reference to `EVP_MD_size'
s2_pkt.c:(.text+0x61e): undefined reference to `EVP_CIPHER_CTX_block_size'
../libssl.a(s2_pkt.o): In function `ssl2_write':
s2_pkt.c:(.text+0xb59): undefined reference to `EVP_MD_CTX_md'
s2_pkt.c:(.text+0xb61): undefined reference to `EVP_MD_size'
s2_pkt.c:(.text+0xbdc): undefined reference to `EVP_CIPHER_CTX_block_size'
../libssl.a(s3_srvr.o): In function `ssl3_send_newsession_ticket':
s3_srvr.c:(.text+0x4b8): undefined reference to `EVP_CIPHER_CTX_init'
s3_srvr.c:(.text+0x5e0): undefined reference to `EVP_CIPHER_CTX_iv_length'
s3_srvr.c:(.text+0x60d): undefined reference to `EVP_CIPHER_CTX_iv_length'
s3_srvr.c:(.text+0x642): undefined reference to `EVP_EncryptUpdate'
s3_srvr.c:(.text+0x66e): undefined reference to `EVP_EncryptFinal'
s3_srvr.c:(.text+0x68b): undefined reference to `EVP_CIPHER_CTX_cleanup'
s3_srvr.c:(.text+0x7ce): undefined reference to `EVP_aes_128_cbc'
s3_srvr.c:(.text+0x7f7): undefined reference to `EVP_EncryptInit_ex'
s3_srvr.c:(.text+0x7fc): undefined reference to `EVP_sha256'
../libssl.a(s3_srvr.o): In function `ssl3_get_client_certificate':
s3_srvr.c:(.text+0xa10): undefined reference to `X509_free'
s3_srvr.c:(.text+0xa24): undefined reference to `X509_free'
s3_srvr.c:(.text+0xb7d): undefined reference to `d2i_X509'
s3_srvr.c:(.text+0xcc4): undefined reference to `X509_free'
s3_srvr.c:(.text+0xd1b): undefined reference to `X509_free'
../libssl.a(s3_srvr.o): In function `ssl3_get_cert_verify':
s3_srvr.c:(.text+0xf61): undefined reference to `EVP_MD_CTX_init'
s3_srvr.c:(.text+0xfca): undefined reference to `X509_get_pubkey'
s3_srvr.c:(.text+0xfda): undefined reference to `X509_certificate_type'
s3_srvr.c:(.text+0x1074): undefined reference to `EVP_MD_CTX_cleanup'
s3_srvr.c:(.text+0x1080): undefined reference to `EVP_PKEY_free'
s3_srvr.c:(.text+0x1115): undefined reference to `EVP_PKEY_size'
s3_srvr.c:(.text+0x13ed): undefined reference to `EVP_DigestInit_ex'
s3_srvr.c:(.text+0x140c): undefined reference to `EVP_DigestUpdate'
s3_srvr.c:(.text+0x1481): undefined reference to `EVP_PKEY_CTX_new'
s3_srvr.c:(.text+0x148b): undefined reference to `EVP_PKEY_verify_init'
s3_srvr.c:(.text+0x14f4): undefined reference to `EVP_PKEY_verify'
s3_srvr.c:(.text+0x14fe): undefined reference to `EVP_PKEY_CTX_free'
s3_srvr.c:(.text+0x16f4): undefined reference to `EVP_VerifyFinal'
../libssl.a(s3_srvr.o): In function `ssl3_get_client_key_exchange':
s3_srvr.c:(.text+0x1c3b): undefined reference to `EVP_PKEY_free'
s3_srvr.c:(.text+0x1cb9): undefined reference to `EVP_PKEY_CTX_new'
s3_srvr.c:(.text+0x1cc3): undefined reference to `EVP_PKEY_decrypt_init'
s3_srvr.c:(.text+0x1cde): undefined reference to `X509_get_pubkey'
s3_srvr.c:(.text+0x1cf0): undefined reference to `EVP_PKEY_derive_set_peer'
s3_srvr.c:(.text+0x1d36): undefined reference to `EVP_PKEY_free'
s3_srvr.c:(.text+0x1d3e): undefined reference to `EVP_PKEY_CTX_free'
s3_srvr.c:(.text+0x1d4c): undefined reference to `EVP_PKEY_free'
s3_srvr.c:(.text+0x1e1a): undefined reference to `EVP_PKEY_free'
s3_srvr.c:(.text+0x2294): undefined reference to `EVP_PKEY_decrypt'
s3_srvr.c:(.text+0x2307): undefined reference to `EVP_PKEY_CTX_ctrl'
s3_srvr.c:(.text+0x2317): undefined reference to `EVP_PKEY_free'
s3_srvr.c:(.text+0x2321): undefined reference to `EVP_PKEY_CTX_free'
s3_srvr.c:(.text+0x25ec): undefined reference to `X509_get_pubkey'
s3_srvr.c:(.text+0x280b): undefined reference to `EVP_PKEY_free'
../libssl.a(s3_srvr.o): In function `ssl3_send_certificate_request':
s3_srvr.c:(.text+0x2a66): undefined reference to `i2d_X509_NAME'
s3_srvr.c:(.text+0x2ab0): undefined reference to `i2d_X509_NAME'
s3_srvr.c:(.text+0x2afe): undefined reference to `i2d_X509_NAME'
../libssl.a(s3_srvr.o): In function `ssl3_send_server_key_exchange':
s3_srvr.c:(.text+0x2c3d): undefined reference to `EVP_MD_CTX_init'
s3_srvr.c:(.text+0x2c67): undefined reference to `EVP_MD_CTX_cleanup'
s3_srvr.c:(.text+0x2df3): undefined reference to `EVP_PKEY_size'
s3_srvr.c:(.text+0x2f50): undefined reference to `EVP_DigestInit_ex'
s3_srvr.c:(.text+0x2f73): undefined reference to `EVP_DigestUpdate'
s3_srvr.c:(.text+0x2f9a): undefined reference to `EVP_DigestUpdate'
s3_srvr.c:(.text+0x2fb6): undefined reference to `EVP_DigestUpdate'
s3_srvr.c:(.text+0x2fdc): undefined reference to `EVP_SignFinal'
s3_srvr.c:(.text+0x30ce): undefined reference to `EVP_MD_CTX_cleanup'
s3_srvr.c:(.text+0x35af): undefined reference to `EVP_MD_CTX_set_flags'
s3_srvr.c:(.text+0x35d6): undefined reference to `EVP_DigestInit_ex'
s3_srvr.c:(.text+0x35fd): undefined reference to `EVP_DigestUpdate'
s3_srvr.c:(.text+0x3628): undefined reference to `EVP_DigestUpdate'
s3_srvr.c:(.text+0x3644): undefined reference to `EVP_DigestUpdate'
s3_srvr.c:(.text+0x3658): undefined reference to `EVP_DigestFinal_ex'
s3_srvr.c:(.text+0x3673): undefined reference to `EVP_MD_CTX_set_flags'
s3_srvr.c:(.text+0x369e): undefined reference to `EVP_DigestInit_ex'
s3_srvr.c:(.text+0x36c5): undefined reference to `EVP_DigestUpdate'
s3_srvr.c:(.text+0x36ec): undefined reference to `EVP_DigestUpdate'
s3_srvr.c:(.text+0x3708): undefined reference to `EVP_DigestUpdate'
s3_srvr.c:(.text+0x371f): undefined reference to `EVP_DigestFinal_ex'
../libssl.a(s3_srvr.o): In function `ssl3_accept':
s3_srvr.c:(.text+0x52de): undefined reference to `EVP_MD_CTX_md'
s3_srvr.c:(.text+0x52e6): undefined reference to `EVP_MD_type'
s3_srvr.c:(.text+0x5312): undefined reference to `EVP_MD_CTX_md'
s3_srvr.c:(.text+0x531a): undefined reference to `EVP_MD_size'
s3_srvr.c:(.text+0x5a3c): undefined reference to `EVP_PKEY_size'
../libssl.a(s3_clnt.o): In function `ssl3_check_cert_and_algorithm':
s3_clnt.c:(.text+0x2b9): undefined reference to `X509_get_pubkey'
s3_clnt.c:(.text+0x2ca): undefined reference to `X509_certificate_type'
s3_clnt.c:(.text+0x2d4): undefined reference to `EVP_PKEY_free'
../libssl.a(s3_clnt.o): In function `ssl3_send_client_verify':
s3_clnt.c:(.text+0x77f): undefined reference to `EVP_MD_CTX_init'
s3_clnt.c:(.text+0x79f): undefined reference to `EVP_MD_CTX_cleanup'
s3_clnt.c:(.text+0x7ab): undefined reference to `EVP_PKEY_CTX_free'
s3_clnt.c:(.text+0x808): undefined reference to `EVP_PKEY_CTX_new'
s3_clnt.c:(.text+0x814): undefined reference to `EVP_PKEY_sign_init'
s3_clnt.c:(.text+0x819): undefined reference to `EVP_sha1'
s3_clnt.c:(.text+0x849): undefined reference to `EVP_PKEY_CTX_ctrl'
s3_clnt.c:(.text+0x8fd): undefined reference to `EVP_MD_CTX_cleanup'
s3_clnt.c:(.text+0x909): undefined reference to `EVP_PKEY_CTX_free'
s3_clnt.c:(.text+0x9b3): undefined reference to `EVP_DigestInit_ex'
s3_clnt.c:(.text+0x9d5): undefined reference to `EVP_DigestUpdate'
s3_clnt.c:(.text+0xb1c): undefined reference to `EVP_PKEY_sign'
s3_clnt.c:(.text+0xcc5): undefined reference to `EVP_SignFinal'
../libssl.a(s3_clnt.o): In function `ssl3_send_client_key_exchange':
s3_clnt.c:(.text+0x109c): undefined reference to `X509_get_pubkey'
s3_clnt.c:(.text+0x10b0): undefined reference to `EVP_PKEY_CTX_new'
s3_clnt.c:(.text+0x10ba): undefined reference to `EVP_PKEY_encrypt_init'
s3_clnt.c:(.text+0x10f9): undefined reference to `EVP_PKEY_derive_set_peer'
s3_clnt.c:(.text+0x1106): undefined reference to `EVP_MD_CTX_create'
s3_clnt.c:(.text+0x1123): undefined reference to `EVP_get_digestbyname'
s3_clnt.c:(.text+0x112f): undefined reference to `EVP_DigestInit'
s3_clnt.c:(.text+0x114b): undefined reference to `EVP_DigestUpdate'
s3_clnt.c:(.text+0x1167): undefined reference to `EVP_DigestUpdate'
s3_clnt.c:(.text+0x117e): undefined reference to `EVP_DigestFinal_ex'
s3_clnt.c:(.text+0x1186): undefined reference to `EVP_MD_CTX_destroy'
s3_clnt.c:(.text+0x11b2): undefined reference to `EVP_PKEY_CTX_ctrl'
s3_clnt.c:(.text+0x11fd): undefined reference to `EVP_PKEY_encrypt'
s3_clnt.c:(.text+0x127d): undefined reference to `EVP_PKEY_CTX_ctrl'
s3_clnt.c:(.text+0x128f): undefined reference to `EVP_PKEY_CTX_free'
s3_clnt.c:(.text+0x12ca): undefined reference to `EVP_PKEY_free'
s3_clnt.c:(.text+0x12da): undefined reference to `X509_get_pubkey'
s3_clnt.c:(.text+0x1334): undefined reference to `EVP_PKEY_free'
s3_clnt.c:(.text+0x145a): undefined reference to `X509_get_pubkey'
s3_clnt.c:(.text+0x16a4): undefined reference to `EVP_PKEY_free'
s3_clnt.c:(.text+0x189d): undefined reference to `EVP_PKEY_free'
../libssl.a(s3_clnt.o): In function `ssl3_get_new_session_ticket':
s3_clnt.c:(.text+0x2057): undefined reference to `EVP_sha256'
s3_clnt.c:(.text+0x2083): undefined reference to `EVP_Digest'
../libssl.a(s3_clnt.o): In function `ssl3_get_certificate_request':
s3_clnt.c:(.text+0x22f4): undefined reference to `d2i_X509_NAME'
s3_clnt.c:(.text+0x23e1): undefined reference to `X509_NAME_free'
s3_clnt.c:(.text+0x24d8): undefined reference to `X509_NAME_free'
../libssl.a(s3_clnt.o): In function `ssl3_get_key_exchange':
s3_clnt.c:(.text+0x283b): undefined reference to `EVP_MD_CTX_init'
s3_clnt.c:(.text+0x29f9): undefined reference to `EVP_PKEY_free'
s3_clnt.c:(.text+0x2a5c): undefined reference to `EVP_MD_CTX_cleanup'
s3_clnt.c:(.text+0x2ac1): undefined reference to `EVP_PKEY_free'
s3_clnt.c:(.text+0x2ad0): undefined reference to `EVP_MD_CTX_cleanup'
s3_clnt.c:(.text+0x2e76): undefined reference to `EVP_PKEY_free'
s3_clnt.c:(.text+0x308c): undefined reference to `X509_get_pubkey'
s3_clnt.c:(.text+0x30cd): undefined reference to `EVP_sha1'
s3_clnt.c:(.text+0x30f5): undefined reference to `EVP_PKEY_size'
s3_clnt.c:(.text+0x3199): undefined reference to `X509_get_pubkey'
s3_clnt.c:(.text+0x32a2): undefined reference to `EVP_PKEY_free'
s3_clnt.c:(.text+0x3342): undefined reference to `X509_get_pubkey'
s3_clnt.c:(.text+0x341c): undefined reference to `EVP_MD_CTX_set_flags'
s3_clnt.c:(.text+0x3443): undefined reference to `EVP_DigestInit_ex'
s3_clnt.c:(.text+0x3466): undefined reference to `EVP_DigestUpdate'
s3_clnt.c:(.text+0x3489): undefined reference to `EVP_DigestUpdate'
s3_clnt.c:(.text+0x34a8): undefined reference to `EVP_DigestUpdate'
s3_clnt.c:(.text+0x34bf): undefined reference to `EVP_DigestFinal_ex'
s3_clnt.c:(.text+0x34dd): undefined reference to `EVP_MD_CTX_set_flags'
s3_clnt.c:(.text+0x3504): undefined reference to `EVP_DigestInit_ex'
s3_clnt.c:(.text+0x3527): undefined reference to `EVP_DigestUpdate'
s3_clnt.c:(.text+0x354a): undefined reference to `EVP_DigestUpdate'
s3_clnt.c:(.text+0x3569): undefined reference to `EVP_DigestUpdate'
s3_clnt.c:(.text+0x3583): undefined reference to `EVP_DigestFinal_ex'
s3_clnt.c:(.text+0x3654): undefined reference to `X509_get_pubkey'
s3_clnt.c:(.text+0x37b0): undefined reference to `X509_get_pubkey'
s3_clnt.c:(.text+0x37fd): undefined reference to `EVP_DigestInit_ex'
s3_clnt.c:(.text+0x3820): undefined reference to `EVP_DigestUpdate'
s3_clnt.c:(.text+0x3843): undefined reference to `EVP_DigestUpdate'
s3_clnt.c:(.text+0x3862): undefined reference to `EVP_DigestUpdate'
s3_clnt.c:(.text+0x3889): undefined reference to `EVP_VerifyFinal'
s3_clnt.c:(.text+0x3a71): undefined reference to `X509_get_pubkey'
s3_clnt.c:(.text+0x3ada): undefined reference to `X509_get_pubkey'
../libssl.a(s3_clnt.o): In function `ssl3_get_server_certificate':
s3_clnt.c:(.text+0x3c59): undefined reference to `EVP_PKEY_free'
s3_clnt.c:(.text+0x3c65): undefined reference to `X509_free'
s3_clnt.c:(.text+0x3c71): undefined reference to `X509_free'
s3_clnt.c:(.text+0x3de1): undefined reference to `d2i_X509'
s3_clnt.c:(.text+0x3eab): undefined reference to `X509_get_pubkey'
s3_clnt.c:(.text+0x3ed6): undefined reference to `EVP_PKEY_missing_parameters'
s3_clnt.c:(.text+0x4079): undefined reference to `X509_free'
s3_clnt.c:(.text+0x409f): undefined reference to `X509_free'
s3_clnt.c:(.text+0x417e): undefined reference to `X509_free'
../libssl.a(s3_clnt.o): In function `ssl3_send_client_certificate':
s3_clnt.c:(.text+0x4e97): undefined reference to `X509_free'
s3_clnt.c:(.text+0x4ea7): undefined reference to `EVP_PKEY_free'
../libssl.a(s3_clnt.o): In function `ca_dn_cmp':
s3_clnt.c:(.text+0x26c5): undefined reference to `X509_NAME_cmp'
../libssl.a(s3_lib.o): In function `ssl3_ctx_ctrl':
s3_lib.c:(.text+0xa3d): undefined reference to `EVP_PKEY_size'
s3_lib.c:(.text+0xc21): undefined reference to `X509_free'
../libssl.a(s3_lib.o): In function `ssl3_ctrl':
s3_lib.c:(.text+0x1080): undefined reference to `EVP_PKEY_size'
../libssl.a(s3_lib.o): In function `ssl3_clear':
s3_lib.c:(.text+0x15a4): undefined reference to `X509_NAME_free'
../libssl.a(s3_lib.o): In function `ssl3_free':
s3_lib.c:(.text+0x17b2): undefined reference to `X509_NAME_free'
../libssl.a(s3_enc.o): In function `ssl3_generate_master_secret':
s3_enc.c:(.text+0x11a): undefined reference to `EVP_MD_CTX_init'
s3_enc.c:(.text+0x13a): undefined reference to `EVP_DigestInit_ex'
s3_enc.c:(.text+0x15a): undefined reference to `EVP_DigestUpdate'
s3_enc.c:(.text+0x178): undefined reference to `EVP_DigestUpdate'
s3_enc.c:(.text+0x194): undefined reference to `EVP_DigestUpdate'
s3_enc.c:(.text+0x1b0): undefined reference to `EVP_DigestUpdate'
s3_enc.c:(.text+0x1c4): undefined reference to `EVP_DigestFinal_ex'
s3_enc.c:(.text+0x1e4): undefined reference to `EVP_DigestInit_ex'
s3_enc.c:(.text+0x202): undefined reference to `EVP_DigestUpdate'
s3_enc.c:(.text+0x216): undefined reference to `EVP_DigestUpdate'
s3_enc.c:(.text+0x231): undefined reference to `EVP_DigestFinal_ex'
s3_enc.c:(.text+0x268): undefined reference to `EVP_DigestInit_ex'
s3_enc.c:(.text+0x288): undefined reference to `EVP_DigestUpdate'
s3_enc.c:(.text+0x2a6): undefined reference to `EVP_DigestUpdate'
s3_enc.c:(.text+0x2c2): undefined reference to `EVP_DigestUpdate'
s3_enc.c:(.text+0x2de): undefined reference to `EVP_DigestUpdate'
s3_enc.c:(.text+0x2f2): undefined reference to `EVP_DigestFinal_ex'
s3_enc.c:(.text+0x312): undefined reference to `EVP_DigestInit_ex'
s3_enc.c:(.text+0x330): undefined reference to `EVP_DigestUpdate'
s3_enc.c:(.text+0x344): undefined reference to `EVP_DigestUpdate'
s3_enc.c:(.text+0x35c): undefined reference to `EVP_DigestFinal_ex'
s3_enc.c:(.text+0x380): undefined reference to `EVP_DigestInit_ex'
s3_enc.c:(.text+0x3a0): undefined reference to `EVP_DigestUpdate'
s3_enc.c:(.text+0x3be): undefined reference to `EVP_DigestUpdate'
s3_enc.c:(.text+0x3da): undefined reference to `EVP_DigestUpdate'
s3_enc.c:(.text+0x3f6): undefined reference to `EVP_DigestUpdate'
s3_enc.c:(.text+0x40a): undefined reference to `EVP_DigestFinal_ex'
s3_enc.c:(.text+0x42a): undefined reference to `EVP_DigestInit_ex'
s3_enc.c:(.text+0x448): undefined reference to `EVP_DigestUpdate'
s3_enc.c:(.text+0x45c): undefined reference to `EVP_DigestUpdate'
s3_enc.c:(.text+0x476): undefined reference to `EVP_DigestFinal_ex'
s3_enc.c:(.text+0x488): undefined reference to `EVP_MD_CTX_cleanup'
../libssl.a(s3_enc.o): In function `ssl3_finish_mac':
s3_enc.c:(.text+0x4e0): undefined reference to `EVP_DigestUpdate'
s3_enc.c:(.text+0x500): undefined reference to `EVP_DigestUpdate'
s3_enc.c:(.text+0x520): undefined reference to `EVP_DigestUpdate'
s3_enc.c:(.text+0x540): undefined reference to `EVP_DigestUpdate'
s3_enc.c:(.text+0x560): undefined reference to `EVP_DigestUpdate'
../libssl.a(s3_enc.o): In function `ssl3_free_digest_list':
s3_enc.c:(.text+0x5d3): undefined reference to `EVP_MD_CTX_destroy'
s3_enc.c:(.text+0x5eb): undefined reference to `EVP_MD_CTX_destroy'
s3_enc.c:(.text+0x603): undefined reference to `EVP_MD_CTX_destroy'
s3_enc.c:(.text+0x61b): undefined reference to `EVP_MD_CTX_destroy'
s3_enc.c:(.text+0x633): undefined reference to `EVP_MD_CTX_destroy'
../libssl.a(s3_enc.o):s3_enc.c:(.text+0x64b): more undefined references to `EVP_MD_CTX_destroy' follow
../libssl.a(s3_enc.o): In function `ssl3_enc':
s3_enc.c:(.text+0x6b6): undefined reference to `EVP_CIPHER_CTX_cipher'
s3_enc.c:(.text+0x72f): undefined reference to `EVP_CIPHER_block_size'
s3_enc.c:(.text+0x81f): undefined reference to `EVP_Cipher'
s3_enc.c:(.text+0x847): undefined reference to `EVP_Cipher'
../libssl.a(s3_enc.o): In function `ssl3_change_cipher_state':
s3_enc.c:(.text+0x983): undefined reference to `COMP_CTX_free'
s3_enc.c:(.text+0x999): undefined reference to `COMP_CTX_new'
s3_enc.c:(.text+0x9e9): undefined reference to `EVP_CIPHER_CTX_cleanup'
s3_enc.c:(.text+0xa2f): undefined reference to `COMP_CTX_free'
s3_enc.c:(.text+0xa45): undefined reference to `COMP_CTX_new'
s3_enc.c:(.text+0xa89): undefined reference to `EVP_MD_size'
s3_enc.c:(.text+0xaac): undefined reference to `EVP_CIPHER_key_length'
s3_enc.c:(.text+0xb02): undefined reference to `EVP_CIPHER_iv_length'
s3_enc.c:(.text+0xbab): undefined reference to `EVP_MD_CTX_init'
s3_enc.c:(.text+0xc1f): undefined reference to `EVP_CipherInit_ex'
s3_enc.c:(.text+0xc4e): undefined reference to `EVP_MD_CTX_cleanup'
s3_enc.c:(.text+0xce2): undefined reference to `EVP_CIPHER_CTX_init'
s3_enc.c:(.text+0xd1c): undefined reference to `EVP_CIPHER_CTX_init'
s3_enc.c:(.text+0xd26): undefined reference to `EVP_md5'
s3_enc.c:(.text+0xd3e): undefined reference to `EVP_DigestInit_ex'
s3_enc.c:(.text+0xd56): undefined reference to `EVP_DigestUpdate'
s3_enc.c:(.text+0xd6e): undefined reference to `EVP_DigestUpdate'
s3_enc.c:(.text+0xd86): undefined reference to `EVP_DigestUpdate'
s3_enc.c:(.text+0xd9a): undefined reference to `EVP_DigestFinal_ex'
s3_enc.c:(.text+0xdab): undefined reference to `EVP_md5'
s3_enc.c:(.text+0xdbf): undefined reference to `EVP_DigestInit_ex'
s3_enc.c:(.text+0xdd7): undefined reference to `EVP_DigestUpdate'
s3_enc.c:(.text+0xdef): undefined reference to `EVP_DigestUpdate'
s3_enc.c:(.text+0xe0a): undefined reference to `EVP_DigestFinal_ex'
../libssl.a(s3_enc.o): In function `n_ssl3_mac':
s3_enc.c:(.text+0xf2e): undefined reference to `EVP_MD_CTX_md'
s3_enc.c:(.text+0xf36): undefined reference to `EVP_MD_size'
s3_enc.c:(.text+0xf5a): undefined reference to `EVP_MD_CTX_init'
s3_enc.c:(.text+0xf6a): undefined reference to `EVP_MD_CTX_copy_ex'
s3_enc.c:(.text+0xf82): undefined reference to `EVP_DigestUpdate'
s3_enc.c:(.text+0xfa1): undefined reference to `EVP_DigestUpdate'
s3_enc.c:(.text+0xfb5): undefined reference to `EVP_DigestUpdate'
s3_enc.c:(.text+0xfd7): undefined reference to `EVP_DigestUpdate'
s3_enc.c:(.text+0x1001): undefined reference to `EVP_DigestUpdate'
../libssl.a(s3_enc.o):s3_enc.c:(.text+0x101b): more undefined references to `EVP_DigestUpdate' follow
../libssl.a(s3_enc.o): In function `n_ssl3_mac':
s3_enc.c:(.text+0x1033): undefined reference to `EVP_DigestFinal_ex'
s3_enc.c:(.text+0x1043): undefined reference to `EVP_MD_CTX_copy_ex'
s3_enc.c:(.text+0x105b): undefined reference to `EVP_DigestUpdate'
s3_enc.c:(.text+0x106f): undefined reference to `EVP_DigestUpdate'
s3_enc.c:(.text+0x1087): undefined reference to `EVP_DigestUpdate'
s3_enc.c:(.text+0x109f): undefined reference to `EVP_DigestFinal_ex'
s3_enc.c:(.text+0x10a7): undefined reference to `EVP_MD_CTX_cleanup'
../libssl.a(s3_enc.o): In function `ssl3_setup_key_block':
s3_enc.c:(.text+0x1233): undefined reference to `EVP_MD_size'
s3_enc.c:(.text+0x124e): undefined reference to `EVP_CIPHER_key_length'
s3_enc.c:(.text+0x125f): undefined reference to `EVP_CIPHER_iv_length'
s3_enc.c:(.text+0x131c): undefined reference to `EVP_MD_CTX_init'
s3_enc.c:(.text+0x132c): undefined reference to `EVP_MD_CTX_set_flags'
s3_enc.c:(.text+0x1334): undefined reference to `EVP_MD_CTX_init'
s3_enc.c:(.text+0x136f): undefined reference to `EVP_sha1'
s3_enc.c:(.text+0x1386): undefined reference to `EVP_DigestInit_ex'
s3_enc.c:(.text+0x139a): undefined reference to `EVP_DigestUpdate'
s3_enc.c:(.text+0x13bd): undefined reference to `EVP_DigestUpdate'
s3_enc.c:(.text+0x13e0): undefined reference to `EVP_DigestUpdate'
s3_enc.c:(.text+0x1403): undefined reference to `EVP_DigestUpdate'
s3_enc.c:(.text+0x141b): undefined reference to `EVP_DigestFinal_ex'
s3_enc.c:(.text+0x1420): undefined reference to `EVP_md5'
s3_enc.c:(.text+0x1434): undefined reference to `EVP_DigestInit_ex'
s3_enc.c:(.text+0x1457): undefined reference to `EVP_DigestUpdate'
s3_enc.c:(.text+0x146f): undefined reference to `EVP_DigestUpdate'
s3_enc.c:(.text+0x1491): undefined reference to `EVP_DigestFinal_ex'
s3_enc.c:(.text+0x156c): undefined reference to `EVP_DigestFinal_ex'
s3_enc.c:(.text+0x158d): undefined reference to `EVP_MD_CTX_cleanup'
s3_enc.c:(.text+0x1595): undefined reference to `EVP_MD_CTX_cleanup'
../libssl.a(s3_enc.o): In function `ssl3_digest_cached_records':
s3_enc.c:(.text+0x1616): undefined reference to `EVP_MD_CTX_destroy'
s3_enc.c:(.text+0x162e): undefined reference to `EVP_MD_CTX_destroy'
s3_enc.c:(.text+0x1646): undefined reference to `EVP_MD_CTX_destroy'
s3_enc.c:(.text+0x165e): undefined reference to `EVP_MD_CTX_destroy'
s3_enc.c:(.text+0x1676): undefined reference to `EVP_MD_CTX_destroy'
../libssl.a(s3_enc.o):s3_enc.c:(.text+0x168e): more undefined references to `EVP_MD_CTX_destroy' follow
../libssl.a(s3_enc.o): In function `ssl3_digest_cached_records':
s3_enc.c:(.text+0x1758): undefined reference to `EVP_MD_CTX_create'
s3_enc.c:(.text+0x177e): undefined reference to `EVP_DigestInit_ex'
s3_enc.c:(.text+0x17a2): undefined reference to `EVP_DigestUpdate'
../libssl.a(s3_enc.o): In function `ssl3_handshake_mac':
s3_enc.c:(.text+0x18ab): undefined reference to `EVP_MD_CTX_md'
s3_enc.c:(.text+0x18b3): undefined reference to `EVP_MD_type'
s3_enc.c:(.text+0x1927): undefined reference to `EVP_MD_CTX_init'
s3_enc.c:(.text+0x1937): undefined reference to `EVP_MD_CTX_set_flags'
s3_enc.c:(.text+0x1943): undefined reference to `EVP_MD_CTX_copy_ex'
s3_enc.c:(.text+0x194b): undefined reference to `EVP_MD_CTX_md'
s3_enc.c:(.text+0x1953): undefined reference to `EVP_MD_size'
s3_enc.c:(.text+0x197c): undefined reference to `EVP_DigestUpdate'
s3_enc.c:(.text+0x1998): undefined reference to `EVP_DigestUpdate'
s3_enc.c:(.text+0x19c1): undefined reference to `EVP_DigestUpdate'
s3_enc.c:(.text+0x19d5): undefined reference to `EVP_DigestFinal_ex'
s3_enc.c:(.text+0x19dd): undefined reference to `EVP_MD_CTX_md'
s3_enc.c:(.text+0x19f1): undefined reference to `EVP_DigestInit_ex'
s3_enc.c:(.text+0x1a0d): undefined reference to `EVP_DigestUpdate'
s3_enc.c:(.text+0x1a21): undefined reference to `EVP_DigestUpdate'
s3_enc.c:(.text+0x1a35): undefined reference to `EVP_DigestUpdate'
s3_enc.c:(.text+0x1a50): undefined reference to `EVP_DigestFinal_ex'
s3_enc.c:(.text+0x1a58): undefined reference to `EVP_MD_CTX_cleanup'
../libssl.a(s3_enc.o): In function `ssl3_init_finished_mac':
s3_enc.c:(.text+0x1b39): undefined reference to `EVP_MD_CTX_destroy'
s3_enc.c:(.text+0x1b51): undefined reference to `EVP_MD_CTX_destroy'
s3_enc.c:(.text+0x1b69): undefined reference to `EVP_MD_CTX_destroy'
s3_enc.c:(.text+0x1b81): undefined reference to `EVP_MD_CTX_destroy'
s3_enc.c:(.text+0x1b99): undefined reference to `EVP_MD_CTX_destroy'
../libssl.a(s3_enc.o):s3_enc.c:(.text+0x1bb1): more undefined references to `EVP_MD_CTX_destroy' follow
../libssl.a(s3_enc.o): In function `ssl3_finish_mac':
s3_enc.c:(.text+0x587): undefined reference to `EVP_DigestUpdate'
../libssl.a(s3_pkt.o): In function `ssl3_do_compress':
s3_pkt.c:(.text+0x3a8): undefined reference to `COMP_compress_block'
../libssl.a(s3_pkt.o): In function `ssl3_do_uncompress':
s3_pkt.c:(.text+0x408): undefined reference to `COMP_expand_block'
../libssl.a(s3_pkt.o): In function `do_ssl3_write':
s3_pkt.c:(.text+0x7ee): undefined reference to `EVP_MD_CTX_md'
s3_pkt.c:(.text+0x8e9): undefined reference to `COMP_compress_block'
s3_pkt.c:(.text+0xa86): undefined reference to `EVP_CIPHER_CTX_flags'
s3_pkt.c:(.text+0xb1f): undefined reference to `EVP_MD_CTX_md'
s3_pkt.c:(.text+0xb27): undefined reference to `EVP_MD_size'
s3_pkt.c:(.text+0xb44): undefined reference to `EVP_CIPHER_CTX_iv_length'
../libssl.a(s3_pkt.o): In function `ssl3_read_bytes':
s3_pkt.c:(.text+0x1272): undefined reference to `EVP_MD_CTX_md'
s3_pkt.c:(.text+0x12f0): undefined reference to `COMP_expand_block'
s3_pkt.c:(.text+0x1476): undefined reference to `EVP_MD_CTX_md'
s3_pkt.c:(.text+0x147e): undefined reference to `EVP_MD_size'
../libssl.a(s3_both.o): In function `ssl_cert_type':
s3_both.c:(.text+0x38d): undefined reference to `EVP_PKEY_free'
s3_both.c:(.text+0x3b4): undefined reference to `X509_get_pubkey'
../libssl.a(s3_both.o): In function `ssl3_output_cert_chain':
s3_both.c:(.text+0x113e): undefined reference to `X509_STORE_CTX_init'
s3_both.c:(.text+0x1154): undefined reference to `X509_verify_cert'
s3_both.c:(.text+0x118e): undefined reference to `i2d_X509'
s3_both.c:(.text+0x1200): undefined reference to `i2d_X509'
s3_both.c:(.text+0x1224): undefined reference to `X509_STORE_CTX_cleanup'
s3_both.c:(.text+0x125d): undefined reference to `i2d_X509'
s3_both.c:(.text+0x12cf): undefined reference to `i2d_X509'
s3_both.c:(.text+0x135f): undefined reference to `i2d_X509'
s3_both.c:(.text+0x1477): undefined reference to `i2d_X509'
s3_both.c:(.text+0x14b4): undefined reference to `X509_STORE_CTX_cleanup'
../libssl.a(t1_lib.o): In function `tls1_process_sigalgs':
t1_lib.c:(.text+0x7ec): undefined reference to `EVP_ecdsa'
t1_lib.c:(.text+0x7fe): undefined reference to `EVP_dss1'
t1_lib.c:(.text+0x808): undefined reference to `EVP_sha1'
t1_lib.c:(.text+0x810): undefined reference to `EVP_sha1'
../libssl.a(t1_lib.o): In function `tls1_process_ticket':
t1_lib.c:(.text+0x9dd): undefined reference to `EVP_CIPHER_CTX_init'
t1_lib.c:(.text+0xa4e): undefined reference to `EVP_MD_size'
t1_lib.c:(.text+0xad3): undefined reference to `EVP_CIPHER_CTX_iv_length'
t1_lib.c:(.text+0xaed): undefined reference to `EVP_CIPHER_CTX_iv_length'
t1_lib.c:(.text+0xb45): undefined reference to `EVP_DecryptUpdate'
t1_lib.c:(.text+0xb6c): undefined reference to `EVP_DecryptFinal'
t1_lib.c:(.text+0xb91): undefined reference to `EVP_CIPHER_CTX_cleanup'
t1_lib.c:(.text+0xc30): undefined reference to `EVP_CIPHER_CTX_cleanup'
t1_lib.c:(.text+0xc44): undefined reference to `EVP_CIPHER_CTX_cleanup'
t1_lib.c:(.text+0xc6a): undefined reference to `EVP_sha256'
t1_lib.c:(.text+0xc9c): undefined reference to `EVP_aes_128_cbc'
t1_lib.c:(.text+0xcd4): undefined reference to `EVP_DecryptInit_ex'
../libssl.a(t1_lib.o): In function `ssl_parse_clienthello_tlsext':
t1_lib.c:(.text+0x1ee1): undefined reference to `d2i_OCSP_RESPID'
t1_lib.c:(.text+0x1f28): undefined reference to `OCSP_RESPID_free'
t1_lib.c:(.text+0x200b): undefined reference to `OCSP_RESPID_free'
t1_lib.c:(.text+0x2024): undefined reference to `OCSP_RESPID_free'
t1_lib.c:(.text+0x2087): undefined reference to `X509_EXTENSION_free'
t1_lib.c:(.text+0x20ab): undefined reference to `d2i_X509_EXTENSIONS'
../libssl.a(t1_lib.o): In function `ssl_add_clienthello_tlsext':
t1_lib.c:(.text+0x2b6e): undefined reference to `i2d_OCSP_RESPID'
t1_lib.c:(.text+0x2bb9): undefined reference to `i2d_X509_EXTENSIONS'
t1_lib.c:(.text+0x2c89): undefined reference to `i2d_OCSP_RESPID'
t1_lib.c:(.text+0x2cec): undefined reference to `i2d_X509_EXTENSIONS'
../libssl.a(t1_lib.o): In function `tls12_get_sigandhash':
t1_lib.c:(.text+0x33c4): undefined reference to `EVP_MD_type'
../libssl.a(t1_lib.o): In function `tls12_get_hash':
t1_lib.c:(.text+0x6c7): undefined reference to `EVP_md5'
t1_lib.c:(.text+0x6d1): undefined reference to `EVP_sha512'
t1_lib.c:(.text+0x6d6): undefined reference to `EVP_sha384'
t1_lib.c:(.text+0x6db): undefined reference to `EVP_sha256'
t1_lib.c:(.text+0x6e1): undefined reference to `EVP_sha224'
t1_lib.c:(.text+0x6e6): undefined reference to `EVP_sha1'
../libssl.a(t1_enc.o): In function `tls1_PRF':
t1_enc.c:(.text+0x21e): undefined reference to `EVP_MD_size'
t1_enc.c:(.text+0x232): undefined reference to `EVP_MD_CTX_init'
t1_enc.c:(.text+0x23e): undefined reference to `EVP_MD_CTX_init'
t1_enc.c:(.text+0x24e): undefined reference to `EVP_MD_CTX_set_flags'
t1_enc.c:(.text+0x262): undefined reference to `EVP_MD_CTX_set_flags'
t1_enc.c:(.text+0x290): undefined reference to `EVP_PKEY_new_mac_key'
t1_enc.c:(.text+0x2c0): undefined reference to `EVP_DigestSignInit'
t1_enc.c:(.text+0x2f4): undefined reference to `EVP_DigestSignInit'
t1_enc.c:(.text+0x31c): undefined reference to `EVP_DigestUpdate'
t1_enc.c:(.text+0x34d): undefined reference to `EVP_DigestUpdate'
t1_enc.c:(.text+0x37e): undefined reference to `EVP_DigestUpdate'
t1_enc.c:(.text+0x3af): undefined reference to `EVP_DigestUpdate'
t1_enc.c:(.text+0x3e0): undefined reference to `EVP_DigestUpdate'
t1_enc.c:(.text+0x403): undefined reference to `EVP_DigestSignFinal'
t1_enc.c:(.text+0x448): undefined reference to `EVP_DigestSignInit'
t1_enc.c:(.text+0x47c): undefined reference to `EVP_DigestSignInit'
t1_enc.c:(.text+0x49f): undefined reference to `EVP_DigestUpdate'
t1_enc.c:(.text+0x4c6): undefined reference to `EVP_DigestUpdate'
t1_enc.c:(.text+0x4ee): undefined reference to `EVP_DigestUpdate'
t1_enc.c:(.text+0x51f): undefined reference to `EVP_DigestUpdate'
t1_enc.c:(.text+0x550): undefined reference to `EVP_DigestUpdate'
../libssl.a(t1_enc.o):t1_enc.c:(.text+0x581): more undefined references to `EVP_DigestUpdate' follow
../libssl.a(t1_enc.o): In function `tls1_PRF':
t1_enc.c:(.text+0x5d7): undefined reference to `EVP_DigestSignFinal'
t1_enc.c:(.text+0x601): undefined reference to `EVP_DigestSignFinal'
t1_enc.c:(.text+0x615): undefined reference to `EVP_PKEY_free'
t1_enc.c:(.text+0x61d): undefined reference to `EVP_MD_CTX_cleanup'
t1_enc.c:(.text+0x629): undefined reference to `EVP_MD_CTX_cleanup'
t1_enc.c:(.text+0x665): undefined reference to `EVP_DigestSignFinal'
t1_enc.c:(.text+0x689): undefined reference to `EVP_PKEY_free'
t1_enc.c:(.text+0x691): undefined reference to `EVP_MD_CTX_cleanup'
t1_enc.c:(.text+0x69d): undefined reference to `EVP_MD_CTX_cleanup'
../libssl.a(t1_enc.o): In function `tls1_mac':
t1_enc.c:(.text+0xaf9): undefined reference to `EVP_MD_CTX_md'
t1_enc.c:(.text+0xb01): undefined reference to `EVP_MD_size'
t1_enc.c:(.text+0xb74): undefined reference to `EVP_DigestUpdate'
t1_enc.c:(.text+0xb8c): undefined reference to `EVP_DigestUpdate'
t1_enc.c:(.text+0xba2): undefined reference to `EVP_DigestUpdate'
t1_enc.c:(.text+0xbba): undefined reference to `EVP_DigestSignFinal'
t1_enc.c:(.text+0xcc9): undefined reference to `EVP_DigestUpdate'
t1_enc.c:(.text+0xcda): undefined reference to `EVP_MD_CTX_cleanup'
t1_enc.c:(.text+0xcf1): undefined reference to `EVP_MD_CTX_copy'
../libssl.a(t1_enc.o): In function `tls1_final_finish_mac':
t1_enc.c:(.text+0xdab): undefined reference to `EVP_MD_CTX_init'
t1_enc.c:(.text+0xe04): undefined reference to `EVP_MD_size'
t1_enc.c:(.text+0xe38): undefined reference to `EVP_MD_CTX_cleanup'
t1_enc.c:(.text+0xeec): undefined reference to `EVP_MD_CTX_cleanup'
t1_enc.c:(.text+0xf27): undefined reference to `EVP_MD_CTX_copy_ex'
t1_enc.c:(.text+0xf45): undefined reference to `EVP_DigestFinal_ex'
../libssl.a(t1_enc.o): In function `tls1_cert_verify_mac':
t1_enc.c:(.text+0xfaf): undefined reference to `EVP_MD_CTX_md'
t1_enc.c:(.text+0xfb7): undefined reference to `EVP_MD_type'
t1_enc.c:(.text+0xfd9): undefined reference to `EVP_MD_CTX_md'
t1_enc.c:(.text+0xfe1): undefined reference to `EVP_MD_type'
t1_enc.c:(.text+0x1006): undefined reference to `EVP_MD_CTX_md'
t1_enc.c:(.text+0x100e): undefined reference to `EVP_MD_type'
t1_enc.c:(.text+0x1033): undefined reference to `EVP_MD_CTX_md'
t1_enc.c:(.text+0x103b): undefined reference to `EVP_MD_type'
t1_enc.c:(.text+0x1060): undefined reference to `EVP_MD_CTX_md'
t1_enc.c:(.text+0x1068): undefined reference to `EVP_MD_type'
t1_enc.c:(.text+0x1089): undefined reference to `EVP_MD_CTX_md'
t1_enc.c:(.text+0x1091): undefined reference to `EVP_MD_type'
t1_enc.c:(.text+0x10ec): undefined reference to `EVP_MD_CTX_init'
t1_enc.c:(.text+0x10f8): undefined reference to `EVP_MD_CTX_copy_ex'
t1_enc.c:(.text+0x1110): undefined reference to `EVP_DigestFinal_ex'
t1_enc.c:(.text+0x1118): undefined reference to `EVP_MD_CTX_cleanup'
../libssl.a(t1_enc.o): In function `tls1_enc':
t1_enc.c:(.text+0x115d): undefined reference to `EVP_MD_CTX_md'
t1_enc.c:(.text+0x1173): undefined reference to `EVP_MD_CTX_md'
t1_enc.c:(.text+0x117b): undefined reference to `EVP_MD_size'
t1_enc.c:(.text+0x11a6): undefined reference to `EVP_CIPHER_CTX_cipher'
t1_enc.c:(.text+0x11be): undefined reference to `EVP_CIPHER_flags'
t1_enc.c:(.text+0x11d8): undefined reference to `EVP_CIPHER_iv_length'
t1_enc.c:(.text+0x1226): undefined reference to `EVP_MD_CTX_md'
t1_enc.c:(.text+0x123c): undefined reference to `EVP_MD_CTX_md'
t1_enc.c:(.text+0x1244): undefined reference to `EVP_MD_size'
t1_enc.c:(.text+0x1283): undefined reference to `EVP_CIPHER_CTX_cipher'
t1_enc.c:(.text+0x12ee): undefined reference to `EVP_CIPHER_block_size'
t1_enc.c:(.text+0x12fd): undefined reference to `EVP_CIPHER_flags'
t1_enc.c:(.text+0x1414): undefined reference to `EVP_CIPHER_CTX_ctrl'
t1_enc.c:(.text+0x1445): undefined reference to `EVP_Cipher'
t1_enc.c:(.text+0x1452): undefined reference to `EVP_CIPHER_flags'
t1_enc.c:(.text+0x157d): undefined reference to `EVP_CIPHER_flags'
t1_enc.c:(.text+0x1763): undefined reference to `EVP_CIPHER_CTX_flags'
../libssl.a(t1_enc.o): In function `tls1_setup_key_block':
t1_enc.c:(.text+0x18e3): undefined reference to `EVP_CIPHER_key_length'
t1_enc.c:(.text+0x18f5): undefined reference to `EVP_CIPHER_iv_length'
../libssl.a(t1_enc.o): In function `tls1_change_cipher_state':
t1_enc.c:(.text+0x1b82): undefined reference to `COMP_CTX_free'
t1_enc.c:(.text+0x1b9b): undefined reference to `COMP_CTX_new'
t1_enc.c:(.text+0x1bfa): undefined reference to `EVP_CIPHER_CTX_cleanup'
t1_enc.c:(.text+0x1c59): undefined reference to `COMP_CTX_free'
t1_enc.c:(.text+0x1c72): undefined reference to `COMP_CTX_new'
t1_enc.c:(.text+0x1cd9): undefined reference to `EVP_CIPHER_key_length'
t1_enc.c:(.text+0x1d28): undefined reference to `EVP_CIPHER_flags'
t1_enc.c:(.text+0x1d46): undefined reference to `EVP_CIPHER_iv_length'
t1_enc.c:(.text+0x1e2c): undefined reference to `EVP_CIPHER_flags'
t1_enc.c:(.text+0x1e56): undefined reference to `EVP_CIPHER_key_length'
t1_enc.c:(.text+0x1fb5): undefined reference to `EVP_CIPHER_flags'
t1_enc.c:(.text+0x1ffe): undefined reference to `EVP_CipherInit_ex'
t1_enc.c:(.text+0x200a): undefined reference to `EVP_CIPHER_flags'
t1_enc.c:(.text+0x203b): undefined reference to `EVP_CIPHER_CTX_ctrl'
t1_enc.c:(.text+0x2132): undefined reference to `EVP_PKEY_new_mac_key'
t1_enc.c:(.text+0x215c): undefined reference to `EVP_DigestSignInit'
t1_enc.c:(.text+0x2164): undefined reference to `EVP_PKEY_free'
t1_enc.c:(.text+0x21a4): undefined reference to `EVP_CipherInit_ex'
t1_enc.c:(.text+0x21c8): undefined reference to `EVP_CIPHER_CTX_ctrl'
t1_enc.c:(.text+0x21fe): undefined reference to `EVP_CIPHER_CTX_init'
t1_enc.c:(.text+0x2234): undefined reference to `EVP_CIPHER_CTX_init'
../libssl.a(d1_srvr.o): In function `dtls1_send_newsession_ticket':
d1_srvr.c:(.text+0x115): undefined reference to `EVP_CIPHER_CTX_init'
d1_srvr.c:(.text+0x1ef): undefined reference to `EVP_CIPHER_CTX_iv_length'
d1_srvr.c:(.text+0x215): undefined reference to `EVP_CIPHER_CTX_iv_length'
d1_srvr.c:(.text+0x246): undefined reference to `EVP_EncryptUpdate'
d1_srvr.c:(.text+0x26b): undefined reference to `EVP_EncryptFinal'
d1_srvr.c:(.text+0x281): undefined reference to `EVP_CIPHER_CTX_cleanup'
d1_srvr.c:(.text+0x39e): undefined reference to `EVP_aes_128_cbc'
d1_srvr.c:(.text+0x3c7): undefined reference to `EVP_EncryptInit_ex'
d1_srvr.c:(.text+0x3cc): undefined reference to `EVP_sha256'
../libssl.a(d1_srvr.o): In function `dtls1_send_certificate_request':
d1_srvr.c:(.text+0x6b1): undefined reference to `i2d_X509_NAME'
d1_srvr.c:(.text+0x6fb): undefined reference to `i2d_X509_NAME'
d1_srvr.c:(.text+0x749): undefined reference to `i2d_X509_NAME'
../libssl.a(d1_srvr.o): In function `dtls1_send_server_key_exchange':
d1_srvr.c:(.text+0x882): undefined reference to `EVP_MD_CTX_init'
d1_srvr.c:(.text+0x8a5): undefined reference to `EVP_MD_CTX_cleanup'
d1_srvr.c:(.text+0xa20): undefined reference to `EVP_PKEY_size'
d1_srvr.c:(.text+0xb9a): undefined reference to `EVP_MD_CTX_cleanup'
d1_srvr.c:(.text+0xc74): undefined reference to `EVP_ecdsa'
d1_srvr.c:(.text+0xc8c): undefined reference to `EVP_DigestInit_ex'
d1_srvr.c:(.text+0xcb3): undefined reference to `EVP_DigestUpdate'
d1_srvr.c:(.text+0xcda): undefined reference to `EVP_DigestUpdate'
d1_srvr.c:(.text+0xcf6): undefined reference to `EVP_DigestUpdate'
d1_srvr.c:(.text+0xd1c): undefined reference to `EVP_SignFinal'
d1_srvr.c:(.text+0x1122): undefined reference to `EVP_DigestInit_ex'
d1_srvr.c:(.text+0x1149): undefined reference to `EVP_DigestUpdate'
d1_srvr.c:(.text+0x1170): undefined reference to `EVP_DigestUpdate'
d1_srvr.c:(.text+0x118c): undefined reference to `EVP_DigestUpdate'
d1_srvr.c:(.text+0x11a0): undefined reference to `EVP_DigestFinal_ex'
d1_srvr.c:(.text+0x11d2): undefined reference to `EVP_DigestInit_ex'
d1_srvr.c:(.text+0x11f9): undefined reference to `EVP_DigestUpdate'
d1_srvr.c:(.text+0x1220): undefined reference to `EVP_DigestUpdate'
d1_srvr.c:(.text+0x123c): undefined reference to `EVP_DigestUpdate'
d1_srvr.c:(.text+0x1253): undefined reference to `EVP_DigestFinal_ex'
d1_srvr.c:(.text+0x13af): undefined reference to `EVP_dss1'
d1_srvr.c:(.text+0x13c7): undefined reference to `EVP_DigestInit_ex'
d1_srvr.c:(.text+0x13ee): undefined reference to `EVP_DigestUpdate'
d1_srvr.c:(.text+0x1415): undefined reference to `EVP_DigestUpdate'
d1_srvr.c:(.text+0x1431): undefined reference to `EVP_DigestUpdate'
d1_srvr.c:(.text+0x1457): undefined reference to `EVP_SignFinal'
../libssl.a(d1_srvr.o): In function `dtls1_accept':
d1_srvr.c:(.text+0x27c3): undefined reference to `EVP_PKEY_size'
../libssl.a(d1_clnt.o): In function `dtls1_send_client_certificate':
d1_clnt.c:(.text+0xbb): undefined reference to `X509_free'
d1_clnt.c:(.text+0xcb): undefined reference to `EVP_PKEY_free'
../libssl.a(d1_clnt.o): In function `dtls1_send_client_key_exchange':
d1_clnt.c:(.text+0x960): undefined reference to `X509_get_pubkey'
d1_clnt.c:(.text+0x9b9): undefined reference to `EVP_PKEY_free'
d1_clnt.c:(.text+0xa33): undefined reference to `X509_get_pubkey'
d1_clnt.c:(.text+0xb71): undefined reference to `EVP_PKEY_free'
d1_clnt.c:(.text+0xf0f): undefined reference to `EVP_PKEY_free'
../libssl.a(d1_lib.o): In function `dtls1_clear_queues':
d1_lib.c:(.text+0x381): undefined reference to `pitem_free'
d1_lib.c:(.text+0x392): undefined reference to `pqueue_pop'
d1_lib.c:(.text+0x3c1): undefined reference to `pitem_free'
d1_lib.c:(.text+0x3d2): undefined reference to `pqueue_pop'
d1_lib.c:(.text+0x3fa): undefined reference to `pitem_free'
d1_lib.c:(.text+0x40b): undefined reference to `pqueue_pop'
d1_lib.c:(.text+0x431): undefined reference to `pitem_free'
d1_lib.c:(.text+0x442): undefined reference to `pqueue_pop'
d1_lib.c:(.text+0x46a): undefined reference to `pitem_free'
d1_lib.c:(.text+0x47b): undefined reference to `pqueue_pop'
../libssl.a(d1_lib.o): In function `dtls1_free':
d1_lib.c:(.text+0x5e4): undefined reference to `pqueue_free'
d1_lib.c:(.text+0x5f5): undefined reference to `pqueue_free'
d1_lib.c:(.text+0x606): undefined reference to `pqueue_free'
d1_lib.c:(.text+0x617): undefined reference to `pqueue_free'
d1_lib.c:(.text+0x628): undefined reference to `pqueue_free'
../libssl.a(d1_lib.o): In function `dtls1_new':
d1_lib.c:(.text+0x69b): undefined reference to `pqueue_new'
d1_lib.c:(.text+0x6a6): undefined reference to `pqueue_new'
d1_lib.c:(.text+0x6b1): undefined reference to `pqueue_new'
d1_lib.c:(.text+0x6bc): undefined reference to `pqueue_new'
d1_lib.c:(.text+0x6c7): undefined reference to `pqueue_new'
d1_lib.c:(.text+0x729): undefined reference to `pqueue_free'
d1_lib.c:(.text+0x73b): undefined reference to `pqueue_free'
d1_lib.c:(.text+0x74d): undefined reference to `pqueue_free'
d1_lib.c:(.text+0x75f): undefined reference to `pqueue_free'
d1_lib.c:(.text+0x771): undefined reference to `pqueue_free'
../libssl.a(d1_pkt.o): In function `do_dtls1_write':
d1_pkt.c:(.text+0x133): undefined reference to `EVP_MD_CTX_md'
d1_pkt.c:(.text+0x191): undefined reference to `EVP_CIPHER_flags'
d1_pkt.c:(.text+0x391): undefined reference to `EVP_CIPHER_block_size'
d1_pkt.c:(.text+0x3cf): undefined reference to `EVP_MD_CTX_md'
d1_pkt.c:(.text+0x3d7): undefined reference to `EVP_MD_size'
../libssl.a(d1_pkt.o): In function `dtls1_buffer_record':
d1_pkt.c:(.text+0x632): undefined reference to `pqueue_size'
d1_pkt.c:(.text+0x679): undefined reference to `pitem_new'
d1_pkt.c:(.text+0x710): undefined reference to `pqueue_insert'
d1_pkt.c:(.text+0x7ad): undefined reference to `pitem_free'
d1_pkt.c:(.text+0x7c1): undefined reference to `pitem_free'
../libssl.a(d1_pkt.o): In function `dtls1_process_record':
d1_pkt.c:(.text+0x90a): undefined reference to `EVP_MD_CTX_md'
d1_pkt.c:(.text+0x912): undefined reference to `EVP_MD_size'
../libssl.a(d1_pkt.o): In function `dtls1_get_record':
d1_pkt.c:(.text+0xe34): undefined reference to `pqueue_peek'
d1_pkt.c:(.text+0xe61): undefined reference to `pqueue_pop'
d1_pkt.c:(.text+0xf24): undefined reference to `pitem_free'
d1_pkt.c:(.text+0x1071): undefined reference to `pqueue_pop'
d1_pkt.c:(.text+0x112c): undefined reference to `pitem_free'
d1_pkt.c:(.text+0x1165): undefined reference to `pqueue_peek'
../libssl.a(d1_pkt.o): In function `dtls1_read_bytes':
d1_pkt.c:(.text+0x15fb): undefined reference to `pqueue_pop'
d1_pkt.c:(.text+0x16b2): undefined reference to `pitem_free'
../libssl.a(d1_both.o): In function `dtls1_reassemble_fragment':
d1_both.c:(.text+0x6f8): undefined reference to `pqueue_find'
d1_both.c:(.text+0x97f): undefined reference to `pitem_new'
d1_both.c:(.text+0x9a9): undefined reference to `pqueue_insert'
../libssl.a(d1_both.o): In function `dtls1_do_write':
d1_both.c:(.text+0xc4d): undefined reference to `EVP_MD_CTX_md'
d1_both.c:(.text+0xc55): undefined reference to `EVP_MD_size'
d1_both.c:(.text+0xc6d): undefined reference to `EVP_CIPHER_flags'
d1_both.c:(.text+0x1055): undefined reference to `EVP_CIPHER_block_size'
../libssl.a(d1_both.o): In function `dtls1_retransmit_message':
d1_both.c:(.text+0x1197): undefined reference to `pqueue_find'
../libssl.a(d1_both.o): In function `dtls1_retransmit_buffered_messages':
d1_both.c:(.text+0x13d3): undefined reference to `pqueue_iterator'
d1_both.c:(.text+0x13df): undefined reference to `pqueue_next'
d1_both.c:(.text+0x13f4): undefined reference to `pqueue_next'
../libssl.a(d1_both.o): In function `dtls1_output_cert_chain':
d1_both.c:(.text+0x14df): undefined reference to `X509_STORE_CTX_init'
d1_both.c:(.text+0x152a): undefined reference to `X509_verify_cert'
d1_both.c:(.text+0x155e): undefined reference to `i2d_X509'
d1_both.c:(.text+0x15d0): undefined reference to `i2d_X509'
d1_both.c:(.text+0x15f4): undefined reference to `X509_STORE_CTX_cleanup'
d1_both.c:(.text+0x162d): undefined reference to `i2d_X509'
d1_both.c:(.text+0x169f): undefined reference to `i2d_X509'
d1_both.c:(.text+0x17f8): undefined reference to `X509_STORE_CTX_cleanup'
../libssl.a(d1_both.o): In function `dtls1_clear_record_buffer':
d1_both.c:(.text+0x184d): undefined reference to `pitem_free'
d1_both.c:(.text+0x185e): undefined reference to `pqueue_pop'
../libssl.a(d1_both.o): In function `dtls1_buffer_message':
d1_both.c:(.text+0x1990): undefined reference to `pitem_new'
d1_both.c:(.text+0x19a9): undefined reference to `pqueue_insert'
../libssl.a(d1_both.o): In function `dtls1_get_message_fragment':
d1_both.c:(.text+0x1d47): undefined reference to `pqueue_peek'
d1_both.c:(.text+0x2035): undefined reference to `pqueue_pop'
d1_both.c:(.text+0x207f): undefined reference to `pitem_free'
d1_both.c:(.text+0x211f): undefined reference to `pqueue_find'
d1_both.c:(.text+0x2429): undefined reference to `pitem_new'
d1_both.c:(.text+0x244a): undefined reference to `pqueue_insert'
../libssl.a(d1_enc.o): In function `dtls1_enc':
d1_enc.c:(.text+0x2d): undefined reference to `EVP_MD_CTX_md'
d1_enc.c:(.text+0x50): undefined reference to `EVP_CIPHER_CTX_cipher'
d1_enc.c:(.text+0xda): undefined reference to `EVP_MD_CTX_md'
d1_enc.c:(.text+0xfd): undefined reference to `EVP_CIPHER_CTX_cipher'
d1_enc.c:(.text+0x122): undefined reference to `EVP_CIPHER_block_size'
d1_enc.c:(.text+0x1b2): undefined reference to `EVP_Cipher'
d1_enc.c:(.text+0x1c6): undefined reference to `EVP_CIPHER_block_size'
d1_enc.c:(.text+0x1d9): undefined reference to `EVP_CIPHER_block_size'
d1_enc.c:(.text+0x20f): undefined reference to `EVP_MD_CTX_md'
d1_enc.c:(.text+0x217): undefined reference to `EVP_MD_size'
d1_enc.c:(.text+0x22f): undefined reference to `EVP_MD_CTX_md'
d1_enc.c:(.text+0x237): undefined reference to `EVP_MD_size'
d1_enc.c:(.text+0x267): undefined reference to `EVP_Cipher'
../libssl.a(ssl_lib.o): In function `ssl_clear_hash_ctx':
ssl_lib.c:(.text+0x832): undefined reference to `EVP_MD_CTX_destroy'
../libssl.a(ssl_lib.o): In function `SSL_CTX_set_cert_store':
ssl_lib.c:(.text+0xd33): undefined reference to `X509_STORE_free'
../libssl.a(ssl_lib.o): In function `ssl_clear_cipher_ctx':
ssl_lib.c:(.text+0x1026): undefined reference to `EVP_CIPHER_CTX_cleanup'
ssl_lib.c:(.text+0x1050): undefined reference to `EVP_CIPHER_CTX_cleanup'
ssl_lib.c:(.text+0x107a): undefined reference to `COMP_CTX_free'
ssl_lib.c:(.text+0x1096): undefined reference to `COMP_CTX_free'
../libssl.a(ssl_lib.o): In function `ssl_check_srvr_ecc_cert_and_alg':
ssl_lib.c:(.text+0x1358): undefined reference to `X509_get_pubkey'
ssl_lib.c:(.text+0x136a): undefined reference to `EVP_PKEY_bits'
ssl_lib.c:(.text+0x1374): undefined reference to `EVP_PKEY_free'
ssl_lib.c:(.text+0x1398): undefined reference to `X509_check_purpose'
../libssl.a(ssl_lib.o): In function `ssl_set_cert_masks':
ssl_lib.c:(.text+0x1653): undefined reference to `EVP_PKEY_size'
ssl_lib.c:(.text+0x16cb): undefined reference to `EVP_PKEY_size'
ssl_lib.c:(.text+0x170d): undefined reference to `EVP_PKEY_size'
ssl_lib.c:(.text+0x1922): undefined reference to `X509_check_purpose'
ssl_lib.c:(.text+0x194c): undefined reference to `X509_get_pubkey'
ssl_lib.c:(.text+0x1962): undefined reference to `EVP_PKEY_bits'
ssl_lib.c:(.text+0x196e): undefined reference to `EVP_PKEY_free'
../libssl.a(ssl_lib.o): In function `SSL_check_private_key':
ssl_lib.c:(.text+0x2534): undefined reference to `X509_check_private_key'
../libssl.a(ssl_lib.o): In function `SSL_CTX_check_private_key':
ssl_lib.c:(.text+0x260c): undefined reference to `X509_check_private_key'
../libssl.a(ssl_lib.o): In function `SSL_CTX_free':
ssl_lib.c:(.text+0x2f12): undefined reference to `X509_VERIFY_PARAM_free'
ssl_lib.c:(.text+0x2f61): undefined reference to `X509_STORE_free'
ssl_lib.c:(.text+0x2fa3): undefined reference to `X509_NAME_free'
ssl_lib.c:(.text+0x2fbd): undefined reference to `X509_free'
../libssl.a(ssl_lib.o): In function `SSL_CTX_new':
ssl_lib.c:(.text+0x3299): undefined reference to `X509_STORE_new'
ssl_lib.c:(.text+0x32ef): undefined reference to `X509_VERIFY_PARAM_new'
ssl_lib.c:(.text+0x3309): undefined reference to `EVP_get_digestbyname'
ssl_lib.c:(.text+0x3323): undefined reference to `EVP_get_digestbyname'
ssl_lib.c:(.text+0x333d): undefined reference to `EVP_get_digestbyname'
../libssl.a(ssl_lib.o): In function `ssl_replace_hash':
ssl_lib.c:(.text+0x37dd): undefined reference to `EVP_MD_CTX_destroy'
ssl_lib.c:(.text+0x37e8): undefined reference to `EVP_MD_CTX_create'
ssl_lib.c:(.text+0x3802): undefined reference to `EVP_DigestInit_ex'
../libssl.a(ssl_lib.o): In function `SSL_set_connect_state':
ssl_lib.c:(.text+0x385c): undefined reference to `EVP_MD_CTX_destroy'
ssl_lib.c:(.text+0x3878): undefined reference to `EVP_MD_CTX_destroy'
../libssl.a(ssl_lib.o): In function `SSL_set_accept_state':
ssl_lib.c:(.text+0x38cc): undefined reference to `EVP_MD_CTX_destroy'
ssl_lib.c:(.text+0x38e8): undefined reference to `EVP_MD_CTX_destroy'
../libssl.a(ssl_lib.o): In function `SSL_free':
ssl_lib.c:(.text+0x394e): undefined reference to `X509_VERIFY_PARAM_free'
ssl_lib.c:(.text+0x3a11): undefined reference to `EVP_MD_CTX_destroy'
ssl_lib.c:(.text+0x3a2d): undefined reference to `EVP_MD_CTX_destroy'
ssl_lib.c:(.text+0x3ab5): undefined reference to `X509_EXTENSION_free'
ssl_lib.c:(.text+0x3acf): undefined reference to `OCSP_RESPID_free'
ssl_lib.c:(.text+0x3afb): undefined reference to `X509_NAME_free'
../libssl.a(ssl_lib.o): In function `SSL_clear':
ssl_lib.c:(.text+0x3c6a): undefined reference to `EVP_MD_CTX_destroy'
ssl_lib.c:(.text+0x3c86): undefined reference to `EVP_MD_CTX_destroy'
../libssl.a(ssl_lib.o): In function `SSL_new':
ssl_lib.c:(.text+0x3ecc): undefined reference to `X509_VERIFY_PARAM_new'
ssl_lib.c:(.text+0x3eee): undefined reference to `X509_VERIFY_PARAM_inherit'
../libssl.a(ssl_lib.o): In function `SSL_connect':
ssl_lib.c:(.text+0x42c4): undefined reference to `EVP_MD_CTX_destroy'
ssl_lib.c:(.text+0x42e0): undefined reference to `EVP_MD_CTX_destroy'
../libssl.a(ssl_lib.o): In function `SSL_accept':
ssl_lib.c:(.text+0x4354): undefined reference to `EVP_MD_CTX_destroy'
ssl_lib.c:(.text+0x4370): undefined reference to `EVP_MD_CTX_destroy'
../libssl.a(ssl_lib.o): In function `SSL_dup':
ssl_lib.c:(.text+0x4436): undefined reference to `X509_VERIFY_PARAM_get_depth'
ssl_lib.c:(.text+0x4445): undefined reference to `X509_VERIFY_PARAM_set_depth'
ssl_lib.c:(.text+0x455f): undefined reference to `X509_VERIFY_PARAM_inherit'
ssl_lib.c:(.text+0x45e6): undefined reference to `X509_NAME_dup'
ssl_lib.c:(.text+0x4602): undefined reference to `X509_NAME_free'
../libssl.a(ssl_lib.o): In function `SSL_CTX_load_verify_locations':
ssl_lib.c:(.text+0xe3c): undefined reference to `X509_STORE_load_locations'
../libssl.a(ssl_lib.o): In function `SSL_CTX_set_default_verify_paths':
ssl_lib.c:(.text+0xe4c): undefined reference to `X509_STORE_set_default_paths'
../libssl.a(ssl_lib.o): In function `SSL_CTX_set_verify_depth':
ssl_lib.c:(.text+0x1bdf): undefined reference to `X509_VERIFY_PARAM_set_depth'
../libssl.a(ssl_lib.o): In function `SSL_set_verify_depth':
ssl_lib.c:(.text+0x1bfc): undefined reference to `X509_VERIFY_PARAM_set_depth'
../libssl.a(ssl_lib.o): In function `SSL_CTX_get_verify_depth':
ssl_lib.c:(.text+0x268f): undefined reference to `X509_VERIFY_PARAM_get_depth'
../libssl.a(ssl_lib.o): In function `SSL_get_verify_depth':
ssl_lib.c:(.text+0x26ac): undefined reference to `X509_VERIFY_PARAM_get_depth'
../libssl.a(ssl_lib.o): In function `SSL_set1_param':
ssl_lib.c:(.text+0x290c): undefined reference to `X509_VERIFY_PARAM_set1'
../libssl.a(ssl_lib.o): In function `SSL_CTX_set1_param':
ssl_lib.c:(.text+0x291f): undefined reference to `X509_VERIFY_PARAM_set1'
../libssl.a(ssl_lib.o): In function `SSL_set_trust':
ssl_lib.c:(.text+0x293c): undefined reference to `X509_VERIFY_PARAM_set_trust'
../libssl.a(ssl_lib.o): In function `SSL_CTX_set_trust':
ssl_lib.c:(.text+0x294f): undefined reference to `X509_VERIFY_PARAM_set_trust'
../libssl.a(ssl_lib.o): In function `SSL_set_purpose':
ssl_lib.c:(.text+0x296c): undefined reference to `X509_VERIFY_PARAM_set_purpose'
../libssl.a(ssl_lib.o): In function `SSL_CTX_set_purpose':
ssl_lib.c:(.text+0x297f): undefined reference to `X509_VERIFY_PARAM_set_purpose'
../libssl.a(ssl_cert.o): In function `SSL_add_file_cert_subjects_to_stack':
ssl_cert.c:(.text+0xfe): undefined reference to `PEM_read_bio_X509'
ssl_cert.c:(.text+0x112): undefined reference to `X509_get_subject_name'
ssl_cert.c:(.text+0x11e): undefined reference to `X509_NAME_dup'
ssl_cert.c:(.text+0x13c): undefined reference to `X509_NAME_free'
ssl_cert.c:(.text+0x158): undefined reference to `X509_free'
../libssl.a(ssl_cert.o): In function `add_client_CA':
ssl_cert.c:(.text+0x3d7): undefined reference to `X509_get_subject_name'
ssl_cert.c:(.text+0x3df): undefined reference to `X509_NAME_dup'
ssl_cert.c:(.text+0x40c): undefined reference to `X509_NAME_free'
../libssl.a(ssl_cert.o): In function `SSL_CTX_set_client_CA_list':
ssl_cert.c:(.text+0x496): undefined reference to `X509_NAME_free'
../libssl.a(ssl_cert.o): In function `SSL_load_client_CA_file':
ssl_cert.c:(.text+0x548): undefined reference to `X509_free'
ssl_cert.c:(.text+0x594): undefined reference to `PEM_read_bio_X509'
ssl_cert.c:(.text+0x5a8): undefined reference to `X509_get_subject_name'
ssl_cert.c:(.text+0x5b4): undefined reference to `X509_NAME_dup'
ssl_cert.c:(.text+0x5d2): undefined reference to `X509_NAME_free'
ssl_cert.c:(.text+0x5ec): undefined reference to `X509_get_subject_name'
ssl_cert.c:(.text+0x600): undefined reference to `X509_NAME_free'
../libssl.a(ssl_cert.o): In function `SSL_dup_CA_list':
ssl_cert.c:(.text+0x675): undefined reference to `X509_NAME_dup'
ssl_cert.c:(.text+0x6ae): undefined reference to `X509_NAME_free'
../libssl.a(ssl_cert.o): In function `ssl_sess_cert_free':
ssl_cert.c:(.text+0x70a): undefined reference to `X509_free'
ssl_cert.c:(.text+0x721): undefined reference to `X509_free'
ssl_cert.c:(.text+0x730): undefined reference to `X509_free'
ssl_cert.c:(.text+0x73f): undefined reference to `X509_free'
ssl_cert.c:(.text+0x74e): undefined reference to `X509_free'
../libssl.a(ssl_cert.o):ssl_cert.c:(.text+0x75d): more undefined references to `X509_free' follow
../libssl.a(ssl_cert.o): In function `ssl_cert_free':
ssl_cert.c:(.text+0x8ea): undefined reference to `EVP_PKEY_free'
ssl_cert.c:(.text+0x8f9): undefined reference to `X509_free'
ssl_cert.c:(.text+0x908): undefined reference to `EVP_PKEY_free'
ssl_cert.c:(.text+0x917): undefined reference to `X509_free'
ssl_cert.c:(.text+0x926): undefined reference to `EVP_PKEY_free'
ssl_cert.c:(.text+0x935): undefined reference to `X509_free'
ssl_cert.c:(.text+0x944): undefined reference to `EVP_PKEY_free'
ssl_cert.c:(.text+0x953): undefined reference to `X509_free'
ssl_cert.c:(.text+0x962): undefined reference to `EVP_PKEY_free'
ssl_cert.c:(.text+0x971): undefined reference to `X509_free'
ssl_cert.c:(.text+0x980): undefined reference to `EVP_PKEY_free'
ssl_cert.c:(.text+0x98f): undefined reference to `X509_free'
ssl_cert.c:(.text+0x99e): undefined reference to `EVP_PKEY_free'
ssl_cert.c:(.text+0x9b0): undefined reference to `X509_free'
ssl_cert.c:(.text+0x9c2): undefined reference to `EVP_PKEY_free'
../libssl.a(ssl_cert.o): In function `ssl_cert_new':
ssl_cert.c:(.text+0xa2e): undefined reference to `EVP_dss1'
ssl_cert.c:(.text+0xa36): undefined reference to `EVP_sha1'
ssl_cert.c:(.text+0xa3e): undefined reference to `EVP_sha1'
ssl_cert.c:(.text+0xa46): undefined reference to `EVP_ecdsa'
../libssl.a(ssl_cert.o): In function `SSL_get_ex_data_X509_STORE_CTX_idx':
ssl_cert.c:(.text+0xc26): undefined reference to `X509_STORE_CTX_get_ex_new_index'
../libssl.a(ssl_cert.o): In function `ssl_verify_cert_chain':
ssl_cert.c:(.text+0xccd): undefined reference to `X509_STORE_CTX_init'
ssl_cert.c:(.text+0xcea): undefined reference to `X509_STORE_CTX_set_ex_data'
ssl_cert.c:(.text+0xd07): undefined reference to `X509_STORE_CTX_set_default'
ssl_cert.c:(.text+0xd12): undefined reference to `X509_STORE_CTX_get0_param'
ssl_cert.c:(.text+0xd1e): undefined reference to `X509_VERIFY_PARAM_set1'
ssl_cert.c:(.text+0xd34): undefined reference to `X509_STORE_CTX_set_verify_cb'
ssl_cert.c:(.text+0xd64): undefined reference to `X509_STORE_CTX_cleanup'
ssl_cert.c:(.text+0xda7): undefined reference to `X509_verify_cert'
../libssl.a(ssl_cert.o): In function `SSL_set_client_CA_list':
ssl_cert.c:(.text+0xdd6): undefined reference to `X509_NAME_free'
../libssl.a(ssl_cert.o): In function `ssl_cert_dup':
ssl_cert.c:(.text+0xfea): undefined reference to `EVP_dss1'
ssl_cert.c:(.text+0xff2): undefined reference to `EVP_sha1'
ssl_cert.c:(.text+0xffa): undefined reference to `EVP_sha1'
ssl_cert.c:(.text+0x1002): undefined reference to `EVP_ecdsa'
ssl_cert.c:(.text+0x1079): undefined reference to `X509_free'
ssl_cert.c:(.text+0x1088): undefined reference to `EVP_PKEY_free'
ssl_cert.c:(.text+0x1097): undefined reference to `X509_free'
ssl_cert.c:(.text+0x10a6): undefined reference to `EVP_PKEY_free'
ssl_cert.c:(.text+0x10b5): undefined reference to `X509_free'
ssl_cert.c:(.text+0x10c4): undefined reference to `EVP_PKEY_free'
ssl_cert.c:(.text+0x10d3): undefined reference to `X509_free'
ssl_cert.c:(.text+0x10e2): undefined reference to `EVP_PKEY_free'
ssl_cert.c:(.text+0x10f1): undefined reference to `X509_free'
ssl_cert.c:(.text+0x1100): undefined reference to `EVP_PKEY_free'
ssl_cert.c:(.text+0x110f): undefined reference to `X509_free'
ssl_cert.c:(.text+0x111e): undefined reference to `EVP_PKEY_free'
ssl_cert.c:(.text+0x112d): undefined reference to `X509_free'
ssl_cert.c:(.text+0x113c): undefined reference to `EVP_PKEY_free'
ssl_cert.c:(.text+0x114e): undefined reference to `X509_free'
ssl_cert.c:(.text+0x116c): undefined reference to `EVP_PKEY_free'
../libssl.a(ssl_cert.o): In function `xname_cmp':
ssl_cert.c:(.text+0x3b5): undefined reference to `X509_NAME_cmp'
../libssl.a(ssl_sess.o): In function `PEM_write_SSL_SESSION':
ssl_sess.c:(.text+0x26b): undefined reference to `PEM_ASN1_write'
../libssl.a(ssl_sess.o): In function `PEM_write_bio_SSL_SESSION':
ssl_sess.c:(.text+0x2cb): undefined reference to `PEM_ASN1_write_bio'
../libssl.a(ssl_sess.o): In function `PEM_read_SSL_SESSION':
ssl_sess.c:(.text+0x313): undefined reference to `PEM_ASN1_read'
../libssl.a(ssl_sess.o): In function `PEM_read_bio_SSL_SESSION':
ssl_sess.c:(.text+0x353): undefined reference to `PEM_ASN1_read_bio'
../libssl.a(ssl_sess.o): In function `SSL_SESSION_free':
ssl_sess.c:(.text+0x736): undefined reference to `X509_free'
../libssl.a(ssl_ciph.o): In function `load_builtin_compressions':
ssl_ciph.c:(.text+0x4fe): undefined reference to `COMP_zlib'
../libssl.a(ssl_ciph.o): In function `ssl_cipher_get_evp':
ssl_ciph.c:(.text+0x1416): undefined reference to `EVP_CIPHER_flags'
ssl_ciph.c:(.text+0x151e): undefined reference to `EVP_get_cipherbyname'
ssl_ciph.c:(.text+0x1553): undefined reference to `EVP_get_cipherbyname'
ssl_ciph.c:(.text+0x15d4): undefined reference to `EVP_enc_null'
ssl_ciph.c:(.text+0x1631): undefined reference to `EVP_get_cipherbyname'
../libssl.a(ssl_ciph.o): In function `ssl_load_ciphers':
ssl_ciph.c:(.text+0x168b): undefined reference to `EVP_get_cipherbyname'
ssl_ciph.c:(.text+0x169c): undefined reference to `EVP_get_cipherbyname'
ssl_ciph.c:(.text+0x16ad): undefined reference to `EVP_get_cipherbyname'
ssl_ciph.c:(.text+0x16be): undefined reference to `EVP_get_cipherbyname'
../libssl.a(ssl_ciph.o):ssl_ciph.c:(.text+0x16cf): more undefined references to `EVP_get_cipherbyname' follow
../libssl.a(ssl_ciph.o): In function `ssl_load_ciphers':
ssl_ciph.c:(.text+0x1768): undefined reference to `EVP_get_digestbyname'
ssl_ciph.c:(.text+0x1775): undefined reference to `EVP_MD_size'
ssl_ciph.c:(.text+0x178e): undefined reference to `EVP_get_digestbyname'
ssl_ciph.c:(.text+0x179b): undefined reference to `EVP_MD_size'
ssl_ciph.c:(.text+0x17b4): undefined reference to `EVP_get_digestbyname'
ssl_ciph.c:(.text+0x17c5): undefined reference to `EVP_MD_size'
ssl_ciph.c:(.text+0x17de): undefined reference to `EVP_get_digestbyname'
ssl_ciph.c:(.text+0x180f): undefined reference to `EVP_PKEY_asn1_find_str'
ssl_ciph.c:(.text+0x1843): undefined reference to `EVP_PKEY_asn1_get0_info'
ssl_ciph.c:(.text+0x1876): undefined reference to `EVP_get_digestbyname'
ssl_ciph.c:(.text+0x1883): undefined reference to `EVP_MD_size'
ssl_ciph.c:(.text+0x1894): undefined reference to `EVP_get_digestbyname'
ssl_ciph.c:(.text+0x18a1): undefined reference to `EVP_MD_size'
../libssl.a(ssl_ciph.o): In function `ssl_create_cipher_list':
ssl_ciph.c:(.text+0x199e): undefined reference to `EVP_PKEY_asn1_find_str'
ssl_ciph.c:(.text+0x19d5): undefined reference to `EVP_PKEY_asn1_get0_info'
ssl_ciph.c:(.text+0x1a2c): undefined reference to `EVP_PKEY_asn1_find_str'
ssl_ciph.c:(.text+0x1a63): undefined reference to `EVP_PKEY_asn1_get0_info'
../libssl.a(ssl_rsa.o): In function `ssl_set_cert':
ssl_rsa.c:(.text+0x1d): undefined reference to `X509_get_pubkey'
ssl_rsa.c:(.text+0x5a): undefined reference to `EVP_PKEY_copy_parameters'
ssl_rsa.c:(.text+0x77): undefined reference to `X509_check_private_key'
ssl_rsa.c:(.text+0x87): undefined reference to `EVP_PKEY_free'
ssl_rsa.c:(.text+0xa7): undefined reference to `X509_free'
ssl_rsa.c:(.text+0x10a): undefined reference to `EVP_PKEY_free'
ssl_rsa.c:(.text+0x19b): undefined reference to `EVP_PKEY_free'
../libssl.a(ssl_rsa.o): In function `ssl_set_pkey':
ssl_rsa.c:(.text+0x377): undefined reference to `X509_get_pubkey'
ssl_rsa.c:(.text+0x385): undefined reference to `EVP_PKEY_copy_parameters'
ssl_rsa.c:(.text+0x38d): undefined reference to `EVP_PKEY_free'
ssl_rsa.c:(.text+0x3ae): undefined reference to `X509_check_private_key'
ssl_rsa.c:(.text+0x3d2): undefined reference to `EVP_PKEY_free'
ssl_rsa.c:(.text+0x453): undefined reference to `X509_free'
../libssl.a(ssl_rsa.o): In function `SSL_CTX_use_RSAPrivateKey':
ssl_rsa.c:(.text+0x652): undefined reference to `EVP_PKEY_new'
ssl_rsa.c:(.text+0x678): undefined reference to `EVP_PKEY_assign'
ssl_rsa.c:(.text+0x68f): undefined reference to `EVP_PKEY_free'
../libssl.a(ssl_rsa.o): In function `SSL_CTX_use_RSAPrivateKey_file':
ssl_rsa.c:(.text+0x89a): undefined reference to `PEM_read_bio_RSAPrivateKey'
ssl_rsa.c:(.text+0x904): undefined reference to `d2i_RSAPrivateKey_bio'
../libssl.a(ssl_rsa.o): In function `SSL_use_RSAPrivateKey':
ssl_rsa.c:(.text+0x9b2): undefined reference to `EVP_PKEY_new'
ssl_rsa.c:(.text+0x9d8): undefined reference to `EVP_PKEY_assign'
ssl_rsa.c:(.text+0x9ef): undefined reference to `EVP_PKEY_free'
../libssl.a(ssl_rsa.o): In function `SSL_use_RSAPrivateKey_file':
ssl_rsa.c:(.text+0xc00): undefined reference to `PEM_read_bio_RSAPrivateKey'
ssl_rsa.c:(.text+0xc6f): undefined reference to `d2i_RSAPrivateKey_bio'
../libssl.a(ssl_rsa.o): In function `SSL_CTX_use_PrivateKey_file':
ssl_rsa.c:(.text+0xd9c): undefined reference to `d2i_PrivateKey_bio'
ssl_rsa.c:(.text+0xdf3): undefined reference to `EVP_PKEY_free'
ssl_rsa.c:(.text+0xe5e): undefined reference to `PEM_read_bio_PrivateKey'
../libssl.a(ssl_rsa.o): In function `SSL_use_certificate_ASN1':
ssl_rsa.c:(.text+0xef1): undefined reference to `d2i_X509'
ssl_rsa.c:(.text+0xf3f): undefined reference to `X509_free'
../libssl.a(ssl_rsa.o): In function `SSL_CTX_use_PrivateKey_ASN1':
ssl_rsa.c:(.text+0xfd1): undefined reference to `d2i_PrivateKey'
ssl_rsa.c:(.text+0x101f): undefined reference to `EVP_PKEY_free'
../libssl.a(ssl_rsa.o): In function `SSL_use_PrivateKey_ASN1':
ssl_rsa.c:(.text+0x10b1): undefined reference to `d2i_PrivateKey'
ssl_rsa.c:(.text+0x10ff): undefined reference to `EVP_PKEY_free'
../libssl.a(ssl_rsa.o): In function `SSL_use_certificate_file':
ssl_rsa.c:(.text+0x1234): undefined reference to `PEM_read_bio_X509'
ssl_rsa.c:(.text+0x128b): undefined reference to `X509_free'
ssl_rsa.c:(.text+0x12e4): undefined reference to `d2i_X509_bio'
../libssl.a(ssl_rsa.o): In function `SSL_use_PrivateKey_file':
ssl_rsa.c:(.text+0x141c): undefined reference to `d2i_PrivateKey_bio'
ssl_rsa.c:(.text+0x1473): undefined reference to `EVP_PKEY_free'
ssl_rsa.c:(.text+0x14e4): undefined reference to `PEM_read_bio_PrivateKey'
../libssl.a(ssl_rsa.o): In function `SSL_CTX_use_certificate_chain_file':
ssl_rsa.c:(.text+0x15d5): undefined reference to `PEM_read_bio_X509_AUX'
ssl_rsa.c:(.text+0x1650): undefined reference to `X509_free'
ssl_rsa.c:(.text+0x1680): undefined reference to `PEM_read_bio_X509'
ssl_rsa.c:(.text+0x16b2): undefined reference to `X509_free'
ssl_rsa.c:(.text+0x16c4): undefined reference to `X509_free'
../libssl.a(ssl_rsa.o): In function `SSL_CTX_use_certificate_ASN1':
ssl_rsa.c:(.text+0x1801): undefined reference to `d2i_X509'
ssl_rsa.c:(.text+0x184f): undefined reference to `X509_free'
../libssl.a(ssl_rsa.o): In function `SSL_CTX_use_certificate_file':
ssl_rsa.c:(.text+0x197e): undefined reference to `PEM_read_bio_X509'
ssl_rsa.c:(.text+0x19d5): undefined reference to `X509_free'
ssl_rsa.c:(.text+0x1a30): undefined reference to `d2i_X509_bio'
../libssl.a(ssl_asn1.o): In function `d2i_SSL_SESSION':
ssl_asn1.c:(.text+0x7e): undefined reference to `asn1_GetSequence'
ssl_asn1.c:(.text+0xb6): undefined reference to `d2i_ASN1_INTEGER'
ssl_asn1.c:(.text+0x10c): undefined reference to `d2i_ASN1_INTEGER'
ssl_asn1.c:(.text+0x12c): undefined reference to `ASN1_INTEGER_get'
ssl_asn1.c:(.text+0x180): undefined reference to `d2i_ASN1_OCTET_STRING'
ssl_asn1.c:(.text+0x1ff): undefined reference to `asn1_add_error'
ssl_asn1.c:(.text+0x24a): undefined reference to `asn1_add_error'
ssl_asn1.c:(.text+0x314): undefined reference to `d2i_ASN1_OCTET_STRING'
ssl_asn1.c:(.text+0x384): undefined reference to `d2i_ASN1_OCTET_STRING'
ssl_asn1.c:(.text+0x450): undefined reference to `ASN1_INTEGER_get'
ssl_asn1.c:(.text+0x4a7): undefined reference to `ASN1_INTEGER_get'
ssl_asn1.c:(.text+0x4db): undefined reference to `X509_free'
ssl_asn1.c:(.text+0x55b): undefined reference to `ASN1_INTEGER_get'
ssl_asn1.c:(.text+0x63f): undefined reference to `ASN1_INTEGER_get'
ssl_asn1.c:(.text+0x6ec): undefined reference to `asn1_const_Finish'
ssl_asn1.c:(.text+0x73b): undefined reference to `d2i_ASN1_OCTET_STRING'
ssl_asn1.c:(.text+0x883): undefined reference to `ASN1_get_object'
ssl_asn1.c:(.text+0x8ce): undefined reference to `ASN1_get_object'
ssl_asn1.c:(.text+0x936): undefined reference to `asn1_add_error'
ssl_asn1.c:(.text+0x967): undefined reference to `ASN1_get_object'
ssl_asn1.c:(.text+0x9b2): undefined reference to `ASN1_get_object'
ssl_asn1.c:(.text+0x9fd): undefined reference to `ASN1_get_object'
ssl_asn1.c:(.text+0xa48): undefined reference to `ASN1_get_object'
ssl_asn1.c:(.text+0xa93): undefined reference to `ASN1_get_object'
../libssl.a(ssl_asn1.o):ssl_asn1.c:(.text+0xade): more undefined references to `ASN1_get_object' follow
../libssl.a(ssl_asn1.o): In function `d2i_SSL_SESSION':
ssl_asn1.c:(.gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o e_seed.o e_seed.c
text+0xc4a): undefined reference to `d2i_ASN1_INTEGER'
ssl_asn1.c:(.text+0xc8d): undefined reference to `d2i_ASN1_INTEGER'
ssl_asn1.c:(.text+0xcd2): undefined reference to `d2i_X509'
ssl_asn1.c:(.text+0xd15): undefined reference to `d2i_ASN1_OCTET_STRING'
ssl_asn1.c:(.text+0xd79): undefined reference to `d2i_ASN1_INTEGER'
ssl_asn1.c:(.text+0xdbc): undefined reference to `d2i_ASN1_OCTET_STRING'
ssl_asn1.c:(.text+0xe3d): undefined reference to `d2i_ASN1_OCTET_STRING'
ssl_asn1.c:(.text+0xebe): undefined reference to `d2i_ASN1_OCTET_STRING'
ssl_asn1.c:(.text+0xf3f): undefined reference to `d2i_ASN1_INTEGER'
ssl_asn1.c:(.text+0xf82): undefined reference to `d2i_ASN1_OCTET_STRING'
ssl_asn1.c:(.text+0x1002): undefined reference to `d2i_ASN1_OCTET_STRING'
ssl_asn1.c:(.text+0x107b): undefined reference to `d2i_ASN1_OCTET_STRING'
ssl_asn1.c:(.text+0x110c): undefined reference to `ASN1_const_check_infinite_end'
ssl_asn1.c:(.text+0x117b): undefined reference to `ASN1_const_check_infinite_end'
ssl_asn1.c:(.text+0x11ea): undefined reference to `ASN1_const_check_infinite_end'
ssl_asn1.c:(.text+0x123f): undefined reference to `ASN1_const_check_infinite_end'
ssl_asn1.c:(.text+0x127a): undefined reference to `ASN1_const_check_infinite_end'
../libssl.a(ssl_asn1.o):ssl_asn1.c:(.text+0x12b5): more undefined references to `ASN1_const_check_infinite_end' follow
../libssl.a(ssl_asn1.o): In function `i2d_SSL_SESSION':
ssl_asn1.c:(.text+0x1552): undefined reference to `ASN1_INTEGER_set'
ssl_asn1.c:(.text+0x1580): undefined reference to `ASN1_INTEGER_set'
ssl_asn1.c:(.text+0x171e): undefined reference to `ASN1_INTEGER_set'
ssl_asn1.c:(.text+0x17b3): undefined reference to `i2d_ASN1_INTEGER'
ssl_asn1.c:(.text+0x17cb): undefined reference to `i2d_ASN1_INTEGER'
ssl_asn1.c:(.text+0x17e1): undefined reference to `i2d_ASN1_OCTET_STRING'
ssl_asn1.c:(.text+0x17fa): undefined reference to `i2d_ASN1_OCTET_STRING'
ssl_asn1.c:(.text+0x1813): undefined reference to `i2d_ASN1_OCTET_STRING'
ssl_asn1.c:(.text+0x187a): undefined reference to `i2d_X509'
ssl_asn1.c:(.text+0x1896): undefined reference to `ASN1_object_size'
ssl_asn1.c:(.text+0x18af): undefined reference to `i2d_ASN1_OCTET_STRING'
ssl_asn1.c:(.text+0x18cb): undefined reference to `ASN1_object_size'
ssl_asn1.c:(.text+0x190d): undefined reference to `i2d_ASN1_INTEGER'
ssl_asn1.c:(.text+0x1929): undefined reference to `ASN1_object_size'
ssl_asn1.c:(.text+0x1954): undefined reference to `i2d_ASN1_OCTET_STRING'
ssl_asn1.c:(.text+0x1970): undefined reference to `ASN1_object_size'
ssl_asn1.c:(.text+0x199b): undefined reference to `i2d_ASN1_OCTET_STRING'
ssl_asn1.c:(.text+0x19b7): undefined reference to `ASN1_object_size'
ssl_asn1.c:(.text+0x19f8): undefined reference to `i2d_ASN1_OCTET_STRING'
ssl_asn1.c:(.text+0x1a14): undefined reference to `ASN1_object_size'
ssl_asn1.c:(.text+0x1a39): undefined reference to `i2d_ASN1_OCTET_STRING'
ssl_asn1.c:(.text+0x1a53): undefined reference to `ASN1_object_size'
ssl_asn1.c:(.text+0x1a7e): undefined reference to `i2d_ASN1_OCTET_STRING'
ssl_asn1.c:(.text+0x1a9a): undefined reference to `ASN1_object_size'
ssl_asn1.c:(.text+0x1ab4): undefined reference to `ASN1_object_size'
ssl_asn1.c:(.text+0x1b02): undefined reference to `ASN1_put_object'
ssl_asn1.c:(.text+0x1b12): undefined reference to `i2d_ASN1_INTEGER'
ssl_asn1.c:(.text+0x1b22): undefined reference to `i2d_ASN1_INTEGER'
ssl_asn1.c:(.text+0x1b32): undefined reference to `i2d_ASN1_OCTET_STRING'
ssl_asn1.c:(.text+0x1b45): undefined reference to `i2d_ASN1_OCTET_STRING'
ssl_asn1.c:(.text+0x1b58): undefined reference to `i2d_ASN1_OCTET_STRING'
ssl_asn1.c:(.text+0x1bb1): undefined reference to `ASN1_put_object'
ssl_asn1.c:(.text+0x1bc3): undefined reference to `i2d_X509'
ssl_asn1.c:(.text+0x1beb): undefined reference to `ASN1_put_object'
ssl_asn1.c:(.text+0x1bfe): undefined reference to `i2d_ASN1_OCTET_STRING'
ssl_asn1.c:(.text+0x1c3e): undefined reference to `ASN1_put_object'
ssl_asn1.c:(.text+0x1c51): undefined reference to `i2d_ASN1_OCTET_STRING'
ssl_asn1.c:(.text+0x1c83): undefined reference to `ASN1_put_object'
ssl_asn1.c:(.text+0x1c96): undefined reference to `i2d_ASN1_OCTET_STRING'
ssl_asn1.c:(.text+0x1cc4): undefined reference to `ASN1_put_object'
ssl_asn1.c:(.text+0x1cd7): undefined reference to `i2d_ASN1_OCTET_STRING'
ssl_asn1.c:(.text+0x1d09): undefined reference to `ASN1_put_object'
ssl_asn1.c:(.text+0x1d1c): undefined reference to `i2d_ASN1_INTEGER'
ssl_asn1.c:(.text+0x1d4e): undefined reference to `ASN1_put_object'
ssl_asn1.c:(.text+0x1d61): undefined reference to `i2d_ASN1_OCTET_STRING'
ssl_asn1.c:(.text+0x1da1): undefined reference to `ASN1_put_object'
ssl_asn1.c:(.text+0x1db4): undefined reference to `i2d_ASN1_OCTET_STRING'
ssl_asn1.c:(.text+0x1e69): undefined reference to `ASN1_INTEGER_set'
ssl_asn1.c:(.text+0x1e85): undefined reference to `i2d_ASN1_INTEGER'
ssl_asn1.c:(.text+0x1ea1): undefined reference to `ASN1_object_size'
ssl_asn1.c:(.text+0x1ec3): undefined reference to `i2d_ASN1_INTEGER'
ssl_asn1.c:(.text+0x1edf): undefined reference to `ASN1_object_size'
ssl_asn1.c:(.text+0x1f03): undefined reference to `i2d_ASN1_INTEGER'
ssl_asn1.c:(.text+0x1f1f): undefined reference to `ASN1_object_size'
ssl_asn1.c:(.text+0x1f43): undefined reference to `i2d_ASN1_OCTET_STRING'
ssl_asn1.c:(.text+0x1f63): undefined reference to `i2d_ASN1_OCTET_STRING'
ssl_asn1.c:(.text+0x1f7f): undefined reference to `ASN1_object_size'
ssl_asn1.c:(.text+0x1fc9): undefined reference to `ASN1_INTEGER_set'
ssl_asn1.c:(.text+0x200b): undefined reference to `ASN1_INTEGER_set'
ssl_asn1.c:(.text+0x2064): undefined reference to `ASN1_put_object'
ssl_asn1.c:(.text+0x2077): undefined reference to `i2d_ASN1_OCTET_STRING'
ssl_asn1.c:(.text+0x20a6): undefined reference to `i2d_ASN1_OCTET_STRING'
ssl_asn1.c:(.text+0x20e7): undefined reference to `ASN1_put_object'
ssl_asn1.c:(.text+0x20fa): undefined reference to `i2d_ASN1_INTEGER'
ssl_asn1.c:(.text+0x2134): undefined reference to `ASN1_put_object'
ssl_asn1.c:(.text+0x2147): undefined reference to `i2d_ASN1_INTEGER'
ssl_asn1.c:(.text+0x2184): undefined reference to `ASN1_put_object'
ssl_asn1.c:(.text+0x2197): undefined reference to `i2d_ASN1_INTEGER'
../libssl.a(ssl_txt.o): In function `SSL_SESSION_print':
ssl_txt.c:(.text+0x403): undefined reference to `X509_verify_cert_error_string'
../libssl.a(ssl_algs.o): In function `SSL_library_init':
ssl_algs.c:(.text+0x4): undefined reference to `EVP_des_cbc'
ssl_algs.c:(.text+0xc): undefined reference to `EVP_add_cipher'
ssl_algs.c:(.text+0x11): undefined reference to `EVP_des_ede3_cbc'
ssl_algs.c:(.text+0x19): undefined reference to `EVP_add_cipher'
ssl_algs.c:(.text+0x1e): undefined reference to `EVP_idea_cbc'
ssl_algs.c:(.text+0x26): undefined reference to `EVP_add_cipher'
ssl_algs.c:(.text+0x2b): undefined reference to `EVP_rc4'
ssl_algs.c:(.text+0x33): undefined reference to `EVP_add_cipher'
ssl_algs.c:(.text+0x38): undefined reference to `EVP_rc2_cbc'
ssl_algs.c:(.text+0x40): undefined reference to `EVP_add_cipher'
ssl_algs.c:(.text+0x45): undefined reference to `EVP_rc2_40_cbc'
ssl_algs.c:(.text+0x4d): undefined reference to `EVP_add_cipher'
ssl_algs.c:(.text+0x52): undefined reference to `EVP_aes_128_cbc'
ssl_algs.c:(.text+0x5a): undefined reference to `EVP_add_cipher'
ssl_algs.c:(.text+0x5f): undefined reference to `EVP_aes_192_cbc'
ssl_algs.c:(.text+0x67): undefined reference to `EVP_add_cipher'
ssl_algs.c:(.text+0x6c): undefined reference to `EVP_aes_256_cbc'
ssl_algs.c:(.text+0x74): undefined reference to `EVP_add_cipher'
ssl_algs.c:(.text+0x79): undefined reference to `EVP_aes_128_gcm'
ssl_algs.c:(.text+0x81): undefined reference to `EVP_add_cipher'
ssl_algs.c:(.text+0x86): undefined reference to `EVP_aes_256_gcm'
ssl_algs.c:(.text+0x8e): undefined reference to `EVP_add_cipher'
ssl_algs.c:(.text+0x93): undefined reference to `EVP_aes_128_cbc_hmac_sha1'
ssl_algs.c:(.text+0x9b): undefined reference to `EVP_add_cipher'
ssl_algs.c:(.text+0xa0): undefined reference to `EVP_aes_256_cbc_hmac_sha1'
ssl_algs.c:(.text+0xa8): undefined reference to `EVP_add_cipher'
ssl_algs.c:(.text+0xad): undefined reference to `EVP_camellia_128_cbc'
ssl_algs.c:(.text+0xb5): undefined reference to `EVP_add_cipher'
ssl_algs.c:(.text+0xba): undefined reference to `EVP_camellia_256_cbc'
ssl_algs.c:(.text+0xc2): undefined reference to `EVP_add_cipher'
ssl_algs.c:(.text+0xc7): undefined reference to `EVP_seed_cbc'
ssl_algs.c:(.text+0xcf): undefined reference to `EVP_add_cipher'
ssl_algs.c:(.text+0xd4): undefined reference to `EVP_md5'
ssl_algs.c:(.text+0xdc): undefined reference to `EVP_add_digest'
ssl_algs.c:(.text+0x119): undefined reference to `EVP_sha1'
ssl_algs.c:(.text+0x121): undefined reference to `EVP_add_digest'
ssl_algs.c:(.text+0x15e): undefined reference to `EVP_sha224'
ssl_algs.c:(.text+0x166): undefined reference to `EVP_add_digest'
ssl_algs.c:(.text+0x16b): undefined reference to `EVP_sha256'
ssl_algs.c:(.text+0x173): undefined reference to `EVP_add_digest'
ssl_algs.c:(.text+0x178): undefined reference to `EVP_sha384'
ssl_algs.c:(.text+0x180): undefined reference to `EVP_add_digest'
ssl_algs.c:(.text+0x185): undefined reference to `EVP_sha512'
ssl_algs.c:(.text+0x18d): undefined reference to `EVP_add_digest'
ssl_algs.c:(.text+0x192): undefined reference to `EVP_dss1'
ssl_algs.c:(.text+0x19a): undefined reference to `EVP_add_digest'
ssl_algs.c:(.text+0x1f3): undefined reference to `EVP_ecdsa'
ssl_algs.c:(.text+0x1fb): undefined reference to `EVP_add_digest'
../libssl.a(tls_srp.o): In function `SRP_Calc_A_param':
tls_srp.c:(.text+0x323): undefined reference to `SRP_Calc_A'
tls_srp.c:(.text+0x369): undefined reference to `SRP_check_known_gN_param'
../libssl.a(tls_srp.o): In function `SRP_generate_client_master_secret':
tls_srp.c:(.text+0x3ab): undefined reference to `SRP_Verify_B_mod_N'
tls_srp.c:(.text+0x3d5): undefined reference to `SRP_Calc_u'
tls_srp.c:(.text+0x424): undefined reference to `SRP_Calc_x'
tls_srp.c:(.text+0x468): undefined reference to `SRP_Calc_client_key'
../libssl.a(tls_srp.o): In function `SRP_generate_server_master_secret':
tls_srp.c:(.text+0x5cb): undefined reference to `SRP_Verify_A_mod_N'
tls_srp.c:(.text+0x5f5): undefined reference to `SRP_Calc_u'
tls_srp.c:(.text+0x637): undefined reference to `SRP_Calc_server_key'
../libssl.a(tls_srp.o): In function `SSL_set_srp_server_param_pw':
tls_srp.c:(.text+0xb71): undefined reference to `SRP_get_default_gN'
tls_srp.c:(.text+0xc0b): undefined reference to `SRP_create_verifier_BN'
../libssl.a(tls_srp.o): In function `SSL_srp_server_param_with_username':
tls_srp.c:(.text+0xcf9): undefined reference to `SRP_Calc_B'
../libcrypto.a(obj_dat.o): In function `cleanup3_LHASH_DOALL':
obj_dat.c:(.text+0x16c): undefined reference to `ASN1_OBJECT_free'
../libcrypto.a(obj_dat.o): In function `OBJ_create':
obj_dat.c:(.text+0x7e5): undefined reference to `a2d_ASN1_OBJECT'
obj_dat.c:(.text+0x829): undefined reference to `a2d_ASN1_OBJECT'
obj_dat.c:(.text+0x837): undefined reference to `ASN1_OBJECT_free'
obj_dat.c:(.text+0x88a): undefined reference to `ASN1_OBJECT_create'
../libcrypto.a(obj_dat.o): In function `OBJ_txt2obj':
obj_dat.c:(.text+0xf5b): undefined reference to `a2d_ASN1_OBJECT'
obj_dat.c:(.text+0x1093): undefined reference to `ASN1_object_size'
obj_dat.c:(.text+0x10e3): undefined reference to `ASN1_put_object'
obj_dat.c:(.text+0x1103): undefined reference to `a2d_ASN1_OBJECT'
obj_dat.c:(.text+0x111f): undefined reference to `d2i_ASN1_OBJECT'
../libcrypto.a(obj_dat.o): In function `OBJ_txt2nid':
obj_dat.c:(.text+0x1238): undefined reference to `ASN1_OBJECT_free'
../libcrypto.a(obj_lib.o): In function `OBJ_dup':
obj_lib.c:(.text+0x81): undefined reference to `ASN1_OBJECT_new'
../libcrypto.a(hmac.o): In function `HMAC_CTX_set_flags':
hmac.c:(.text+0x1e): undefined reference to `EVP_MD_CTX_set_flags'
hmac.c:(.text+0x30): undefined reference to `EVP_MD_CTX_set_flags'
../libcrypto.a(hmac.o): In function `HMAC_CTX_cleanup':
hmac.c:(.text+0x5f): undefined reference to `EVP_MD_CTX_cleanup'
hmac.c:(.text+0x6a): undefined reference to `EVP_MD_CTX_cleanup'
hmac.c:(.text+0x75): undefined reference to `EVP_MD_CTX_cleanup'
../libcrypto.a(hmac.o): In function `HMAC_CTX_copy':
hmac.c:(.text+0xc1): undefined reference to `EVP_MD_CTX_copy'
hmac.c:(.text+0xe5): undefined reference to `EVP_MD_CTX_copy'
hmac.c:(.text+0xfb): undefined reference to `EVP_MD_CTX_copy'
../libcrypto.a(hmac.o): In function `HMAC_CTX_init':
hmac.c:(.text+0x14f): undefined reference to `EVP_MD_CTX_init'
hmac.c:(.text+0x15d): undefined reference to `EVP_MD_CTX_init'
../libcrypto.a(hmac.o): In function `HMAC_Final':
hmac.c:(.text+0x19a): undefined reference to `EVP_DigestFinal_ex'
hmac.c:(.text+0x1bf): undefined reference to `EVP_MD_CTX_copy_ex'
hmac.c:(.text+0x1d7): undefined reference to `EVP_DigestUpdate'
hmac.c:(.text+0x1f3): undefined reference to `EVP_DigestFinal_ex'
../libcrypto.a(hmac.o): In function `HMAC_Init_ex':
hmac.c:(.text+0x261): undefined reference to `EVP_MD_block_size'
hmac.c:(.text+0x2ff): undefined reference to `EVP_DigestInit_ex'
hmac.c:(.text+0x318): undefined reference to `EVP_MD_block_size'
hmac.c:(.text+0x328): undefined reference to `EVP_DigestUpdate'
hmac.c:(.text+0x362): undefined reference to `EVP_DigestInit_ex'
hmac.c:(.text+0x36e): undefined reference to `EVP_MD_block_size'
hmac.c:(.text+0x382): undefined reference to `EVP_DigestUpdate'
hmac.c:(.text+0x399): undefined reference to `EVP_MD_CTX_copy_ex'
hmac.c:(.text+0x3f6): undefined reference to `EVP_DigestInit_ex'
hmac.c:(.text+0x415): undefined reference to `EVP_DigestUpdate'
hmac.c:(.text+0x433): undefined reference to `EVP_DigestFinal_ex'
../libcrypto.a(hmac.o): In function `HMAC_Init':
hmac.c:(.text+0x49a): undefined reference to `EVP_MD_CTX_init'
hmac.c:(.text+0x4a5): undefined reference to `EVP_MD_CTX_init'
hmac.c:(.text+0x4b0): undefined reference to `EVP_MD_CTX_init'
../libcrypto.a(hmac.o): In function `HMAC':
hmac.c:(.text+0x53b): undefined reference to `EVP_MD_CTX_init'
hmac.c:(.text+0x547): undefined reference to `EVP_MD_CTX_init'
../libcrypto.a(hmac.o):hmac.c:(.text+0x54f): more undefined references to `EVP_MD_CTX_init' follow
../libcrypto.a(hmac.o): In function `HMAC':
hmac.c:(.text+0x5f4): undefined reference to `EVP_DigestUpdate'
hmac.c:(.text+0x616): undefined reference to `EVP_DigestFinal_ex'
hmac.c:(.text+0x62a): undefined reference to `EVP_MD_CTX_copy_ex'
hmac.c:(.text+0x649): undefined reference to `EVP_DigestUpdate'
hmac.c:(.text+0x668): undefined reference to `EVP_DigestFinal_ex'
hmac.c:(.text+0x67c): undefined reference to `EVP_MD_CTX_cleanup'
hmac.c:(.text+0x688): undefined reference to `EVP_MD_CTX_cleanup'
hmac.c:(.text+0x690): undefined reference to `EVP_MD_CTX_cleanup'
../libcrypto.a(hmac.o): In function `HMAC_CTX_set_flags':
hmac.c:(.text+0x48): undefined reference to `EVP_MD_CTX_set_flags'
../libcrypto.a(hmac.o): In function `HMAC_CTX_init':
hmac.c:(.text+0x16a): undefined reference to `EVP_MD_CTX_init'
../libcrypto.a(hmac.o): In function `HMAC_Update':
hmac.c:(.text+0x21c): undefined reference to `EVP_DigestUpdate'
../libcrypto.a(ec_asn1.o): In function `ec_asn1_pkparameters2group':
ec_asn1.c:(.text+0x57f): undefined reference to `ASN1_INTEGER_to_BN'
ec_asn1.c:(.text+0x991): undefined reference to `ASN1_INTEGER_get'
ec_asn1.c:(.text+0xd95): undefined reference to `ASN1_INTEGER_to_BN'
ec_asn1.c:(.text+0xe7b): undefined reference to `ASN1_INTEGER_to_BN'
../libcrypto.a(ec_asn1.o): In function `EC_PRIVATEKEY_free':
ec_asn1.c:(.text+0xf03): undefined reference to `ASN1_item_free'
../libcrypto.a(ec_asn1.o): In function `ECPKPARAMETERS_free':
ec_asn1.c:(.text+0xf23): undefined reference to `ASN1_item_free'
../libcrypto.a(ec_asn1.o): In function `ECPARAMETERS_free':
ec_asn1.c:(.text+0xf43): undefined reference to `ASN1_item_free'
../libcrypto.a(ec_asn1.o): In function `X9_62_CHARACTERISTIC_TWO_free':
ec_asn1.c:(.text+0xf63): undefined reference to `ASN1_item_free'
../libcrypto.a(ec_asn1.o): In function `X9_62_PENTANOMIAL_free':
ec_asn1.c:(.text+0xf83): undefined reference to `ASN1_item_free'
../libcrypto.a(ec_asn1.o): In function `EC_PRIVATEKEY_new':
ec_asn1.c:(.text+0xf9b): undefined reference to `ASN1_item_new'
../libcrypto.a(ec_asn1.o): In function `ECPKPARAMETERS_new':
ec_asn1.c:(.text+0xfbb): undefined reference to `ASN1_item_new'
../libcrypto.a(ec_asn1.o): In function `ECPARAMETERS_new':
ec_asn1.c:(.text+0xfdb): undefined reference to `ASN1_item_new'
../libcrypto.a(ec_asn1.o): In function `X9_62_CHARACTERISTIC_TWO_new':
ec_asn1.c:(.text+0xffb): undefined reference to `ASN1_item_new'
../libcrypto.a(ec_asn1.o): In function `X9_62_PENTANOMIAL_new':
ec_asn1.c:(.text+0x101b): undefined reference to `ASN1_item_new'
../libcrypto.a(ec_asn1.o): In function `i2d_EC_PRIVATEKEY':
ec_asn1.c:(.text+0x104b): undefined reference to `ASN1_item_i2d'
../libcrypto.a(ec_asn1.o): In function `i2d_ECPKPARAMETERS':
ec_asn1.c:(.text+0x107b): undefined reference to `ASN1_item_i2d'
../libcrypto.a(ec_asn1.o): In function `d2i_ECPKParameters':
ec_asn1.c:(.text+0x10c3): undefined reference to `ASN1_item_d2i'
ec_asn1.c:(.text+0x10f8): undefined reference to `ASN1_item_free'
ec_asn1.c:(.text+0x114c): undefined reference to `ASN1_item_free'
ec_asn1.c:(.text+0x118a): undefined reference to `ASN1_item_free'
../libcrypto.a(ec_asn1.o): In function `d2i_EC_PRIVATEKEY':
ec_asn1.c:(.text+0x12d3): undefined reference to `ASN1_item_d2i'
../libcrypto.a(ec_asn1.o): In function `d2i_ECPKPARAMETERS':
ec_asn1.c:(.text+0x1303): undefined reference to `ASN1_item_d2i'
../libcrypto.a(ec_asn1.o): In function `d2i_ECPrivateKey':
ec_asn1.c:(.text+0x1329): undefined reference to `ASN1_item_new'
ec_asn1.c:(.text+0x1359): undefined reference to `ASN1_item_d2i'
ec_asn1.c:(.text+0x1464): undefined reference to `ASN1_item_free'
ec_asn1.c:(.text+0x15eb): undefined reference to `ASN1_item_free'
../libcrypto.a(ec_asn1.o): In function `ec_asn1_group2pkparameters':
ec_asn1.c:(.text+0x1630): undefined reference to `ASN1_OBJECT_free'
ec_asn1.c:(.text+0x1666): undefined reference to `ASN1_item_free'
ec_asn1.c:(.text+0x16cc): undefined reference to `ASN1_item_new'
ec_asn1.c:(.text+0x16fd): undefined reference to `ASN1_OBJECT_free'
ec_asn1.c:(.text+0x170c): undefined reference to `ASN1_TYPE_free'
ec_asn1.c:(.text+0x1748): undefined reference to `ASN1_item_new'
ec_asn1.c:(.text+0x17ea): undefined reference to `ASN1_item_free'
ec_asn1.c:(.text+0x185d): undefined reference to `ASN1_item_free'
ec_asn1.c:(.text+0x18ae): undefined reference to `ASN1_item_new'
ec_asn1.c:(.text+0x1b74): undefined reference to `ASN1_STRING_set'
ec_asn1.c:(.text+0x1b93): undefined reference to `ASN1_STRING_set'
ec_asn1.c:(.text+0x1bd5): undefined reference to `ASN1_BIT_STRING_set'
ec_asn1.c:(.text+0x1cb3): undefined reference to `BN_to_ASN1_INTEGER'
ec_asn1.c:(.text+0x1d41): undefined reference to `ASN1_NULL_new'
ec_asn1.c:(.text+0x1e8e): undefined reference to `ASN1_item_new'
ec_asn1.c:(.text+0x1f34): undefined reference to `ASN1_INTEGER_new'
ec_asn1.c:(.text+0x1f4b): undefined reference to `ASN1_INTEGER_set'
ec_asn1.c:(.text+0x2057): undefined reference to `ASN1_OCTET_STRING_set'
ec_asn1.c:(.text+0x2289): undefined reference to `BN_to_ASN1_INTEGER'
ec_asn1.c:(.text+0x22c7): undefined reference to `BN_to_ASN1_INTEGER'
ec_asn1.c:(.text+0x22e4): undefined reference to `ASN1_OCTET_STRING_new'
ec_asn1.c:(.text+0x2311): undefined reference to `ASN1_BIT_STRING_new'
ec_asn1.c:(.text+0x2344): undefined reference to `ASN1_BIT_STRING_free'
../libcrypto.a(ec_asn1.o): In function `i2d_ECPrivateKey':
ec_asn1.c:(.text+0x23bd): undefined reference to `ASN1_item_new'
ec_asn1.c:(.text+0x2444): undefined reference to `ASN1_STRING_set'
ec_asn1.c:(.text+0x2471): undefined reference to `ASN1_STRING_type_new'
ec_asn1.c:(.text+0x25ec): undefined reference to `ASN1_item_free'
ec_asn1.c:(.text+0x2672): undefined reference to `ASN1_item_i2d'
ec_asn1.c:(.text+0x2780): undefined reference to `ASN1_STRING_set'
../libcrypto.a(ec_asn1.o): In function `i2d_ECPKParameters':
ec_asn1.c:(.text+0x27ea): undefined reference to `ASN1_item_i2d'
ec_asn1.c:(.text+0x282c): undefined reference to `ASN1_item_free'
ec_asn1.c:(.text+0x2844): undefined reference to `ASN1_item_free'
../libcrypto.a(ec_asn1.o):(.rodata+0xf0): undefined reference to `LONG_it'
../libcrypto.a(ec_asn1.o):(.rodata+0x104): undefined reference to `LONG_it'
../libcrypto.a(ec_asn1.o):(.rodata+0x118): undefined reference to `LONG_it'
../libcrypto.a(ec_asn1.o):(.rodata+0x130): undefined reference to `LONG_it'
../libcrypto.a(ec_asn1.o):(.rodata+0x144): undefined reference to `ASN1_OBJECT_it'
../libcrypto.a(ec_asn1.o):(.rodata+0x170): undefined reference to `ASN1_OBJECT_it'
../libcrypto.a(ec_asn1.o):(.rodata+0x1b0): undefined reference to `ASN1_OCTET_STRING_it'
../libcrypto.a(ec_asn1.o):(.rodata+0x1c4): undefined reference to `ASN1_OCTET_STRING_it'
../libcrypto.a(ec_asn1.o):(.rodata+0x1d8): undefined reference to `ASN1_BIT_STRING_it'
../libcrypto.a(ec_asn1.o):(.rodata+0x1f0): undefined reference to `LONG_it'
../libcrypto.a(ec_asn1.o):(.rodata+0x22c): undefined reference to `ASN1_OCTET_STRING_it'
../libcrypto.a(ec_asn1.o):(.rodata+0x240): undefined reference to `ASN1_INTEGER_it'
../libcrypto.a(ec_asn1.o):(.rodata+0x254): undefined reference to `ASN1_INTEGER_it'
../libcrypto.a(ec_asn1.o):(.rodata+0x270): undefined reference to `ASN1_OBJECT_it'
../libcrypto.a(ec_asn1.o):(.rodata+0x298): undefined reference to `ASN1_NULL_it'
../libcrypto.a(ec_asn1.o):(.rodata+0x2b0): undefined reference to `LONG_it'
../libcrypto.a(ec_asn1.o):(.rodata+0x2c4): undefined reference to `ASN1_OCTET_STRING_it'
../libcrypto.a(ec_asn1.o):(.rodata+0x2ec): undefined reference to `ASN1_BIT_STRING_it'
../libcrypto.a(ec_asn1.o):(.rodata+0x354): undefined reference to `ASN1_NULL_it'
../libcrypto.a(ec_asn1.o):(.rodata+0x36c): undefined reference to `ASN1_INTEGER_it'
../libcrypto.a(ec_asn1.o):(.rodata+0x398): undefined reference to `ASN1_ANY_it'
../libcrypto.a(ec_asn1.o):(.rodata+0x3b4): undefined reference to `ASN1_INTEGER_it'
../libcrypto.a(ec_asn1.o):(.rodata+0x3e0): undefined reference to `ASN1_ANY_it'
../libcrypto.a(eck_prn.o): In function `ECPKParameters_print':
eck_prn.c:(.text+0x659): undefined reference to `ASN1_bn_print'
eck_prn.c:(.text+0x685): undefined reference to `ASN1_bn_print'
eck_prn.c:(.text+0x6b1): undefined reference to `ASN1_bn_print'
eck_prn.c:(.text+0x6f7): undefined reference to `ASN1_bn_print'
eck_prn.c:(.text+0x723): undefined reference to `ASN1_bn_print'
../libcrypto.a(eck_prn.o):eck_prn.c:(.text+0x74f): more undefined references to `ASN1_bn_print' follow
../libcrypto.a(eck_prn.o): In function `ECParameters_print':
eck_prn.c:(.text+0x91c): undefined reference to `EVP_PKEY_new'
eck_prn.c:(.text+0x932): undefined reference to `EVP_PKEY_set1_EC_KEY'
eck_prn.c:(.text+0x96c): undefined reference to `EVP_PKEY_print_params'
eck_prn.c:(.text+0x976): undefined reference to `EVP_PKEY_free'
../libcrypto.a(eck_prn.o): In function `EC_KEY_print':
eck_prn.c:(.text+0x99c): undefined reference to `EVP_PKEY_new'
eck_prn.c:(.text+0x9b2): undefined reference to `EVP_PKEY_set1_EC_KEY'
eck_prn.c:(.text+0x9ec): undefined reference to `EVP_PKEY_print_private'
eck_prn.c:(.text+0x9f6): undefined reference to `EVP_PKEY_free'
../libcrypto.a(eck_prn.o): In function `EC_KEY_print_fp':
eck_prn.c:(.text+0xaf7): undefined reference to `EVP_PKEY_new'
eck_prn.c:(.text+0xb0d): undefined reference to `EVP_PKEY_set1_EC_KEY'
eck_prn.c:(.text+0xb49): undefined reference to `EVP_PKEY_print_private'
eck_prn.c:(.text+0xb53): undefined reference to `EVP_PKEY_free'
../libcrypto.a(eck_prn.o): In function `ECParameters_print_fp':
eck_prn.c:(.text+0xbd7): undefined reference to `EVP_PKEY_new'
eck_prn.c:(.text+0xbed): undefined reference to `EVP_PKEY_set1_EC_KEY'
eck_prn.c:(.text+0xc29): undefined reference to `EVP_PKEY_print_params'
eck_prn.c:(.text+0xc33): undefined reference to `EVP_PKEY_free'
../libcrypto.a(rsa_sign.o): In function `int_rsa_verify':
rsa_sign.c:(.text+0x217): undefined reference to `d2i_X509_SIG'
rsa_sign.c:(.text+0x267): undefined reference to `X509_SIG_free'
rsa_sign.c:(.text+0x33b): undefined reference to `ASN1_TYPE_get'
rsa_sign.c:(.text+0x403): undefined reference to `EVP_get_digestbyname'
rsa_sign.c:(.text+0x413): undefined reference to `EVP_MD_size'
../libcrypto.a(rsa_sign.o): In function `RSA_sign':
rsa_sign.c:(.text+0x6a5): undefined reference to `i2d_X509_SIG'
rsa_sign.c:(.text+0x70c): undefined reference to `i2d_X509_SIG'
../libcrypto.a(rsa_oaep.o): In function `PKCS1_MGF1':
rsa_oaep.c:(.text+0x16): undefined reference to `EVP_MD_CTX_init'
rsa_oaep.c:(.text+0x25): undefined reference to `EVP_MD_size'
rsa_oaep.c:(.text+0x7f): undefined reference to `EVP_DigestInit_ex'
rsa_oaep.c:(.text+0xa5): undefined reference to `EVP_DigestUpdate'
rsa_oaep.c:(.text+0xc5): undefined reference to `EVP_DigestUpdate'
rsa_oaep.c:(.text+0xfa): undefined reference to `EVP_DigestFinal_ex'
rsa_oaep.c:(.text+0x126): undefined reference to `EVP_DigestFinal_ex'
rsa_oaep.c:(.text+0x157): undefined reference to `EVP_MD_CTX_cleanup'
../libcrypto.a(rsa_oaep.o): In function `RSA_padding_add_PKCS1_OAEP':
rsa_oaep.c:(.text+0x1f3): undefined reference to `EVP_sha1'
rsa_oaep.c:(.text+0x223): undefined reference to `EVP_Digest'
rsa_oaep.c:(.text+0x2f4): undefined reference to `EVP_sha1'
rsa_oaep.c:(.text+0x336): undefined reference to `EVP_sha1'
../libcrypto.a(rsa_oaep.o): In function `RSA_padding_check_PKCS1_OAEP':
rsa_oaep.c:(.text+0x45b): undefined reference to `EVP_sha1'
rsa_oaep.c:(.text+0x502): undefined reference to `EVP_sha1'
rsa_oaep.c:(.text+0x556): undefined reference to `EVP_sha1'
rsa_oaep.c:(.text+0x58c): undefined reference to `EVP_Digest'
../libcrypto.a(rsa_asn1.o): In function `RSAPrivateKey_dup':
rsa_asn1.c:(.text+0x63): undefined reference to `ASN1_item_dup'
../libcrypto.a(rsa_asn1.o): In function `RSAPublicKey_dup':
rsa_asn1.c:(.text+0x83): undefined reference to `ASN1_item_dup'
../libcrypto.a(rsa_asn1.o): In function `i2d_RSAPublicKey':
rsa_asn1.c:(.text+0xab): undefined reference to `ASN1_item_i2d'
../libcrypto.a(rsa_asn1.o): In function `i2d_RSAPrivateKey':
rsa_asn1.c:(.text+0xdb): undefined reference to `ASN1_item_i2d'
../libcrypto.a(rsa_asn1.o): In function `i2d_RSA_PSS_PARAMS':
rsa_asn1.c:(.text+0x10b): undefined reference to `ASN1_item_i2d'
../libcrypto.a(rsa_asn1.o): In function `d2i_RSAPublicKey':
rsa_asn1.c:(.text+0x143): undefined reference to `ASN1_item_d2i'
../libcrypto.a(rsa_asn1.o): In function `d2i_RSAPrivateKey':
rsa_asn1.c:(.text+0x173): undefined reference to `ASN1_item_d2i'
../libcrypto.a(rsa_asn1.o): In function `d2i_RSA_PSS_PARAMS':
rsa_asn1.c:(.text+0x1a3): undefined reference to `ASN1_item_d2i'
../libcrypto.a(rsa_asn1.o): In function `RSA_PSS_PARAMS_free':
rsa_asn1.c:(.text+0x1c3): undefined reference to `ASN1_item_free'
../libcrypto.a(rsa_asn1.o): In function `RSA_PSS_PARAMS_new':
rsa_asn1.c:(.text+0x1db): undefined reference to `ASN1_item_new'
../libcrypto.a(rsa_asn1.o):(.rodata+0x70): undefined reference to `LONG_it'
../libcrypto.a(rsa_asn1.o):(.rodata+0x84): undefined reference to `BIGNUM_it'
../libcrypto.a(rsa_asn1.o):(.rodata+0x98): undefined reference to `BIGNUM_it'
../libcrypto.a(rsa_asn1.o):(.rodata+0xac): undefined reference to `BIGNUM_it'
../libcrypto.a(rsa_asn1.o):(.rodata+0xc0): undefined reference to `BIGNUM_it'
../libcrypto.a(rsa_asn1.o):(.rodata+0xd4): undefined reference to `BIGNUM_it'
../libcrypto.a(rsa_asn1.o):(.rodata+0xe8): more undefined references to `BIGNUM_it' follow
../libcrypto.a(rsa_asn1.o):(.rodata+0x190): undefined reference to `X509_ALGOR_it'
../libcrypto.a(rsa_asn1.o):(.rodata+0x1a4): undefined reference to `X509_ALGOR_it'
../libcrypto.a(rsa_asn1.o):(.rodata+0x1b8): undefined reference to `ASN1_INTEGER_it'
../libcrypto.a(rsa_asn1.o):(.rodata+0x1cc): undefined reference to `ASN1_INTEGER_it'
../libcrypto.a(rsa_prn.o): In function `RSA_print':
rsa_prn.c:(.text+0xc): undefined reference to `EVP_PKEY_new'
rsa_prn.c:(.text+0x22): undefined reference to `EVP_PKEY_set1_RSA'
rsa_prn.c:(.text+0x5c): undefined reference to `EVP_PKEY_print_private'
rsa_prn.c:(.text+0x66): undefined reference to `EVP_PKEY_free'
../libcrypto.a(rsa_prn.o): In function `RSA_print_fp':
rsa_prn.c:(.text+0xc7): undefined reference to `EVP_PKEY_new'
rsa_prn.c:(.text+0xdd): undefined reference to `EVP_PKEY_set1_RSA'
rsa_prn.c:(.text+0x119): undefined reference to `EVP_PKEY_print_private'
rsa_prn.c:(.text+0x123): undefined reference to `EVP_PKEY_free'
../libcrypto.a(dsa_gen.o): In function `dsa_builtin_paramgen':
dsa_gen.c:(.text+0x270): undefined reference to `EVP_Digest'
dsa_gen.c:(.text+0x2ab): undefined reference to `EVP_Digest'
dsa_gen.c:(.text+0x42a): undefined reference to `EVP_Digest'
dsa_gen.c:(.text+0x6a6): undefined reference to `EVP_sha1'
../libcrypto.a(dsa_gen.o): In function `DSA_generate_parameters_ex':
dsa_gen.c:(.text+0x999): undefined reference to `EVP_sha256'
dsa_gen.c:(.text+0x9f3): undefined reference to `EVP_sha1'
../libcrypto.a(dsa_lib.o): In function `DSA_size':
dsa_lib.c:(.text+0x17b): undefined reference to `i2d_ASN1_INTEGER'
dsa_lib.c:(.text+0x195): undefined reference to `ASN1_object_size'
../libcrypto.a(dsa_asn1.o): In function `DSAparams_dup':
dsa_asn1.c:(.text+0xf3): undefined reference to `ASN1_item_dup'
../libcrypto.a(dsa_asn1.o): In function `i2d_DSAPublicKey':
dsa_asn1.c:(.text+0x11b): undefined reference to `ASN1_item_i2d'
../libcrypto.a(dsa_asn1.o): In function `i2d_DSAparams':
dsa_asn1.c:(.text+0x14b): undefined reference to `ASN1_item_i2d'
../libcrypto.a(dsa_asn1.o): In function `i2d_DSAPrivateKey':
dsa_asn1.c:(.text+0x17b): undefined reference to `ASN1_item_i2d'
../libcrypto.a(dsa_asn1.o): In function `i2d_DSA_SIG':
dsa_asn1.c:(.text+0x1ab): undefined reference to `ASN1_item_i2d'
../libcrypto.a(dsa_asn1.o): In function `d2i_DSAPublicKey':
dsa_asn1.c:(.text+0x1e3): undefined reference to `ASN1_item_d2i'
../libcrypto.a(dsa_asn1.o): In function `d2i_DSAparams':
dsa_asn1.c:(.text+0x213): undefined reference to `ASN1_item_d2i'
../libcrypto.a(dsa_asn1.o): In function `d2i_DSAPrivateKey':
dsa_asn1.c:(.text+0x243): undefined reference to `ASN1_item_d2i'
../libcrypto.a(dsa_asn1.o): In function `d2i_DSA_SIG':
dsa_asn1.c:(.text+0x273): undefined reference to `ASN1_item_d2i'
../libcrypto.a(dsa_asn1.o): In function `DSA_verify':
dsa_asn1.c:(.text+0x2b6): undefined reference to `ASN1_item_d2i'
../libcrypto.a(dsa_asn1.o): In function `DSA_sign':
dsa_asn1.c:(.text+0x355): undefined reference to `ASN1_item_i2d'
../libcrypto.a(dsa_asn1.o):(.rodata+0xb0): undefined reference to `CBIGNUM_it'
../libcrypto.a(dsa_asn1.o):(.rodata+0xc4): undefined reference to `CBIGNUM_it'
../libcrypto.a(dsa_asn1.o):(.rodata+0xf0): undefined reference to `LONG_it'
../libcrypto.a(dsa_asn1.o):(.rodata+0x104): undefined reference to `BIGNUM_it'
../libcrypto.a(dsa_asn1.o):(.rodata+0x118): undefined reference to `BIGNUM_it'
../libcrypto.a(dsa_asn1.o):(.rodata+0x12c): undefined reference to `BIGNUM_it'
../libcrypto.a(dsa_asn1.o):(.rodata+0x140): undefined reference to `BIGNUM_it'
../libcrypto.a(dsa_asn1.o):(.rodata+0x154): undefined reference to `BIGNUM_it'
../libcrypto.a(dsa_asn1.o):(.rodata+0x190): more undefined references to `BIGNUM_it' follow
../libcrypto.a(dsa_prn.o): In function `DSAparams_print':
dsa_prn.c:(.text+0xc): undefined reference to `EVP_PKEY_new'
dsa_prn.c:(.text+0x22): undefined reference to `EVP_PKEY_set1_DSA'
dsa_prn.c:(.text+0x5c): undefined reference to `EVP_PKEY_print_params'
dsa_prn.c:(.text+0x66): undefined reference to `EVP_PKEY_free'
../libcrypto.a(dsa_prn.o): In function `DSA_print':
dsa_prn.c:(.text+0x8c): undefined reference to `EVP_PKEY_new'
dsa_prn.c:(.text+0xa2): undefined reference to `EVP_PKEY_set1_DSA'
dsa_prn.c:(.text+0xdc): undefined reference to `EVP_PKEY_print_private'
dsa_prn.c:(.text+0xe6): undefined reference to `EVP_PKEY_free'
../libcrypto.a(dsa_prn.o): In function `DSA_print_fp':
dsa_prn.c:(.text+0x147): undefined reference to `EVP_PKEY_new'
dsa_prn.c:(.text+0x15d): undefined reference to `EVP_PKEY_set1_DSA'
dsa_prn.c:(.text+0x199): undefined reference to `EVP_PKEY_print_private'
dsa_prn.c:(.text+0x1a3): undefined reference to `EVP_PKEY_free'
../libcrypto.a(dsa_prn.o): In function `DSAparams_print_fp':
dsa_prn.c:(.text+0x227): undefined reference to `EVP_PKEY_new'
dsa_prn.c:(.text+0x23d): undefined reference to `EVP_PKEY_set1_DSA'
dsa_prn.c:(.text+0x279): undefined reference to `EVP_PKEY_print_params'
dsa_prn.c:(.text+0x283): undefined reference to `EVP_PKEY_free'
../libcrypto.a(dh_asn1.o): In function `DHparams_dup':
dh_asn1.c:(.text+0x63): undefined reference to `ASN1_item_dup'
../libcrypto.a(dh_asn1.o): In function `i2d_DHparams':
dh_asn1.c:(.text+0x8b): undefined reference to `ASN1_item_i2d'
../libcrypto.a(dh_asn1.o): In function `d2i_DHparams':
dh_asn1.c:(.text+0xc3): undefined reference to `ASN1_item_d2i'
../libcrypto.a(dh_asn1.o):(.rodata+0x30): undefined reference to `BIGNUM_it'
../libcrypto.a(dh_asn1.o):(.rodata+0x44): undefined reference to `BIGNUM_it'
../libcrypto.a(dh_asn1.o):(.rodata+0x58): undefined reference to `ZLONG_it'
../libcrypto.a(dh_ameth.o): In function `dh_param_decode':
dh_ameth.c:(.text+0x1a7): undefined reference to `EVP_PKEY_assign'
../libcrypto.a(dh_ameth.o): In function `dh_priv_encode':
dh_ameth.c:(.text+0x220): undefined reference to `ASN1_STRING_new'
dh_ameth.c:(.text+0x263): undefined reference to `BN_to_ASN1_INTEGER'
dh_ameth.c:(.text+0x27d): undefined reference to `i2d_ASN1_INTEGER'
dh_ameth.c:(.text+0x287): undefined reference to `ASN1_INTEGER_free'
dh_ameth.c:(.text+0x2c3): undefined reference to `PKCS8_pkey_set0'
dh_ameth.c:(.text+0x2e8): undefined reference to `ASN1_STRING_free'
dh_ameth.c:(.text+0x2f6): undefined reference to `ASN1_INTEGER_free'
../libcrypto.a(dh_ameth.o): In function `dh_priv_decode':
dh_ameth.c:(.text+0x3bd): undefined reference to `PKCS8_pkey_get0'
dh_ameth.c:(.text+0x3f0): undefined reference to `X509_ALGOR_get0'
dh_ameth.c:(.text+0x454): undefined reference to `d2i_ASN1_INTEGER'
dh_ameth.c:(.text+0x499): undefined reference to `ASN1_INTEGER_to_BN'
dh_ameth.c:(.text+0x4c8): undefined reference to `EVP_PKEY_assign'
dh_ameth.c:(.text+0x4d0): undefined reference to `ASN1_INTEGER_free'
../libcrypto.a(dh_ameth.o): In function `dh_pub_encode':
dh_ameth.c:(.text+0x526): undefined reference to `ASN1_STRING_new'
dh_ameth.c:(.text+0x556): undefined reference to `BN_to_ASN1_INTEGER'
dh_ameth.c:(.text+0x56c): undefined reference to `i2d_ASN1_INTEGER'
dh_ameth.c:(.text+0x576): undefined reference to `ASN1_INTEGER_free'
dh_ameth.c:(.text+0x5b2): undefined reference to `X509_PUBKEY_set0_param'
dh_ameth.c:(.text+0x5da): undefined reference to `ASN1_STRING_free'
../libcrypto.a(dh_ameth.o): In function `dh_pub_decode':
dh_ameth.c:(.text+0x68d): undefined reference to `X509_PUBKEY_get0_param'
dh_ameth.c:(.text+0x6c0): undefined reference to `X509_ALGOR_get0'
dh_ameth.c:(.text+0x740): undefined reference to `d2i_ASN1_INTEGER'
dh_ameth.c:(.text+0x756): undefined reference to `ASN1_INTEGER_to_BN'
dh_ameth.c:(.text+0x769): undefined reference to `ASN1_INTEGER_free'
dh_ameth.c:(.text+0x781): undefined reference to `EVP_PKEY_assign'
dh_ameth.c:(.text+0x82d): undefined reference to `ASN1_INTEGER_free'
../libcrypto.a(dh_ameth.o): In function `do_dh_print':
dh_ameth.c:(.text+0xaaf): undefined reference to `ASN1_bn_print'
dh_ameth.c:(.text+0xb77): undefined reference to `ASN1_bn_print'
dh_ameth.c:(.text+0xba2): undefined reference to `ASN1_bn_print'
dh_ameth.c:(.text+0xbcd): undefined reference to `ASN1_bn_print'
../libcrypto.a(eng_fat.o): In function `ENGINE_set_default_string':
eng_fat.c:(.text+0x4a4): undefined reference to `CONF_parse_list'
../libcrypto.a(tb_pkmeth.o): In function `engine_pkey_meths_free':
tb_pkmeth.c:(.text+0xa3): undefined reference to `EVP_PKEY_meth_free'
../libcrypto.a(tb_asnmth.o): In function `engine_pkey_asn1_meths_free':
tb_asnmth.c:(.text+0x2c3): undefined reference to `EVP_PKEY_asn1_free'
../libcrypto.a(err_all.o): In function `ERR_load_crypto_strings':
err_all.c:(.text+0x18): undefined reference to `ERR_load_EVP_strings'
err_all.c:(.text+0x2b): undefined reference to `ERR_load_PEM_strings'
err_all.c:(.text+0x36): undefined reference to `ERR_load_X509_strings'
err_all.c:(.text+0x3b): undefined reference to `ERR_load_ASN1_strings'
err_all.c:(.text+0x41): undefined reference to `ERR_load_CONF_strings'
err_all.c:(.text+0x4b): undefined reference to `ERR_load_COMP_strings'
err_all.c:(.text+0x66): undefined reference to `ERR_load_PKCS7_strings'
err_all.c:(.text+0x6b): undefined reference to `ERR_load_X509V3_strings'
err_all.c:(.text+0x71): undefined reference to `ERR_load_PKCS12_strings'
err_all.c:(.text+0x81): undefined reference to `ERR_load_TS_strings'
err_all.c:(.text+0x8b): undefined reference to `ERR_load_OCSP_strings'
err_all.c:(.text+0x91): undefined reference to `ERR_load_UI_strings'
err_all.c:(.text+0x96): undefined reference to `ERR_load_CMS_strings'
err_all.c:(.text+0x9e): undefined reference to `ERR_load_COMP_strings'
../libcrypto.a(e_4758cca.o): In function `ibm_4758_load_privkey':
e_4758cca.c:(.text+0xbb2): undefined reference to `EVP_PKEY_new'
e_4758cca.c:(.text+0xbc8): undefined reference to `EVP_PKEY_assign'
../libcrypto.a(e_4758cca.o): In function `cca_rsa_sign':
e_4758cca.c:(.text+0xf76): undefined reference to `i2d_X509_SIG'
e_4758cca.c:(.text+0x10c9): undefined reference to `i2d_X509_SIG'
../libcrypto.a(e_4758cca.o): In function `cca_rsa_verify':
e_4758cca.c:(.text+0x13a8): undefined reference to `i2d_X509_SIG'
e_4758cca.c:(.text+0x1505): undefined reference to `i2d_X509_SIG'
../libcrypto.a(e_4758cca.o): In function `ibm_4758_load_pubkey':
e_4758cca.c:(.text+0x19c9): undefined reference to `EVP_PKEY_new'
e_4758cca.c:(.text+0x19df): undefined reference to `EVP_PKEY_assign'
../libcrypto.a(e_chil.o): In function `hwcrhk_insert_card':
e_chil.c:(.text+0x47a): undefined reference to `UI_new_method'
e_chil.c:(.text+0x4a7): undefined reference to `UI_dup_info_string'
e_chil.c:(.text+0x512): undefined reference to `UI_dup_input_boolean'
e_chil.c:(.text+0x520): undefined reference to `UI_add_user_data'
e_chil.c:(.text+0x52c): undefined reference to `UI_process'
e_chil.c:(.text+0x536): undefined reference to `UI_free'
../libcrypto.a(e_chil.o): In function `hwcrhk_get_pass':
e_chil.c:(.text+0x671): undefined reference to `UI_new_method'
e_chil.c:(.text+0x68f): undefined reference to `UI_construct_prompt'
e_chil.c:(.text+0x6c2): undefined reference to `UI_add_input_string'
e_chil.c:(.text+0x6d0): undefined reference to `UI_add_user_data'
e_chil.c:(.text+0x6f8): undefined reference to `UI_ctrl'
e_chil.c:(.text+0x704): undefined reference to `UI_process'
e_chil.c:(.text+0x734): undefined reference to `UI_ctrl'
e_chil.c:(.text+0x740): undefined reference to `UI_free'
../libcrypto.a(e_chil.o): In function `hwcrhk_load_privkey':
e_chil.c:(.text+0x1ee2): undefined reference to `EVP_PKEY_new'
e_chil.c:(.text+0x1ef8): undefined reference to `EVP_PKEY_assign'
../libcrypto.a(e_chil.o): In function `hwcrhk_load_pubkey':
e_chil.c:(.text+0x2034): undefined reference to `EVP_PKEY_free'
../libcrypto.a(e_sureware.o): In function `sureware_load_public':
e_sureware.c:(.text+0xbde): undefined reference to `EVP_PKEY_new'
e_sureware.c:(.text+0xbf4): undefined reference to `EVP_PKEY_assign'
e_sureware.c:(.text+0xca7): undefined reference to `EVP_PKEY_new'
e_sureware.c:(.text+0xcbd): undefined reference to `EVP_PKEY_assign'
../libcrypto.a(e_padlock.o): In function `padlock_aes_cipher_omnivorous':
e_padlock.c:(.text+0x338): undefined reference to `EVP_CIPHER_CTX_flags'
../libcrypto.a(e_padlock.o): In function `padlock_aes_init_key':
e_padlock.c:(.text+0x51b): undefined reference to `EVP_CIPHER_CTX_key_length'
e_padlock.c:(.text+0x55e): undefined reference to `EVP_CIPHER_CTX_flags'
e_padlock.c:(.text+0x608): undefined reference to `EVP_CIPHER_CTX_flags'
e_padlock.c:(.text+0x61e): undefined reference to `EVP_CIPHER_CTX_flags'
../libcrypto.a(e_padlock.o): In function `padlock_aes_cipher':
e_padlock.c:(.text+0x750): undefined reference to `EVP_CIPHER_CTX_flags'
e_padlock.c:(.text+0x7f3): undefined reference to `EVP_CIPHER_CTX_flags'
../libcrypto.a(e_padlock.o):(.rodata+0x64): undefined reference to `EVP_CIPHER_set_asn1_iv'
../libcrypto.a(e_padlock.o):(.rodata+0x68): undefined reference to `EVP_CIPHER_get_asn1_iv'
../libcrypto.a(e_padlock.o):(.rodata+0xa4): undefined reference to `EVP_CIPHER_set_asn1_iv'
../libcrypto.a(e_padlock.o):(.rodata+0xa8): undefined reference to `EVP_CIPHER_get_asn1_iv'
../libcrypto.a(e_padlock.o):(.rodata+0xe4): undefined reference to `EVP_CIPHER_set_asn1_iv'
../libcrypto.a(e_padlock.o):(.rodata+0xe8): undefined reference to `EVP_CIPHER_get_asn1_iv'
../libcrypto.a(e_padlock.o):(.rodata+0x124): undefined reference to `EVP_CIPHER_set_asn1_iv'
../libcrypto.a(e_padlock.o):(.rodata+0x128): undefined reference to `EVP_CIPHER_get_asn1_iv'
../libcrypto.a(e_padlock.o):(.rodata+0x164): undefined reference to `EVP_CIPHER_set_asn1_iv'
../libcrypto.a(e_padlock.o):(.rodata+0x168): undefined reference to `EVP_CIPHER_get_asn1_iv'
../libcrypto.a(e_padlock.o):(.rodata+0x1a4): undefined reference to `EVP_CIPHER_set_asn1_iv'
../libcrypto.a(e_padlock.o):(.rodata+0x1a8): undefined reference to `EVP_CIPHER_get_asn1_iv'
../libcrypto.a(e_padlock.o):(.rodata+0x1e4): undefined reference to `EVP_CIPHER_set_asn1_iv'
../libcrypto.a(e_padlock.o):(.rodata+0x1e8): undefined reference to `EVP_CIPHER_get_asn1_iv'
../libcrypto.a(e_padlock.o):(.rodata+0x224): undefined reference to `EVP_CIPHER_set_asn1_iv'
../libcrypto.a(e_padlock.o):(.rodata+0x228): undefined reference to `EVP_CIPHER_get_asn1_iv'
../libcrypto.a(e_padlock.o):(.rodata+0x264): undefined reference to `EVP_CIPHER_set_asn1_iv'
../libcrypto.a(e_padlock.o):(.rodata+0x268): undefined reference to `EVP_CIPHER_get_asn1_iv'
../libcrypto.a(e_padlock.o):(.rodata+0x2a4): undefined reference to `EVP_CIPHER_set_asn1_iv'
../libcrypto.a(e_padlock.o):(.rodata+0x2a8): undefined reference to `EVP_CIPHER_get_asn1_iv'
../libcrypto.a(e_padlock.o):(.rodata+0x2e4): undefined reference to `EVP_CIPHER_set_asn1_iv'
../libcrypto.a(e_padlock.o):(.rodata+0x2e8): undefined reference to `EVP_CIPHER_get_asn1_iv'
../libcrypto.a(e_padlock.o):(.rodata+0x324): undefined reference to `EVP_CIPHER_set_asn1_iv'
../libcrypto.a(e_padlock.o):(.rodata+0x328): undefined reference to `EVP_CIPHER_get_asn1_iv'
../libcrypto.a(gost_eng.o): In function `ENGINE_load_gost':
gost_eng.c:(.text+0x4a0): undefined reference to `EVP_add_cipher'
gost_eng.c:(.text+0x4b4): undefined reference to `EVP_add_cipher'
gost_eng.c:(.text+0x4c8): undefined reference to `EVP_add_digest'
gost_eng.c:(.text+0x4dc): undefined reference to `EVP_add_digest'
../libcrypto.a(gost_pmeth.o): In function `register_pmeth_gost':
gost_pmeth.c:(.text+0x59): undefined reference to `EVP_PKEY_meth_new'
gost_pmeth.c:(.text+0xa4): undefined reference to `EVP_PKEY_meth_set_ctrl'
gost_pmeth.c:(.text+0xbe): undefined reference to `EVP_PKEY_meth_set_keygen'
gost_pmeth.c:(.text+0xd8): undefined reference to `EVP_PKEY_meth_set_sign'
gost_pmeth.c:(.text+0xf2): undefined reference to `EVP_PKEY_meth_set_verify'
gost_pmeth.c:(.text+0x10c): undefined reference to `EVP_PKEY_meth_set_encrypt'
gost_pmeth.c:(.text+0x126): undefined reference to `EVP_PKEY_meth_set_decrypt'
gost_pmeth.c:(.text+0x140): undefined reference to `EVP_PKEY_meth_set_derive'
gost_pmeth.c:(.text+0x15a): undefined reference to `EVP_PKEY_meth_set_paramgen'
gost_pmeth.c:(.text+0x16c): undefined reference to `EVP_PKEY_meth_set_init'
gost_pmeth.c:(.text+0x17e): undefined reference to `EVP_PKEY_meth_set_cleanup'
gost_pmeth.c:(.text+0x190): undefined reference to `EVP_PKEY_meth_set_copy'
gost_pmeth.c:(.text+0x1b4): undefined reference to `EVP_PKEY_meth_set_ctrl'
gost_pmeth.c:(.text+0x1ce): undefined reference to `EVP_PKEY_meth_set_signctx'
gost_pmeth.c:(.text+0x1e8): undefined reference to `EVP_PKEY_meth_set_keygen'
gost_pmeth.c:(.text+0x1fa): undefined reference to `EVP_PKEY_meth_set_init'
gost_pmeth.c:(.text+0x20c): undefined reference to `EVP_PKEY_meth_set_cleanup'
gost_pmeth.c:(.text+0x21e): undefined reference to `EVP_PKEY_meth_set_copy'
gost_pmeth.c:(.text+0x244): undefined reference to `EVP_PKEY_meth_set_ctrl'
gost_pmeth.c:(.text+0x25e): undefined reference to `EVP_PKEY_meth_set_sign'
gost_pmeth.c:(.text+0x278): undefined reference to `EVP_PKEY_meth_set_verify'
gost_pmeth.c:(.text+0x292): undefined reference to `EVP_PKEY_meth_set_keygen'
gost_pmeth.c:(.text+0x2ac): undefined reference to `EVP_PKEY_meth_set_encrypt'
gost_pmeth.c:(.text+0x2c6): undefined reference to `EVP_PKEY_meth_set_decrypt'
gost_pmeth.c:(.text+0x2e0): undefined reference to `EVP_PKEY_meth_set_derive'
gost_pmeth.c:(.text+0x2fa): undefined reference to `EVP_PKEY_meth_set_paramgen'
../libcrypto.a(gost_pmeth.o): In function `pkey_gost_mac_cleanup':
gost_pmeth.c:(.text+0x31b): undefined reference to `EVP_PKEY_CTX_get_data'
../libcrypto.a(gost_pmeth.o): In function `pkey_gost_cleanup':
gost_pmeth.c:(.text+0x33c): undefined reference to `EVP_PKEY_CTX_get_data'
../libcrypto.a(gost_pmeth.o): In function `pkey_gost_mac_init':
gost_pmeth.c:(.text+0x39e): undefined reference to `EVP_PKEY_CTX_set_data'
../libcrypto.a(gost_pmeth.o): In function `pkey_gost_init':
gost_pmeth.c:(.text+0x3c7): undefined reference to `EVP_PKEY_CTX_get0_pkey'
gost_pmeth.c:(.text+0x412): undefined reference to `EVP_PKEY_get0'
gost_pmeth.c:(.text+0x41e): undefined reference to `EVP_PKEY_base_id'
gost_pmeth.c:(.text+0x448): undefined reference to `EVP_PKEY_get0'
gost_pmeth.c:(.text+0x468): undefined reference to `EVP_PKEY_CTX_set_data'
gost_pmeth.c:(.text+0x485): undefined reference to `EVP_PKEY_get0'
../libcrypto.a(gost_pmeth.o): In function `pkey_gost_copy':
gost_pmeth.c:(.text+0x4d8): undefined reference to `EVP_PKEY_CTX_get_data'
gost_pmeth.c:(.text+0x4e2): undefined reference to `EVP_PKEY_CTX_get_data'
../libcrypto.a(gost_pmeth.o): In function `pkey_gost_mac_keygen':
gost_pmeth.c:(.text+0x52c): undefined reference to `EVP_PKEY_CTX_get_data'
gost_pmeth.c:(.text+0x5c5): undefined reference to `EVP_PKEY_assign'
../libcrypto.a(gost_pmeth.o): In function `pkey_gost_mac_signctx':
gost_pmeth.c:(.text+0x60a): undefined reference to `EVP_DigestFinal_ex'
../libcrypto.a(gost_pmeth.o): In function `pkey_gost_mac_ctrl':
gost_pmeth.c:(.text+0x657): undefined reference to `EVP_PKEY_CTX_get_data'
gost_pmeth.c:(.text+0x6db): undefined reference to `EVP_MD_type'
gost_pmeth.c:(.text+0x79b): undefined reference to `EVP_PKEY_CTX_get0_pkey'
gost_pmeth.c:(.text+0x7a7): undefined reference to `EVP_PKEY_get0'
../libcrypto.a(gost_pmeth.o): In function `pkey_gost_mac_ctrl_str':
gost_pmeth.c:(.text+0x880): undefined reference to `string_to_hex'
../libcrypto.a(gost_pmeth.o): In function `pkey_gost_ctrl':
gost_pmeth.c:(.text+0x977): undefined reference to `EVP_PKEY_CTX_get_data'
gost_pmeth.c:(.text+0xa11): undefined reference to `EVP_MD_type'
../libcrypto.a(gost_pmeth.o): In function `pkey_gost01_paramgen':
gost_pmeth.c:(.text+0xaa3): undefined reference to `EVP_PKEY_CTX_get_data'
gost_pmeth.c:(.text+0xb0e): undefined reference to `EVP_PKEY_assign'
../libcrypto.a(gost_pmeth.o): In function `pkey_gost01cp_keygen':
gost_pmeth.c:(.text+0xb62): undefined reference to `EVP_PKEY_get0'
../libcrypto.a(gost_pmeth.o): In function `pkey_gost01_cp_verify':
gost_pmeth.c:(.text+0xb99): undefined reference to `EVP_PKEY_CTX_get0_pkey'
gost_pmeth.c:(.text+0xbc1): undefined reference to `EVP_PKEY_get0'
../libcrypto.a(gost_pmeth.o): In function `pkey_gost01_cp_sign':
gost_pmeth.c:(.text+0xc2b): undefined reference to `EVP_PKEY_CTX_get0_pkey'
gost_pmeth.c:(.text+0xc3b): undefined reference to `EVP_PKEY_get0'
../libcrypto.a(gost_pmeth.o): In function `pkey_gost94_paramgen':
gost_pmeth.c:(.text+0xfb3): undefined reference to `EVP_PKEY_CTX_get_data'
gost_pmeth.c:(.text+0x101e): undefined reference to `EVP_PKEY_assign'
../libcrypto.a(gost_pmeth.o): In function `pkey_gost94_cp_verify':
gost_pmeth.c:(.text+0x1069): undefined reference to `EVP_PKEY_CTX_get0_pkey'
gost_pmeth.c:(.text+0x1091): undefined reference to `EVP_PKEY_get0'
../libcrypto.a(gost_pmeth.o): In function `pkey_gost94_cp_sign':
gost_pmeth.c:(.text+0x10fb): undefined reference to `EVP_PKEY_CTX_get0_pkey'
gost_pmeth.c:(.text+0x110b): undefined reference to `EVP_PKEY_get0'
../libcrypto.a(gost_pmeth.o): In function `pkey_gost94cp_keygen':
gost_pmeth.c:(.text+0x11a2): undefined reference to `EVP_PKEY_get0'
../libcrypto.a(gost_pmeth.o): In function `pkey_gost_mac_copy':
gost_pmeth.c:(.text+0x1209): undefined reference to `EVP_PKEY_CTX_set_data'
gost_pmeth.c:(.text+0x1215): undefined reference to `EVP_PKEY_CTX_get_data'
gost_pmeth.c:(.text+0x121f): undefined reference to `EVP_PKEY_CTX_get_data'
../libcrypto.a(ecs_lib.o): In function `ECDSA_size':
ecs_lib.c:(.text+0xf1): undefined reference to `i2d_ASN1_INTEGER'
ecs_lib.c:(.text+0x10b): undefined reference to `ASN1_object_size'
../libcrypto.a(ecs_asn1.o): In function `ECDSA_SIG_free':
ecs_asn1.c:(.text+0x13): undefined reference to `ASN1_item_free'
../libcrypto.a(ecs_asn1.o): In function `ECDSA_SIG_new':
ecs_asn1.c:(.text+0x2b): undefined reference to `ASN1_item_new'
../libcrypto.a(ecs_asn1.o): In function `i2d_ECDSA_SIG':
ecs_asn1.c:(.text+0x5b): undefined reference to `ASN1_item_i2d'
../libcrypto.a(ecs_asn1.o): In function `d2i_ECDSA_SIG':
ecs_asn1.c:(.text+0x93): undefined reference to `ASN1_item_d2i'
../libcrypto.a(ecs_asn1.o):(.rodata+0x30): undefined reference to `CBIGNUM_it'
../libcrypto.a(ecs_asn1.o):(.rodata+0x44): undefined reference to `CBIGNUM_it'
../libcrypto.a(md_rand.o): In function `ssleay_rand_add':
md_rand.c:(.text+0x2d1): undefined reference to `EVP_MD_CTX_init'
md_rand.c:(.text+0x306): undefined reference to `EVP_sha1'
md_rand.c:(.text+0x321): undefined reference to `EVP_DigestInit_ex'
md_rand.c:(.text+0x339): undefined reference to `EVP_DigestUpdate'
md_rand.c:(.text+0x35b): undefined reference to `EVP_DigestUpdate'
md_rand.c:(.text+0x36f): undefined reference to `EVP_DigestUpdate'
md_rand.c:(.text+0x386): undefined reference to `EVP_DigestUpdate'
md_rand.c:(.text+0x39e): undefined reference to `EVP_DigestUpdate'
md_rand.c:(.text+0x3b6): undefined reference to `EVP_DigestFinal_ex'
md_rand.c:(.text+0x41a): undefined reference to `EVP_DigestUpdate'
md_rand.c:(.text+0x427): undefined reference to `EVP_MD_CTX_cleanup'
../libcrypto.a(md_rand.o): In function `ssleay_rand_bytes':
md_rand.c:(.text+0x5fe): undefined reference to `EVP_MD_CTX_init'
md_rand.c:(.text+0x808): undefined reference to `EVP_DigestUpdate'
md_rand.c:(.text+0x824): undefined reference to `EVP_DigestUpdate'
md_rand.c:(.text+0x838): undefined reference to `EVP_DigestUpdate'
md_rand.c:(.text+0x868): undefined reference to `EVP_DigestUpdate'
md_rand.c:(.text+0x880): undefined reference to `EVP_DigestUpdate'
md_rand.c:(.text+0x89c): undefined reference to `EVP_DigestFinal_ex'
md_rand.c:(.text+0xa6c): undefined reference to `EVP_sha1'
md_rand.c:(.text+0xa84): undefined reference to `EVP_DigestInit_ex'
md_rand.c:(.text+0xaac): undefined reference to `EVP_DigestUpdate'
md_rand.c:(.text+0xade): undefined reference to `EVP_DigestUpdate'
md_rand.c:(.text+0xae8): undefined reference to `EVP_sha1'
md_rand.c:(.text+0xb00): undefined reference to `EVP_DigestInit_ex'
md_rand.c:(.text+0xb1c): undefined reference to `EVP_DigestUpdate'
md_rand.c:(.text+0xb38): undefined reference to `EVP_DigestUpdate'
md_rand.c:(.text+0xb78): undefined reference to `EVP_DigestUpdate'
md_rand.c:(.text+0xb94): undefined reference to `EVP_DigestFinal_ex'
md_rand.c:(.text+0xbc4): undefined reference to `EVP_MD_CTX_cleanup'
../libcrypto.a(gost2001_keyx.o): In function `pkey_GOST01cp_decrypt':
gost2001_keyx.c:(.text+0x293): undefined reference to `EVP_PKEY_CTX_get0_pkey'
gost2001_keyx.c:(.text+0x2de): undefined reference to `X509_PUBKEY_get'
gost2001_keyx.c:(.text+0x2f4): undefined reference to `EVP_PKEY_derive_set_peer'
gost2001_keyx.c:(.text+0x304): undefined reference to `EVP_PKEY_CTX_get0_peerkey'
gost2001_keyx.c:(.text+0x43e): undefined reference to `EVP_PKEY_get0'
gost2001_keyx.c:(.text+0x44c): undefined reference to `EVP_PKEY_get0'
gost2001_keyx.c:(.text+0x4b1): undefined reference to `EVP_PKEY_free'
gost2001_keyx.c:(.text+0x56f): undefined reference to `EVP_PKEY_CTX_ctrl'
../libcrypto.a(gost2001_keyx.o): In function `pkey_gost2001_derive':
gost2001_keyx.c:(.text+0x61b): undefined reference to `EVP_PKEY_CTX_get0_pkey'
gost2001_keyx.c:(.text+0x625): undefined reference to `EVP_PKEY_CTX_get0_peerkey'
gost2001_keyx.c:(.text+0x62f): undefined reference to `EVP_PKEY_CTX_get_data'
gost2001_keyx.c:(.text+0x691): undefined reference to `EVP_PKEY_get0'
gost2001_keyx.c:(.text+0x69b): undefined reference to `EVP_PKEY_get0'
../libcrypto.a(gost2001_keyx.o): In function `pkey_GOST01cp_encrypt':
gost2001_keyx.c:(.text+0x6e5): undefined reference to `EVP_PKEY_CTX_get0_pkey'
gost2001_keyx.c:(.text+0x6f8): undefined reference to `EVP_PKEY_CTX_get_data'
gost2001_keyx.c:(.text+0x719): undefined reference to `EVP_PKEY_CTX_get0_peerkey'
gost2001_keyx.c:(.text+0x787): undefined reference to `EVP_PKEY_get0'
gost2001_keyx.c:(.text+0x79c): undefined reference to `EVP_PKEY_get0'
gost2001_keyx.c:(.text+0x827): undefined reference to `ASN1_OCTET_STRING_set'
gost2001_keyx.c:(.text+0x864): undefined reference to `EVP_PKEY_free'
gost2001_keyx.c:(.text+0x8d2): undefined reference to `EVP_PKEY_new'
gost2001_keyx.c:(.text+0x8e9): undefined reference to `EVP_PKEY_base_id'
gost2001_keyx.c:(.text+0x8f9): undefined reference to `EVP_PKEY_assign'
gost2001_keyx.c:(.text+0x909): undefined reference to `EVP_PKEY_copy_parameters'
gost2001_keyx.c:(.text+0x911): undefined reference to `EVP_PKEY_get0'
gost2001_keyx.c:(.text+0x97d): undefined reference to `ASN1_OCTET_STRING_set'
gost2001_keyx.c:(.text+0x9a9): undefined reference to `ASN1_OCTET_STRING_set'
gost2001_keyx.c:(.text+0x9e5): undefined reference to `X509_PUBKEY_set'
gost2001_keyx.c:(.text+0xa4f): undefined reference to `ASN1_OBJECT_free'
gost2001_keyx.c:(.text+0xab5): undefined reference to `ASN1_OBJECT_free'
gost2001_keyx.c:(.text+0xaff): undefined reference to `EVP_PKEY_CTX_ctrl'
gost2001_keyx.c:(.text+0xb41): undefined reference to `EVP_PKEY_free'
../libcrypto.a(gost94_keyx.o): In function `make_cp_exchange_key':
gost94_keyx.c:(.text+0x73): undefined reference to `EVP_PKEY_get0'
../libcrypto.a(gost94_keyx.o): In function `pkey_GOST94cp_decrypt':
gost94_keyx.c:(.text+0x18b): undefined reference to `EVP_PKEY_CTX_get0_pkey'
gost94_keyx.c:(.text+0x1d8): undefined reference to `X509_PUBKEY_get'
gost94_keyx.c:(.text+0x1ee): undefined reference to `EVP_PKEY_derive_set_peer'
gost94_keyx.c:(.text+0x1fe): undefined reference to `EVP_PKEY_CTX_get0_peerkey'
gost94_keyx.c:(.text+0x377): undefined reference to `EVP_PKEY_free'
gost94_keyx.c:(.text+0x3b4): undefined reference to `EVP_PKEY_free'
gost94_keyx.c:(.text+0x452): undefined reference to `EVP_PKEY_CTX_ctrl'
../libcrypto.a(gost94_keyx.o): In function `pkey_gost94_derive':
gost94_keyx.c:(.text+0x503): undefined reference to `EVP_PKEY_CTX_get0_peerkey'
gost94_keyx.c:(.text+0x50d): undefined reference to `EVP_PKEY_CTX_get0_pkey'
../libcrypto.a(gost94_keyx.o): In function `pkey_GOST94cp_encrypt':
gost94_keyx.c:(.text+0x585): undefined reference to `EVP_PKEY_CTX_get0_pkey'
gost94_keyx.c:(.text+0x596): undefined reference to `EVP_PKEY_CTX_get_data'
gost94_keyx.c:(.text+0x5a7): undefined reference to `EVP_PKEY_CTX_get0_peerkey'
gost94_keyx.c:(.text+0x6a6): undefined reference to `ASN1_OCTET_STRING_set'
gost94_keyx.c:(.text+0x718): undefined reference to `EVP_PKEY_new'
gost94_keyx.c:(.text+0x729): undefined reference to `EVP_PKEY_base_id'
gost94_keyx.c:(.text+0x739): undefined reference to `EVP_PKEY_assign'
gost94_keyx.c:(.text+0x745): undefined reference to `EVP_PKEY_copy_parameters'
gost94_keyx.c:(.text+0x74d): undefined reference to `EVP_PKEY_get0'
gost94_keyx.c:(.text+0x7d9): undefined reference to `EVP_PKEY_free'
gost94_keyx.c:(.text+0x805): undefined reference to `ASN1_OCTET_STRING_set'
gost94_keyx.c:(.text+0x830): undefined reference to `ASN1_OCTET_STRING_set'
gost94_keyx.c:(.text+0x867): undefined reference to `X509_PUBKEY_set'
gost94_keyx.c:(.text+0x882): undefined reference to `EVP_PKEY_free'
gost94_keyx.c:(.text+0x893): undefined reference to `ASN1_OBJECT_free'
gost94_keyx.c:(.text+0x91f): undefined reference to `EVP_PKEY_CTX_ctrl'
../libcrypto.a(gost_ameth.o): In function `register_ameth_gost':
gost_ameth.c:(.text+0x69): undefined reference to `EVP_PKEY_asn1_new'
gost_ameth.c:(.text+0xac): undefined reference to `EVP_PKEY_asn1_set_free'
gost_ameth.c:(.text+0xce): undefined reference to `EVP_PKEY_asn1_set_private'
gost_ameth.c:(.text+0x108): undefined reference to `EVP_PKEY_asn1_set_param'
gost_ameth.c:(.text+0x142): undefined reference to `EVP_PKEY_asn1_set_public'
gost_ameth.c:(.text+0x154): undefined reference to `EVP_PKEY_asn1_set_ctrl'
gost_ameth.c:(.text+0x171): undefined reference to `EVP_PKEY_asn1_set_free'
gost_ameth.c:(.text+0x183): undefined reference to `EVP_PKEY_asn1_set_ctrl'
gost_ameth.c:(.text+0x1a0): undefined reference to `EVP_PKEY_asn1_set_free'
gost_ameth.c:(.text+0x1c2): undefined reference to `EVP_PKEY_asn1_set_private'
gost_ameth.c:(.text+0x1fc): undefined reference to `EVP_PKEY_asn1_set_param'
../libcrypto.a(gost_ameth.o): In function `param_missing_gost94':
gost_ameth.c:(.text+0x26b): undefined reference to `EVP_PKEY_get0'
../libcrypto.a(gost_ameth.o): In function `param_missing_gost01':
gost_ameth.c:(.text+0x29b): undefined reference to `EVP_PKEY_get0'
../libcrypto.a(gost_ameth.o): In function `param_cmp_gost01':
gost_ameth.c:(.text+0x2cc): undefined reference to `EVP_PKEY_get0'
gost_ameth.c:(.text+0x2ea): undefined reference to `EVP_PKEY_get0'
../libcrypto.a(gost_ameth.o): In function `pub_cmp_gost01':
gost_ameth.c:(.text+0x327): undefined reference to `EVP_PKEY_get0'
../libcrypto.a(gost_ameth.o):gost_ameth.c:(.text+0x335): more undefined references to `EVP_PKEY_get0' follow
../libcrypto.a(gost_ameth.o): In function `decode_gost_algor_params':
gost_ameth.c:(.text+0x3f1): undefined reference to `X509_ALGOR_get0'
gost_ameth.c:(.text+0x495): undefined reference to `EVP_PKEY_set_type'
gost_ameth.c:(.text+0x4b6): undefined reference to `EVP_PKEY_get0'
gost_ameth.c:(.text+0x4e1): undefined reference to `EVP_PKEY_get0'
gost_ameth.c:(.text+0x546): undefined reference to `EVP_PKEY_assign'
gost_ameth.c:(.text+0x56c): undefined reference to `EVP_PKEY_assign'
../libcrypto.a(gost_ameth.o): In function `pub_decode_gost01':
gost_ameth.c:(.text+0x5d3): undefined reference to `X509_PUBKEY_get0_param'
gost_ameth.c:(.text+0x611): undefined reference to `EVP_PKEY_assign'
gost_ameth.c:(.text+0x62e): undefined reference to `EVP_PKEY_get0'
gost_ameth.c:(.text+0x652): undefined reference to `d2i_ASN1_OCTET_STRING'
gost_ameth.c:(.text+0x6aa): undefined reference to `ASN1_OCTET_STRING_free'
gost_ameth.c:(.text+0x762): undefined reference to `EVP_PKEY_get0'
../libcrypto.a(gost_ameth.o): In function `gost_get0_priv_key':
gost_ameth.c:(.text+0x7fc): undefined reference to `EVP_PKEY_base_id'
gost_ameth.c:(.text+0x819): undefined reference to `EVP_PKEY_get0'
gost_ameth.c:(.text+0x834): undefined reference to `EVP_PKEY_get0'
../libcrypto.a(gost_ameth.o): In function `param_copy_gost01':
gost_ameth.c:(.text+0x86f): undefined reference to `EVP_PKEY_get0'
gost_ameth.c:(.text+0x879): undefined reference to `EVP_PKEY_get0'
gost_ameth.c:(.text+0x885): undefined reference to `EVP_PKEY_base_id'
gost_ameth.c:(.text+0x88f): undefined reference to `EVP_PKEY_base_id'
gost_ameth.c:(.text+0x94f): undefined reference to `EVP_PKEY_base_id'
gost_ameth.c:(.text+0x95f): undefined reference to `EVP_PKEY_assign'
../libcrypto.a(gost_ameth.o): In function `gost2001_param_encode':
gost_ameth.c:(.text+0x980): undefined reference to `EVP_PKEY_get0'
../libcrypto.a(gost_ameth.o): In function `gost2001_param_decode':
gost_ameth.c:(.text+0x9cf): undefined reference to `EVP_PKEY_get0'
gost_ameth.c:(.text+0x9ed): undefined reference to `d2i_ASN1_OBJECT'
gost_ameth.c:(.text+0xa0b): undefined reference to `ASN1_OBJECT_free'
gost_ameth.c:(.text+0xa4e): undefined reference to `EVP_PKEY_assign'
../libcrypto.a(gost_ameth.o): In function `gost94_param_decode':
gost_ameth.c:(.text+0xa8f): undefined reference to `EVP_PKEY_get0'
gost_ameth.c:(.text+0xaad): undefined reference to `d2i_ASN1_OBJECT'
gost_ameth.c:(.text+0xacb): undefined reference to `ASN1_OBJECT_free'
gost_ameth.c:(.text+0xb0e): undefined reference to `EVP_PKEY_assign'
../libcrypto.a(gost_ameth.o): In function `pub_cmp_gost94':
gost_ameth.c:(.text+0xb5c): undefined reference to `EVP_PKEY_get0'
gost_ameth.c:(.text+0xb6a): undefined reference to `EVP_PKEY_get0'
../libcrypto.a(gost_ameth.o): In function `param_cmp_gost94':
gost_ameth.c:(.text+0xbbc): undefined reference to `EVP_PKEY_get0'
gost_ameth.c:(.text+0xbca): undefined reference to `EVP_PKEY_get0'
../libcrypto.a(gost_ameth.o): In function `pub_decode_gost94':
gost_ameth.c:(.text+0xc47): undefined reference to `X509_PUBKEY_get0_param'
gost_ameth.c:(.text+0xc81): undefined reference to `EVP_PKEY_assign'
gost_ameth.c:(.text+0xca8): undefined reference to `d2i_ASN1_OCTET_STRING'
gost_ameth.c:(.text+0xcf7): undefined reference to `EVP_PKEY_get0'
gost_ameth.c:(.text+0xd1a): undefined reference to `ASN1_OCTET_STRING_free'
../libcrypto.a(gost_ameth.o): In function `param_copy_gost94':
gost_ameth.c:(.text+0xd7b): undefined reference to `EVP_PKEY_get0'
gost_ameth.c:(.text+0xd89): undefined reference to `EVP_PKEY_get0'
gost_ameth.c:(.text+0xd93): undefined reference to `EVP_PKEY_base_id'
gost_ameth.c:(.text+0xda1): undefined reference to `EVP_PKEY_base_id'
gost_ameth.c:(.text+0xea4): undefined reference to `EVP_PKEY_base_id'
gost_ameth.c:(.text+0xeb8): undefined reference to `EVP_PKEY_assign'
../libcrypto.a(gost_ameth.o): In function `priv_decode_gost':
gost_ameth.c:(.text+0xf37): undefined reference to `PKCS8_pkey_get0'
gost_ameth.c:(.text+0xf8f): undefined reference to `d2i_ASN1_INTEGER'
gost_ameth.c:(.text+0xfa5): undefined reference to `ASN1_INTEGER_to_BN'
gost_ameth.c:(.text+0xfaf): undefined reference to `ASN1_INTEGER_free'
gost_ameth.c:(.text+0xfbf): undefined reference to `EVP_PKEY_base_id'
gost_ameth.c:(.text+0x1000): undefined reference to `d2i_ASN1_OCTET_STRING'
gost_ameth.c:(.text+0x1042): undefined reference to `EVP_PKEY_get0'
gost_ameth.c:(.text+0x1066): undefined reference to `EVP_PKEY_missing_parameters'
gost_ameth.c:(.text+0x108c): undefined reference to `EVP_PKEY_base_id'
gost_ameth.c:(.text+0x109c): undefined reference to `EVP_PKEY_assign'
gost_ameth.c:(.text+0x10a6): undefined reference to `EVP_PKEY_get0'
gost_ameth.c:(.text+0x10c1): undefined reference to `EVP_PKEY_missing_parameters'
gost_ameth.c:(.text+0x1101): undefined reference to `ASN1_STRING_free'
gost_ameth.c:(.text+0x113b): undefined reference to `EVP_PKEY_base_id'
gost_ameth.c:(.text+0x114b): undefined reference to `EVP_PKEY_assign'
../libcrypto.a(gost_ameth.o): In function `print_gost_01':
gost_ameth.c:(.text+0x1263): undefined reference to `EVP_PKEY_get0'
gost_ameth.c:(.text+0x1275): undefined reference to `EVP_PKEY_get0'
gost_ameth.c:(.text+0x13c4): undefined reference to `EVP_PKEY_get0'
gost_ameth.c:(.text+0x1450): undefined reference to `EVP_PKEY_base_id'
gost_ameth.c:(.text+0x14b6): undefined reference to `EVP_PKEY_get0'
gost_ameth.c:(.text+0x14dc): undefined reference to `EVP_PKEY_get0'
../libcrypto.a(gost_ameth.o): In function `print_gost_94':
gost_ameth.c:(.text+0x15b4): undefined reference to `EVP_PKEY_get0'
gost_ameth.c:(.text+0x1603): undefined reference to `EVP_PKEY_get0'
gost_ameth.c:(.text+0x16ec): undefined reference to `EVP_PKEY_base_id'
gost_ameth.c:(.text+0x1727): undefined reference to `EVP_PKEY_get0'
gost_ameth.c:(.text+0x174b): undefined reference to `EVP_PKEY_get0'
../libcrypto.a(gost_ameth.o): In function `encode_gost_algor_params':
gost_ameth.c:(.text+0x1816): undefined reference to `ASN1_STRING_new'
gost_ameth.c:(.text+0x182f): undefined reference to `EVP_PKEY_base_id'
gost_ameth.c:(.text+0x18cc): undefined reference to `ASN1_STRING_free'
gost_ameth.c:(.text+0x18d6): undefined reference to `EVP_PKEY_get0'
gost_ameth.c:(.text+0x18f5): undefined reference to `EVP_PKEY_get0'
../libcrypto.a(gost_ameth.o): In function `pub_encode_gost01':
gost_ameth.c:(.text+0x19c7): undefined reference to `EVP_PKEY_get0'
gost_ameth.c:(.text+0x19d1): undefined reference to `EVP_PKEY_base_id'
gost_ameth.c:(.text+0x1b00): undefined reference to `ASN1_OCTET_STRING_new'
gost_ameth.c:(.text+0x1b16): undefined reference to `ASN1_STRING_set'
gost_ameth.c:(.text+0x1b1e): undefined reference to `ASN1_STRING_data'
gost_ameth.c:(.text+0x1b54): undefined reference to `i2d_ASN1_OCTET_STRING'
gost_ameth.c:(.text+0x1b5e): undefined reference to `ASN1_BIT_STRING_free'
gost_ameth.c:(.text+0x1b94): undefined reference to `X509_PUBKEY_set0_param'
../libcrypto.a(gost_ameth.o): In function `pub_encode_gost94':
gost_ameth.c:(.text+0x1c07): undefined reference to `EVP_PKEY_get0'
gost_ameth.c:(.text+0x1c11): undefined reference to `EVP_PKEY_base_id'
gost_ameth.c:(.text+0x1c82): undefined reference to `ASN1_OCTET_STRING_new'
gost_ameth.c:(.text+0x1c98): undefined reference to `ASN1_STRING_set'
gost_ameth.c:(.text+0x1ca0): undefined reference to `ASN1_STRING_data'
gost_ameth.c:(.text+0x1cd4): undefined reference to `i2d_ASN1_OCTET_STRING'
gost_ameth.c:(.text+0x1cde): undefined reference to `ASN1_BIT_STRING_free'
gost_ameth.c:(.text+0x1d14): undefined reference to `X509_PUBKEY_set0_param'
../libcrypto.a(gost_ameth.o): In function `priv_encode_gost':
gost_ameth.c:(.text+0x1d5b): undefined reference to `EVP_PKEY_base_id'
gost_ameth.c:(.text+0x1d88): undefined reference to `EVP_PKEY_base_id'
gost_ameth.c:(.text+0x1db0): undefined reference to `BN_to_ASN1_INTEGER'
gost_ameth.c:(.text+0x1dc2): undefined reference to `i2d_ASN1_INTEGER'
gost_ameth.c:(.text+0x1dcc): undefined reference to `ASN1_INTEGER_free'
gost_ameth.c:(.text+0x1dfc): undefined reference to `PKCS8_pkey_set0'
gost_ameth.c:(.text+0x1e18): undefined reference to `EVP_PKEY_get0'
gost_ameth.c:(.text+0x1e44): undefined reference to `EVP_PKEY_get0'
../libcrypto.a(gost_ameth.o): In function `pkey_ctrl_gost':
gost_ameth.c:(.text+0x1ef6): undefined reference to `CMS_RecipientInfo_ktri_get0_algs'
gost_ameth.c:(.text+0x1f18): undefined reference to `EVP_PKEY_base_id'
gost_ameth.c:(.text+0x1f42): undefined reference to `CMS_SignerInfo_get0_algs'
gost_ameth.c:(.text+0x1f6e): undefined reference to `X509_ALGOR_set0'
gost_ameth.c:(.text+0x1fb6): undefined reference to `PKCS7_RECIP_INFO_get0_alg'
gost_ameth.c:(.text+0x1fdc): undefined reference to `X509_ALGOR_set0'
gost_ameth.c:(.text+0x1ffe): undefined reference to `EVP_PKEY_base_id'
gost_ameth.c:(.text+0x2020): undefined reference to `PKCS7_SIGNER_INFO_get0_algs'
gost_ameth.c:(.text+0x204c): undefined reference to `X509_ALGOR_set0'
gost_ameth.c:(.text+0x207c): undefined reference to `X509_ALGOR_set0'
../libcrypto.a(gost_ameth.o): In function `gost94_param_encode':
gost_ameth.c:(.text+0x20be): undefined reference to `EVP_PKEY_get0'
gost_ameth.c:(.text+0x2140): undefined reference to `i2d_ASN1_OBJECT'
../libcrypto.a(gost_ameth.o): In function `gost2001_param_encode':
gost_ameth.c:(.text+0x9a9): undefined reference to `i2d_ASN1_OBJECT'
../libcrypto.a(gost_asn1.o): In function `GOST_CLIENT_KEY_EXCHANGE_PARAMS_free':
gost_asn1.c:(.text+0x13): undefined reference to `ASN1_item_free'
../libcrypto.a(gost_asn1.o): In function `GOST_CIPHER_PARAMS_free':
gost_asn1.c:(.text+0x33): undefined reference to `ASN1_item_free'
../libcrypto.a(gost_asn1.o): In function `GOST_KEY_PARAMS_free':
gost_asn1.c:(.text+0x53): undefined reference to `ASN1_item_free'
../libcrypto.a(gost_asn1.o): In function `GOST_KEY_AGREEMENT_INFO_free':
gost_asn1.c:(.text+0x73): undefined reference to `ASN1_item_free'
../libcrypto.a(gost_asn1.o): In function `GOST_KEY_INFO_free':
gost_asn1.c:(.text+0x93): undefined reference to `ASN1_item_free'
../libcrypto.a(gost_asn1.o):gost_asn1.c:(.text+0xb3): more undefined references to `ASN1_item_free' follow
../libcrypto.a(gost_asn1.o): In function `GOST_CLIENT_KEY_EXCHANGE_PARAMS_new':
gost_asn1.c:(.text+0xcb): undefined reference to `ASN1_item_new'
../libcrypto.a(gost_asn1.o): In function `GOST_CIPHER_PARAMS_new':
gost_asn1.c:(.text+0xeb): undefined reference to `ASN1_item_new'
../libcrypto.a(gost_asn1.o): In function `GOST_KEY_PARAMS_new':
gost_asn1.c:(.text+0x10b): undefined reference to `ASN1_item_new'
../libcrypto.a(gost_asn1.o): In function `GOST_KEY_AGREEMENT_INFO_new':
gost_asn1.c:(.text+0x12b): undefined reference to `ASN1_item_new'
../libcrypto.a(gost_asn1.o): In function `GOST_KEY_INFO_new':
gost_asn1.c:(.text+0x14b): undefined reference to `ASN1_item_new'
../libcrypto.a(gost_asn1.o):gost_asn1.c:(.text+0x16b): more undefined references to `ASN1_item_new' follow
../libcrypto.a(gost_asn1.o): In function `i2d_GOST_CLIENT_KEY_EXCHANGE_PARAMS':
gost_asn1.c:(.text+0x19b): undefined reference to `ASN1_item_i2d'
../libcrypto.a(gost_asn1.o): In function `i2d_GOST_CIPHER_PARAMS':
gost_asn1.c:(.text+0x1cb): undefined reference to `ASN1_item_i2d'
../libcrypto.a(gost_asn1.o): In function `i2d_GOST_KEY_PARAMS':
gost_asn1.c:(.text+0x1fb): undefined reference to `ASN1_item_i2d'
../libcrypto.a(gost_asn1.o): In function `i2d_GOST_KEY_AGREEMENT_INFO':
gost_asn1.c:(.text+0x22b): undefined reference to `ASN1_item_i2d'
../libcrypto.a(gost_asn1.o): In function `i2d_GOST_KEY_INFO':
gost_asn1.c:(.text+0x25b): undefined reference to `ASN1_item_i2d'
../libcrypto.a(gost_asn1.o):gost_asn1.c:(.text+0x28b): more undefined references to `ASN1_item_i2d' follow
../libcrypto.a(gost_asn1.o): In function `d2i_GOST_CLIENT_KEY_EXCHANGE_PARAMS':
gost_asn1.c:(.text+0x2c3): undefined reference to `ASN1_item_d2i'
../libcrypto.a(gost_asn1.o): In function `d2i_GOST_CIPHER_PARAMS':
gost_asn1.c:(.text+0x2f3): undefined reference to `ASN1_item_d2i'
../libcrypto.a(gost_asn1.o): In function `d2i_GOST_KEY_PARAMS':
gost_asn1.c:(.text+0x323): undefined reference to `ASN1_item_d2i'
../libcrypto.a(gost_asn1.o): In function `d2i_GOST_KEY_AGREEMENT_INFO':
gost_asn1.c:(.text+0x353): undefined reference to `ASN1_item_d2i'
../libcrypto.a(gost_asn1.o): In function `d2i_GOST_KEY_INFO':
gost_asn1.c:(.text+0x383): undefined reference to `ASN1_item_d2i'
../libcrypto.a(gost_asn1.o):gost_asn1.c:(.text+0x3b3): more undefined references to `ASN1_item_d2i' follow
../libcrypto.a(gost_asn1.o):(.rodata+0x110): undefined reference to `ASN1_OCTET_STRING_it'
../libcrypto.a(gost_asn1.o):(.rodata+0x124): undefined reference to `ASN1_OCTET_STRING_it'
../libcrypto.a(gost_asn1.o):(.rodata+0x150): undefined reference to `ASN1_OBJECT_it'
../libcrypto.a(gost_asn1.o):(.rodata+0x164): undefined reference to `X509_PUBKEY_it'
../libcrypto.a(gost_asn1.o):(.rodata+0x178): undefined reference to `ASN1_OCTET_STRING_it'
../libcrypto.a(gost_asn1.o):(.rodata+0x190): undefined reference to `ASN1_OBJECT_it'
../libcrypto.a(gost_asn1.o):(.rodata+0x1a4): undefined reference to `ASN1_OBJECT_it'
../libcrypto.a(gost_asn1.o):(.rodata+0x1b8): undefined reference to `ASN1_OBJECT_it'
../libcrypto.a(gost_asn1.o):(.rodata+0x1d0): undefined reference to `ASN1_OCTET_STRING_it'
../libcrypto.a(gost_asn1.o):(.rodata+0x1e4): undefined reference to `ASN1_OBJECT_it'
../libcrypto.a(gost_crypt.o): In function `gost_cipher_init_cpa':
gost_crypt.c:(.text+0x48e): undefined reference to `EVP_CIPHER_CTX_iv_length'
gost_crypt.c:(.text+0x4aa): undefined reference to `EVP_CIPHER_CTX_iv_length'
../libcrypto.a(gost_crypt.o): In function `gost89_set_asn1_parameters':
gost_crypt.c:(.text+0x5d3): undefined reference to `ASN1_OCTET_STRING_set'
gost_crypt.c:(.text+0x5e6): undefined reference to `ASN1_OBJECT_free'
gost_crypt.c:(.text+0x648): undefined reference to `ASN1_OCTET_STRING_new'
gost_crypt.c:(.text+0x65e): undefined reference to `ASN1_OCTET_STRING_set'
gost_crypt.c:(.text+0x6d2): undefined reference to `ASN1_TYPE_set'
../libcrypto.a(gost_crypt.o): In function `gost89_get_asn1_parameters':
gost_crypt.c:(.text+0x822): undefined reference to `ASN1_TYPE_get'
../libcrypto.a(gost_crypt.o): In function `gost_cipher_init':
gost_crypt.c:(.text+0xcd7): undefined reference to `EVP_CIPHER_CTX_iv_length'
gost_crypt.c:(.text+0xcef): undefined reference to `EVP_CIPHER_CTX_iv_length'
collect2: ld returned 1 exit status
make[4]: *** [link_app.] Error 1
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/apps'
make[3]: *** [openssl] Error 2
make[3]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/apps'
make[2]: *** [build_apps] Error 1
make[2]: *** Waiting for unfinished jobs....
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o e_xcbc_d.o e_xcbc_d.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o e_rc2.o e_rc2.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o e_cast.o e_cast.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o e_rc5.o e_rc5.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o m_null.o m_null.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o m_md2.o m_md2.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o m_md4.o m_md4.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o m_md5.o m_md5.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o m_sha.o m_sha.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o m_sha1.o m_sha1.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o m_wp.o m_wp.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o m_dss.o m_dss.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o m_dss1.o m_dss1.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o m_mdc2.o m_mdc2.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o m_ripemd.o m_ripemd.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o m_ecdsa.o m_ecdsa.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o p_open.o p_open.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o p_seal.o p_seal.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o p_sign.o p_sign.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o p_verify.o p_verify.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o p_lib.o p_lib.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o p_enc.o p_enc.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o p_dec.o p_dec.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o bio_md.o bio_md.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o bio_b64.o bio_b64.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o bio_enc.o bio_enc.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o evp_err.o evp_err.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o e_null.o e_null.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o c_all.o c_all.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o c_allc.o c_allc.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o c_alld.o c_alld.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o evp_lib.o evp_lib.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o bio_ok.o bio_ok.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o evp_pkey.o evp_pkey.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o evp_pbe.o evp_pbe.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o p5_crpt.o p5_crpt.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o p5_crpt2.o p5_crpt2.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o e_old.o e_old.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o pmeth_lib.o pmeth_lib.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o pmeth_fn.o pmeth_fn.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o pmeth_gn.o pmeth_gn.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o m_sigver.o m_sigver.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o evp_fips.o evp_fips.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o e_aes_cbc_hmac_sha1.o e_aes_cbc_hmac_sha1.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o e_rc4_hmac_md5.o e_rc4_hmac_md5.c
ar r ../../libcrypto.a encode.o digest.o evp_enc.o evp_key.o evp_acnf.o e_des.o e_bf.o e_idea.o e_des3.o e_camellia.o e_rc4.o e_aes.o names.o e_seed.o e_xcbc_d.o e_rc2.o e_cast.o e_rc5.o m_null.o m_md2.o m_md4.o m_md5.o m_sha.o m_sha1.o m_wp.o m_dss.o m_dss1.o m_mdc2.o m_ripemd.o m_ecdsa.o p_open.o p_seal.o p_sign.o p_verify.o p_lib.o p_enc.o p_dec.o bio_md.o bio_b64.o bio_enc.o evp_err.o e_null.o c_all.o c_allc.o c_alld.o evp_lib.o bio_ok.o evp_pkey.o evp_pbe.o p5_crpt.o p5_crpt2.o e_old.o pmeth_lib.o pmeth_fn.o pmeth_gn.o m_sigver.o evp_fips.o e_aes_cbc_hmac_sha1.o e_rc4_hmac_md5.o
/usr/bin/ranlib ../../libcrypto.a || echo Never mind.
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/evp'
making all in crypto/asn1...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/asn1'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o a_object.o a_object.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o a_bitstr.o a_bitstr.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o a_utctm.o a_utctm.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o a_gentm.o a_gentm.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o a_time.o a_time.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o a_int.o a_int.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o a_octet.o a_octet.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o a_print.o a_print.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o a_type.o a_type.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o a_set.o a_set.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o a_dup.o a_dup.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o a_d2i_fp.o a_d2i_fp.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o a_i2d_fp.o a_i2d_fp.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o a_enum.o a_enum.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o a_utf8.o a_utf8.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o a_sign.o a_sign.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o a_digest.o a_digest.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o a_verify.o a_verify.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o a_mbstr.o a_mbstr.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o a_strex.o a_strex.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o x_algor.o x_algor.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o x_val.o x_val.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o x_pubkey.o x_pubkey.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o x_sig.o x_sig.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o x_req.o x_req.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o x_attrib.o x_attrib.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o x_bignum.o x_bignum.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o x_long.o x_long.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o x_name.o x_name.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o x_x509.o x_x509.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o x_x509a.o x_x509a.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o x_crl.o x_crl.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o x_info.o x_info.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o x_spki.o x_spki.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o nsseq.o nsseq.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o x_nx509.o x_nx509.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o d2i_pu.o d2i_pu.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o d2i_pr.o d2i_pr.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o i2d_pu.o i2d_pu.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o i2d_pr.o i2d_pr.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o t_req.o t_req.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o t_x509.o t_x509.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o t_x509a.o t_x509a.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o t_crl.o t_crl.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o t_pkey.o t_pkey.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o t_spki.o t_spki.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o t_bitst.o t_bitst.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o tasn_new.o tasn_new.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o tasn_fre.o tasn_fre.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o tasn_enc.o tasn_enc.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o tasn_dec.o tasn_dec.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o tasn_utl.o tasn_utl.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o tasn_typ.o tasn_typ.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o tasn_prn.o tasn_prn.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o ameth_lib.o ameth_lib.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o f_int.o f_int.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o f_string.o f_string.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o n_pkey.o n_pkey.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o f_enum.o f_enum.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o x_pkey.o x_pkey.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o a_bool.o a_bool.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o x_exten.o x_exten.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o bio_asn1.o bio_asn1.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o bio_ndef.o bio_ndef.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o asn_mime.o asn_mime.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o asn1_gen.o asn1_gen.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o asn1_par.o asn1_par.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o asn1_lib.o asn1_lib.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o asn1_err.o asn1_err.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o a_bytes.o a_bytes.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o a_strnid.o a_strnid.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o evp_asn1.o evp_asn1.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o asn_pack.o asn_pack.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o p5_pbe.o p5_pbe.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o p5_pbev2.o p5_pbev2.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o p8_pkey.o p8_pkey.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o asn_moid.o asn_moid.c
ar r ../../libcrypto.a a_object.o a_bitstr.o a_utctm.o a_gentm.o a_time.o a_int.o a_octet.o a_print.o a_type.o a_set.o a_dup.o a_d2i_fp.o a_i2d_fp.o a_enum.o a_utf8.o a_sign.o a_digest.o a_verify.o a_mbstr.o a_strex.o x_algor.o x_val.o x_pubkey.o x_sig.o x_req.o x_attrib.o x_bignum.o x_long.o x_name.o x_x509.o x_x509a.o x_crl.o x_info.o x_spki.o nsseq.o x_nx509.o d2i_pu.o d2i_pr.o i2d_pu.o i2d_pr.o t_req.o t_x509.o t_x509a.o t_crl.o t_pkey.o t_spki.o t_bitst.o tasn_new.o tasn_fre.o tasn_enc.o tasn_dec.o tasn_utl.o tasn_typ.o tasn_prn.o ameth_lib.o f_int.o f_string.o n_pkey.o f_enum.o x_pkey.o a_bool.o x_exten.o bio_asn1.o bio_ndef.o asn_mime.o asn1_gen.o asn1_par.o asn1_lib.o asn1_err.o a_bytes.o a_strnid.o evp_asn1.o asn_pack.o p5_pbe.o p5_pbev2.o p8_pkey.o asn_moid.o
/usr/bin/ranlib ../../libcrypto.a || echo Never mind.
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/asn1'
making all in crypto/pem...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/pem'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o pem_sign.o pem_sign.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o pem_seal.o pem_seal.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o pem_info.o pem_info.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o pem_lib.o pem_lib.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o pem_all.o pem_all.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o pem_err.o pem_err.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o pem_x509.o pem_x509.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o pem_xaux.o pem_xaux.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o pem_oth.o pem_oth.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o pem_pk8.o pem_pk8.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o pem_pkey.o pem_pkey.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o pvkfmt.o pvkfmt.c
ar r ../../libcrypto.a pem_sign.o pem_seal.o pem_info.o pem_lib.o pem_all.o pem_err.o pem_x509.o pem_xaux.o pem_oth.o pem_pk8.o pem_pkey.o pvkfmt.o
/usr/bin/ranlib ../../libcrypto.a || echo Never mind.
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/pem'
making all in crypto/x509...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/x509'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o x509_def.o x509_def.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o x509_d2.o x509_d2.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o x509_r2x.o x509_r2x.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o x509_cmp.o x509_cmp.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o x509_obj.o x509_obj.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o x509_req.o x509_req.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o x509spki.o x509spki.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o x509_vfy.o x509_vfy.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o x509_set.o x509_set.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o x509cset.o x509cset.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o x509rset.o x509rset.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o x509_err.o x509_err.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o x509name.o x509name.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o x509_v3.o x509_v3.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o x509_ext.o x509_ext.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o x509_att.o x509_att.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o x509type.o x509type.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o x509_lu.o x509_lu.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o x_all.o x_all.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o x509_txt.o x509_txt.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o x509_trs.o x509_trs.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o by_file.o by_file.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o by_dir.o by_dir.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o x509_vpm.o x509_vpm.c
ar r ../../libcrypto.a x509_def.o x509_d2.o x509_r2x.o x509_cmp.o x509_obj.o x509_req.o x509spki.o x509_vfy.o x509_set.o x509cset.o x509rset.o x509_err.o x509name.o x509_v3.o x509_ext.o x509_att.o x509type.o x509_lu.o x_all.o x509_txt.o x509_trs.o by_file.o by_dir.o x509_vpm.o
/usr/bin/ranlib ../../libcrypto.a || echo Never mind.
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/x509'
making all in crypto/x509v3...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/x509v3'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o v3_bcons.o v3_bcons.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o v3_bitst.o v3_bitst.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o v3_conf.o v3_conf.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o v3_extku.o v3_extku.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o v3_ia5.o v3_ia5.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o v3_lib.o v3_lib.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o v3_prn.o v3_prn.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o v3_utl.o v3_utl.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o v3err.o v3err.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o v3_genn.o v3_genn.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o v3_alt.o v3_alt.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o v3_skey.o v3_skey.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o v3_akey.o v3_akey.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o v3_pku.o v3_pku.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o v3_int.o v3_int.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o v3_enum.o v3_enum.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o v3_sxnet.o v3_sxnet.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o v3_cpols.o v3_cpols.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o v3_crld.o v3_crld.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o v3_purp.o v3_purp.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o v3_info.o v3_info.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o v3_ocsp.o v3_ocsp.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o v3_akeya.o v3_akeya.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o v3_pmaps.o v3_pmaps.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o v3_pcons.o v3_pcons.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o v3_ncons.o v3_ncons.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o v3_pcia.o v3_pcia.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o v3_pci.o v3_pci.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o pcy_cache.o pcy_cache.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o pcy_node.o pcy_node.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o pcy_data.o pcy_data.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o pcy_map.o pcy_map.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o pcy_tree.o pcy_tree.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o pcy_lib.o pcy_lib.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o v3_asid.o v3_asid.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o v3_addr.o v3_addr.c
ar r ../../libcrypto.a v3_bcons.o v3_bitst.o v3_conf.o v3_extku.o v3_ia5.o v3_lib.o v3_prn.o v3_utl.o v3err.o v3_genn.o v3_alt.o v3_skey.o v3_akey.o v3_pku.o v3_int.o v3_enum.o v3_sxnet.o v3_cpols.o v3_crld.o v3_purp.o v3_info.o v3_ocsp.o v3_akeya.o v3_pmaps.o v3_pcons.o v3_ncons.o v3_pcia.o v3_pci.o pcy_cache.o pcy_node.o pcy_data.o pcy_map.o pcy_tree.o pcy_lib.o v3_asid.o v3_addr.o
/usr/bin/ranlib ../../libcrypto.a || echo Never mind.
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/x509v3'
making all in crypto/conf...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/conf'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o conf_err.o conf_err.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o conf_lib.o conf_lib.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o conf_api.o conf_api.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o conf_def.o conf_def.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o conf_mod.o conf_mod.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o conf_mall.o conf_mall.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o conf_sap.o conf_sap.c
ar r ../../libcrypto.a conf_err.o conf_lib.o conf_api.o conf_def.o conf_mod.o conf_mall.o conf_sap.o
/usr/bin/ranlib ../../libcrypto.a || echo Never mind.
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/conf'
making all in crypto/txt_db...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/txt_db'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o txt_db.o txt_db.c
ar r ../../libcrypto.a txt_db.o
/usr/bin/ranlib ../../libcrypto.a || echo Never mind.
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/txt_db'
making all in crypto/pkcs7...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/pkcs7'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o pk7_asn1.o pk7_asn1.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o pk7_lib.o pk7_lib.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o pkcs7err.o pkcs7err.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o pk7_doit.o pk7_doit.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o pk7_smime.o pk7_smime.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o pk7_attr.o pk7_attr.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o pk7_mime.o pk7_mime.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o bio_pk7.o bio_pk7.c
ar r ../../libcrypto.a pk7_asn1.o pk7_lib.o pkcs7err.o pk7_doit.o pk7_smime.o pk7_attr.o pk7_mime.o bio_pk7.o
/usr/bin/ranlib ../../libcrypto.a || echo Never mind.
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/pkcs7'
making all in crypto/pkcs12...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/pkcs12'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o p12_add.o p12_add.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o p12_asn.o p12_asn.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o p12_attr.o p12_attr.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o p12_crpt.o p12_crpt.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o p12_crt.o p12_crt.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o p12_decr.o p12_decr.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o p12_init.o p12_init.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o p12_key.o p12_key.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o p12_kiss.o p12_kiss.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o p12_mutl.o p12_mutl.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o p12_utl.o p12_utl.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o p12_npas.o p12_npas.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o pk12err.o pk12err.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o p12_p8d.o p12_p8d.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o p12_p8e.o p12_p8e.c
ar r ../../libcrypto.a p12_add.o p12_asn.o p12_attr.o p12_crpt.o p12_crt.o p12_decr.o p12_init.o p12_key.o p12_kiss.o p12_mutl.o p12_utl.o p12_npas.o pk12err.o p12_p8d.o p12_p8e.o
/usr/bin/ranlib ../../libcrypto.a || echo Never mind.
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/pkcs12'
making all in crypto/comp...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/comp'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o comp_lib.o comp_lib.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o comp_err.o comp_err.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o c_rle.o c_rle.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o c_zlib.o c_zlib.c
ar r ../../libcrypto.a comp_lib.o comp_err.o c_rle.o c_zlib.o
/usr/bin/ranlib ../../libcrypto.a || echo Never mind.
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/comp'
making all in crypto/ocsp...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/ocsp'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o ocsp_asn.o ocsp_asn.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o ocsp_ext.o ocsp_ext.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o ocsp_ht.o ocsp_ht.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o ocsp_lib.o ocsp_lib.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o ocsp_cl.o ocsp_cl.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o ocsp_srv.o ocsp_srv.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o ocsp_prn.o ocsp_prn.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o ocsp_vfy.o ocsp_vfy.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o ocsp_err.o ocsp_err.c
ar r ../../libcrypto.a ocsp_asn.o ocsp_ext.o ocsp_ht.o ocsp_lib.o ocsp_cl.o ocsp_srv.o ocsp_prn.o ocsp_vfy.o ocsp_err.o
/usr/bin/ranlib ../../libcrypto.a || echo Never mind.
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/ocsp'
making all in crypto/ui...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/ui'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o ui_err.o ui_err.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o ui_lib.o ui_lib.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o ui_openssl.o ui_openssl.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o ui_util.o ui_util.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o ui_compat.o ui_compat.c
ar r ../../libcrypto.a ui_err.o ui_lib.o ui_openssl.o ui_util.o ui_compat.o
/usr/bin/ranlib ../../libcrypto.a || echo Never mind.
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/ui'
making all in crypto/krb5...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/krb5'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o krb5_asn.o krb5_asn.c
ar r ../../libcrypto.a krb5_asn.o
/usr/bin/ranlib ../../libcrypto.a || echo Never mind.
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/krb5'
making all in crypto/cms...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/cms'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o cms_lib.o cms_lib.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o cms_asn1.o cms_asn1.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o cms_att.o cms_att.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o cms_io.o cms_io.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o cms_smime.o cms_smime.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o cms_err.o cms_err.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o cms_sd.o cms_sd.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o cms_dd.o cms_dd.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o cms_cd.o cms_cd.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o cms_env.o cms_env.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o cms_enc.o cms_enc.c
cms_enc.c: In function ‘cms_EncryptedContent_init_bio’:
cms_enc.c:77: warning: ‘tkeylen’ may be used uninitialized in this function
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o cms_ess.o cms_ess.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o cms_pwri.o cms_pwri.c
ar r ../../libcrypto.a cms_lib.o cms_asn1.o cms_att.o cms_io.o cms_smime.o cms_err.o cms_sd.o cms_dd.o cms_cd.o cms_env.o cms_enc.o cms_ess.o cms_pwri.o
/usr/bin/ranlib ../../libcrypto.a || echo Never mind.
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/cms'
making all in crypto/pqueue...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/pqueue'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o pqueue.o pqueue.c
ar r ../../libcrypto.a pqueue.o
/usr/bin/ranlib ../../libcrypto.a || echo Never mind.
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/pqueue'
making all in crypto/ts...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/ts'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o ts_err.o ts_err.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o ts_req_utils.o ts_req_utils.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o ts_req_print.o ts_req_print.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o ts_rsp_utils.o ts_rsp_utils.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o ts_rsp_print.o ts_rsp_print.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o ts_rsp_sign.o ts_rsp_sign.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o ts_rsp_verify.o ts_rsp_verify.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o ts_verify_ctx.o ts_verify_ctx.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o ts_lib.o ts_lib.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o ts_conf.o ts_conf.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o ts_asn1.o ts_asn1.c
ar r ../../libcrypto.a ts_err.o ts_req_utils.o ts_req_print.o ts_rsp_utils.o ts_rsp_print.o ts_rsp_sign.o ts_rsp_verify.o ts_verify_ctx.o ts_lib.o ts_conf.o ts_asn1.o
/usr/bin/ranlib ../../libcrypto.a || echo Never mind.
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/ts'
making all in crypto/srp...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/srp'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o srp_lib.o srp_lib.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o srp_vfy.o srp_vfy.c
ar r ../../libcrypto.a srp_lib.o srp_vfy.o
/usr/bin/ranlib ../../libcrypto.a || echo Never mind.
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/srp'
making all in crypto/cmac...
make[4]: Entering directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/cmac'
make[4]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o cmac.o cmac.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o cm_ameth.o cm_ameth.c
gcc -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -DDSO_DLFCN -DHAVE_DLFCN_H -Wa,--noexecstack -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DVPAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM -c -o cm_pmeth.o cm_pmeth.c
ar r ../../libcrypto.a cmac.o cm_ameth.o cm_pmeth.o
/usr/bin/ranlib ../../libcrypto.a || echo Never mind.
make[4]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto/cmac'
if [ -n "" ]; then \
(cd ..; make libcrypto.so.1.0.0); \
fi
make[3]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1/crypto'
make[2]: Leaving directory `/usr/src/redhat/SOURCES/openssl-1.0.1'
make[1]: *** [/usr/src/redhat/SOURCES/openssl-1.0.1/.openssl/include/openssl/ssl.h] Error 2
make[1]: Leaving directory `/usr/src/redhat/BUILD/nginx-1.1.16'
make: *** [build] Error 2
error: Bad exit status from /var/tmp/rpm-tmp.94714 (%build)
RPM build errors:
Bad exit status from /var/tmp/rpm-tmp.94714 (%build)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment