Skip to content

Instantly share code, notes, and snippets.

@bartzy
Created July 25, 2017 15:57
Show Gist options
  • Save bartzy/062363856fc23b730c8c38b9d64abdda to your computer and use it in GitHub Desktop.
Save bartzy/062363856fc23b730c8c38b9d64abdda to your computer and use it in GitHub Desktop.
make win
make -C cross win
make[1]: Entering directory '/vagrant/cross'
env ac_cv_func_malloc_0_nonnull=yes make cross \
TOOL=i686-w64-mingw32 \
TOOL_DIR=/usr/i686-w64-mingw32 \
TARGETDIR=/home/ubuntu/openpace/openpace-1.0.2_win32 \
ENABLE_PYTHON="" \
LDFLAGS="-static-libgcc" \
LIBEAC=/home/ubuntu/openpace/openpace-1.0.2_win32/bin/libeac-2.dll
make[2]: Entering directory '/vagrant/cross'
touch ../src/cvc-create.1 ../src/cvc-print.1
cd .. && unset CC && ./configure \
--prefix=/ \
--host=i686-w64-mingw32 --target=i686-w64-mingw32 \
--enable-openssl-install \
\
CFLAGS="-I/usr/i686-w64-mingw32/include -I/usr/i686-w64-mingw32/include/python2.7 " \
LDFLAGS="${LDFLAGS} -L/usr/i686-w64-mingw32/lib "
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for i686-w64-mingw32-strip... i686-w64-mingw32-strip
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports nested variables... (cached) yes
checking for i686-w64-mingw32-gcc... i686-w64-mingw32-gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... .exe
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether i686-w64-mingw32-gcc accepts -g... yes
checking for i686-w64-mingw32-gcc option to accept ISO C89... none needed
checking whether i686-w64-mingw32-gcc understands -c and -o together... yes
checking for style of include used by make... GNU
checking dependency style of i686-w64-mingw32-gcc... gcc3
checking for a sed that does not truncate output... /bin/sed
checking for i686-w64-mingw32-pkg-config... /usr/bin/i686-w64-mingw32-pkg-config
checking pkg-config is at least version 0.9.0... yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... i686-w64-mingw32
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by i686-w64-mingw32-gcc... /usr/bin/i686-w64-mingw32-ld
checking if the linker (/usr/bin/i686-w64-mingw32-ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/i686-w64-mingw32-nm -B
checking the name lister (/usr/bin/i686-w64-mingw32-nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to i686-w64-mingw32 format... func_convert_file_nix_to_w32
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/i686-w64-mingw32-ld option to reload object files... -r
checking for i686-w64-mingw32-objdump... i686-w64-mingw32-objdump
checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
checking for i686-w64-mingw32-dlltool... i686-w64-mingw32-dlltool
checking how to associate runtime and link libraries... func_cygming_dll_for_implib
checking for i686-w64-mingw32-ar... i686-w64-mingw32-ar
checking for archiver @FILE support... @
checking for i686-w64-mingw32-strip... (cached) i686-w64-mingw32-strip
checking for i686-w64-mingw32-ranlib... i686-w64-mingw32-ranlib
checking command to parse /usr/bin/i686-w64-mingw32-nm -B output from i686-w64-mingw32-gcc object... ok
checking for sysroot... no
checking for a working dd... /bin/dd
checking how to truncate binary pipes... /bin/dd bs=4096 count=1
checking for i686-w64-mingw32-mt... no
checking for mt... mt
configure: WARNING: using cross tools not prefixed with host triplet
checking if mt is a manifest tool... no
checking how to run the C preprocessor... i686-w64-mingw32-gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... no
checking for i686-w64-mingw32-as... i686-w64-mingw32-as
checking for i686-w64-mingw32-dlltool... (cached) i686-w64-mingw32-dlltool
checking for i686-w64-mingw32-objdump... (cached) i686-w64-mingw32-objdump
checking for objdir... .libs
checking if i686-w64-mingw32-gcc supports -fno-rtti -fno-exceptions... no
checking for i686-w64-mingw32-gcc option to produce PIC... -DDLL_EXPORT -DPIC
checking if i686-w64-mingw32-gcc PIC flag -DDLL_EXPORT -DPIC works... yes
checking if i686-w64-mingw32-gcc static flag -static works... yes
checking if i686-w64-mingw32-gcc supports -c -o file.o... yes
checking if i686-w64-mingw32-gcc supports -c -o file.o... (cached) yes
checking whether the i686-w64-mingw32-gcc linker (/usr/bin/i686-w64-mingw32-ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking dynamic linker characteristics... Win32 ld.exe
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for help2man... /usr/bin/help2man
checking for gengetopt... /usr/bin/gengetopt
checking for git... /usr/bin/git
checking arpa/inet.h usability... no
checking arpa/inet.h presence... no
checking for arpa/inet.h... no
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking for stdint.h... (cached) yes
checking for string.h... (cached) yes
checking for size_t... yes
checking for uint32_t... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... (cached) yes
checking whether time.h and sys/time.h may both be included... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking for alarm... yes
checking for working mktime... no
checking for memset... yes
checking for memcpy... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/certs/Makefile
config.status: creating src/docs/Makefile
config.status: creating src/docs/_static/Makefile
config.status: creating src/Makefile
config.status: creating bindings/Makefile
config.status: creating bindings/java/Makefile
config.status: creating bindings/python/Makefile
config.status: creating bindings/ruby/Makefile
config.status: creating bindings/go/Makefile
config.status: creating cross/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
openpace 1.0.2 has been configured with following options:
Libraries: //lib
CVC directory: //etc/eac/cvc
X.509 directory: //etc/eac/x509
Host: i686-w64-mingw32
Compiler: i686-w64-mingw32-gcc
Preprocessor flags:
Compiler flags: -I/usr/i686-w64-mingw32/include -I/usr/i686-w64-mingw32/include/python2.7
Linker flags: -static-libgcc -L/usr/i686-w64-mingw32/lib
Libraries:
CRYPTO_CFLAGS: -I/vagrant/src/openssl/include
CRYPTO_LIBS: -L/vagrant/src/openssl -lcrypto
HELP2MAN: /usr/bin/help2man
GENGETOPT: /usr/bin/gengetopt
Install patched OpenSSL: yes
GIT: /usr/bin/git
OPENSSL_CONFIGURE_FLAGS: no-asm shared --prefix="/" mingw64 -DPURIFY -I/usr/i686-w64-mingw32/include -I/usr/i686-w64-mingw32/include/python2.7 -static-libgcc -L/usr/i686-w64-mingw32/lib
SWIG:
Python Bindings: no
PYTHON:
Java Bindings: no
JAVA_CFLAGS:
JAVACFLAGS:
Ruby Bindings: no
RUBY:
Go Bindings: no
gccgo:
GCCGOFLAGS:
SWIGGOPARAMS:
env CROSS_COMPILE=i686-w64-mingw32- WINDRES=i686-w64-mingw32-windres \
make -C .. install DESTDIR=/home/ubuntu/openpace/openpace-1.0.2_win32
make[3]: Entering directory '/vagrant'
Making install in src
make[4]: Entering directory '/vagrant/src'
make install-recursive
make[5]: Entering directory '/vagrant/src'
Making install in docs
make[6]: Entering directory '/vagrant/src/docs'
Making install in _static
make[7]: Entering directory '/vagrant/src/docs/_static'
make[8]: Entering directory '/vagrant/src/docs/_static'
make[8]: Nothing to be done for 'install-exec-am'.
make[8]: Nothing to be done for 'install-data-am'.
make[8]: Leaving directory '/vagrant/src/docs/_static'
make[7]: Leaving directory '/vagrant/src/docs/_static'
make[7]: Entering directory '/vagrant/src/docs'
make[8]: Entering directory '/vagrant/src/docs'
make[8]: Nothing to be done for 'install-exec-am'.
make[8]: Nothing to be done for 'install-data-am'.
make[8]: Leaving directory '/vagrant/src/docs'
make[7]: Leaving directory '/vagrant/src/docs'
make[6]: Leaving directory '/vagrant/src/docs'
Making install in certs
make[6]: Entering directory '/vagrant/src/certs'
make[7]: Entering directory '/vagrant/src/certs'
make[7]: Nothing to be done for 'install-exec-am'.
/bin/mkdir -p "/home/ubuntu/openpace/openpace-1.0.2_win32//etc/eac/x509"
for cert in ff3d20d2; do /usr/bin/install -c -m 644 ./${cert} "/home/ubuntu/openpace/openpace-1.0.2_win32//etc/eac/x509"; done
/bin/mkdir -p "/home/ubuntu/openpace/openpace-1.0.2_win32//etc/eac/cvc"
for cert in DECVCAeID00102 DECVCAEPASS00102 DECVCAeSign00102; do /usr/bin/install -c -m 644 ./${cert} "/home/ubuntu/openpace/openpace-1.0.2_win32//etc/eac/cvc"; done
make[7]: Leaving directory '/vagrant/src/certs'
make[6]: Leaving directory '/vagrant/src/certs'
make[6]: Entering directory '/vagrant/src'
grep NID_id_PACE_ECDH_GM_AES_CBC_CMAC_256 /vagrant/src/openssl/include/openssl/obj_mac.h > /dev/null \
|| (cd /vagrant/src/openssl \
&& cat /vagrant/src/bsi_objects.txt >> crypto/objects/objects.txt \
&& make update -C /vagrant/src/openssl >> /tmp/sslout 2>&1 \
|| cat /tmp/sslout)
CC libeac_la-ca_lib.lo
CC libeac_la-cv_cert.lo
CC libeac_la-cvc_lookup.lo
CC libeac_la-x509_lookup.lo
CC libeac_la-eac_asn1.lo
CC libeac_la-eac.lo
CC libeac_la-eac_ca.lo
CC libeac_la-eac_dh.lo
CC libeac_la-eac_ecdh.lo
CC libeac_la-eac_kdf.lo
CC libeac_la-eac_lib.lo
CC libeac_la-eac_print.lo
CC libeac_la-eac_util.lo
CC libeac_la-misc.lo
CC libeac_la-pace.lo
CC libeac_la-pace_lib.lo
CC libeac_la-pace_mappings.lo
CC libeac_la-ri.lo
CC libeac_la-ri_lib.lo
CC libeac_la-ta.lo
CC libeac_la-ta_lib.lo
CC libeac_la-objects.lo
CC libeac_la-ssl_compat.lo
CCLD libeac.la
*** Warning: linker path does not have real file for library -lcrypto.
*** I have the capability to make that library automatically link in when
*** you link to this library. But I can only do this if you have a
*** shared version of the library, which you do not appear to have
*** because I did check the linker path looking for a file starting
*** with libcrypto and none of the candidates passed a file format test
*** using a file magic. Last file checked: /vagrant/src/openssl/libcrypto.so.1.0.0
*** The inter-library dependencies that have been dropped here will be
*** automatically added whenever a program is linked with this library
*** or is declared to -dlopen it.
*** Since this library must not contain undefined symbols,
*** because either the platform does not support them or
*** it was explicitly requested with -no-undefined,
*** libtool will only create a static version of it.
i686-w64-mingw32-ar: `u' modifier ignored since `D' is the default (see `U')
CC vc.lo
CCLD libvc.la
i686-w64-mingw32-ar: `u' modifier ignored since `D' is the default (see `U')
CC eactest-eactest.o
CC eactest-ssl_compat.o
CCLD eactest.exe
eactest-eactest.o:eactest.c:(.text+0x23): undefined reference to `EVP_PKEY_new'
eactest-eactest.o:eactest.c:(.text+0x73): undefined reference to `EVP_PKEY_get1_DH'
eactest-eactest.o:eactest.c:(.text+0x8b): undefined reference to `DH_generate_key'
eactest-eactest.o:eactest.c:(.text+0xa5): undefined reference to `EVP_PKEY_set1_DH'
eactest-eactest.o:eactest.c:(.text+0xd7): undefined reference to `EVP_PKEY_get1_EC_KEY'
eactest-eactest.o:eactest.c:(.text+0xef): undefined reference to `EC_KEY_generate_key'
eactest-eactest.o:eactest.c:(.text+0x109): undefined reference to `EVP_PKEY_set1_EC_KEY'
eactest-eactest.o:eactest.c:(.text+0x118): undefined reference to `BN_new'
eactest-eactest.o:eactest.c:(.text+0x138): undefined reference to `BN_set_word'
eactest-eactest.o:eactest.c:(.text+0x145): undefined reference to `RSA_new'
eactest-eactest.o:eactest.c:(.text+0x173): undefined reference to `RSA_generate_key_ex'
eactest-eactest.o:eactest.c:(.text+0x189): undefined reference to `EVP_PKEY_set1_RSA'
eactest-eactest.o:eactest.c:(.text+0x19f): undefined reference to `BN_clear_free'
eactest-eactest.o:eactest.c:(.text+0x1b0): undefined reference to `RSA_free'
eactest-eactest.o:eactest.c:(.text+0x1c1): undefined reference to `DH_free'
eactest-eactest.o:eactest.c:(.text+0x1d2): undefined reference to `EC_KEY_free'
eactest-eactest.o:eactest.c:(.text+0x1ef): undefined reference to `RSA_free'
eactest-eactest.o:eactest.c:(.text+0x200): undefined reference to `DH_free'
eactest-eactest.o:eactest.c:(.text+0x211): undefined reference to `EC_KEY_free'
eactest-eactest.o:eactest.c:(.text+0x222): undefined reference to `EVP_PKEY_free'
eactest-eactest.o:eactest.c:(.text+0x2b7): undefined reference to `EVP_PKEY_base_id'
eactest-eactest.o:eactest.c:(.text+0x2d7): undefined reference to `EVP_PKEY_get1_EC_KEY'
eactest-eactest.o:eactest.c:(.text+0x2ef): undefined reference to `EC_KEY_get0_group'
eactest-eactest.o:eactest.c:(.text+0x307): undefined reference to `EC_POINT_new'
eactest-eactest.o:eactest.c:(.text+0x33b): undefined reference to `EC_POINT_oct2point'
eactest-eactest.o:eactest.c:(.text+0x34e): undefined reference to `EC_GROUP_get0_generator'
eactest-eactest.o:eactest.c:(.text+0x36d): undefined reference to `EC_POINT_cmp'
eactest-eactest.o:eactest.c:(.text+0x382): undefined reference to `EVP_PKEY_get1_DH'
eactest-eactest.o:eactest.c:(.text+0x3a0): undefined reference to `BN_bin2bn'
eactest-eactest.o:eactest.c:(.text+0x3e3): undefined reference to `BN_cmp'
eactest-eactest.o:eactest.c:(.text+0x406): undefined reference to `EC_KEY_free'
eactest-eactest.o:eactest.c:(.text+0x417): undefined reference to `EC_POINT_clear_free'
eactest-eactest.o:eactest.c:(.text+0x428): undefined reference to `DH_free'
eactest-eactest.o:eactest.c:(.text+0x439): undefined reference to `BN_clear_free'
eactest-eactest.o:eactest.c:(.text+0x4cb): undefined reference to `OBJ_nid2sn'
eactest-eactest.o:eactest.c:(.text+0x716): undefined reference to `ERR_load_crypto_strings'
eactest-eactest.o:eactest.c:(.text+0x726): undefined reference to `ERR_print_errors_fp'
eactest-eactest.o:eactest.c:(.text+0x72b): undefined reference to `ERR_free_strings'
eactest-eactest.o:eactest.c:(.text+0x873): undefined reference to `ERR_load_crypto_strings'
eactest-eactest.o:eactest.c:(.text+0x883): undefined reference to `ERR_print_errors_fp'
eactest-eactest.o:eactest.c:(.text+0x888): undefined reference to `ERR_free_strings'
eactest-eactest.o:eactest.c:(.text+0x95a): undefined reference to `ERR_load_crypto_strings'
eactest-eactest.o:eactest.c:(.text+0x96a): undefined reference to `ERR_print_errors_fp'
eactest-eactest.o:eactest.c:(.text+0x96f): undefined reference to `ERR_free_strings'
eactest-eactest.o:eactest.c:(.text+0xa42): undefined reference to `ERR_load_crypto_strings'
eactest-eactest.o:eactest.c:(.text+0xa52): undefined reference to `ERR_print_errors_fp'
eactest-eactest.o:eactest.c:(.text+0xa57): undefined reference to `ERR_free_strings'
eactest-eactest.o:eactest.c:(.text+0xb35): undefined reference to `ERR_load_crypto_strings'
eactest-eactest.o:eactest.c:(.text+0xb45): undefined reference to `ERR_print_errors_fp'
eactest-eactest.o:eactest.c:(.text+0xb4a): undefined reference to `ERR_free_strings'
eactest-eactest.o:eactest.c:(.text+0xc8b): undefined reference to `ERR_load_crypto_strings'
eactest-eactest.o:eactest.c:(.text+0xc9b): undefined reference to `ERR_print_errors_fp'
eactest-eactest.o:eactest.c:(.text+0xca0): undefined reference to `ERR_free_strings'
eactest-eactest.o:eactest.c:(.text+0xd64): undefined reference to `ERR_load_crypto_strings'
eactest-eactest.o:eactest.c:(.text+0xd74): undefined reference to `ERR_print_errors_fp'
eactest-eactest.o:eactest.c:(.text+0xd79): undefined reference to `ERR_free_strings'
eactest-eactest.o:eactest.c:(.text+0xe46): undefined reference to `ERR_load_crypto_strings'
eactest-eactest.o:eactest.c:(.text+0xe56): undefined reference to `ERR_print_errors_fp'
eactest-eactest.o:eactest.c:(.text+0xe5b): undefined reference to `ERR_free_strings'
eactest-eactest.o:eactest.c:(.text+0xf85): undefined reference to `ERR_load_crypto_strings'
eactest-eactest.o:eactest.c:(.text+0xf95): undefined reference to `ERR_print_errors_fp'
eactest-eactest.o:eactest.c:(.text+0xf9a): undefined reference to `ERR_free_strings'
eactest-eactest.o:eactest.c:(.text+0x10c7): undefined reference to `ERR_load_crypto_strings'
eactest-eactest.o:eactest.c:(.text+0x10d7): undefined reference to `ERR_print_errors_fp'
eactest-eactest.o:eactest.c:(.text+0x10dc): undefined reference to `ERR_free_strings'
eactest-eactest.o:eactest.c:(.text+0x11eb): undefined reference to `ERR_load_crypto_strings'
eactest-eactest.o:eactest.c:(.text+0x11fb): undefined reference to `ERR_print_errors_fp'
eactest-eactest.o:eactest.c:(.text+0x1200): undefined reference to `ERR_free_strings'
eactest-eactest.o:eactest.c:(.text+0x12da): undefined reference to `ERR_load_crypto_strings'
eactest-eactest.o:eactest.c:(.text+0x12ea): undefined reference to `ERR_print_errors_fp'
eactest-eactest.o:eactest.c:(.text+0x12ef): undefined reference to `ERR_free_strings'
eactest-eactest.o:eactest.c:(.text+0x13be): undefined reference to `ERR_load_crypto_strings'
eactest-eactest.o:eactest.c:(.text+0x13ce): undefined reference to `ERR_print_errors_fp'
eactest-eactest.o:eactest.c:(.text+0x13d3): undefined reference to `ERR_free_strings'
eactest-eactest.o:eactest.c:(.text+0x14d4): undefined reference to `ERR_load_crypto_strings'
eactest-eactest.o:eactest.c:(.text+0x14e4): undefined reference to `ERR_print_errors_fp'
eactest-eactest.o:eactest.c:(.text+0x14e9): undefined reference to `ERR_free_strings'
eactest-eactest.o:eactest.c:(.text+0x15c7): undefined reference to `ERR_load_crypto_strings'
eactest-eactest.o:eactest.c:(.text+0x15d7): undefined reference to `ERR_print_errors_fp'
eactest-eactest.o:eactest.c:(.text+0x15dc): undefined reference to `ERR_free_strings'
eactest-eactest.o:eactest.c:(.text+0x16c1): undefined reference to `ERR_load_crypto_strings'
eactest-eactest.o:eactest.c:(.text+0x16d1): undefined reference to `ERR_print_errors_fp'
eactest-eactest.o:eactest.c:(.text+0x16d6): undefined reference to `ERR_free_strings'
eactest-eactest.o:eactest.c:(.text+0x16f0): undefined reference to `EVP_PKEY_free'
eactest-eactest.o:eactest.c:(.text+0x17bd): undefined reference to `ERR_load_crypto_strings'
eactest-eactest.o:eactest.c:(.text+0x17cd): undefined reference to `ERR_print_errors_fp'
eactest-eactest.o:eactest.c:(.text+0x17d2): undefined reference to `ERR_free_strings'
eactest-eactest.o:eactest.c:(.text+0x189c): undefined reference to `ERR_load_crypto_strings'
eactest-eactest.o:eactest.c:(.text+0x18ac): undefined reference to `ERR_print_errors_fp'
eactest-eactest.o:eactest.c:(.text+0x18b1): undefined reference to `ERR_free_strings'
eactest-eactest.o:eactest.c:(.text+0x1991): undefined reference to `ERR_load_crypto_strings'
eactest-eactest.o:eactest.c:(.text+0x19a1): undefined reference to `ERR_print_errors_fp'
eactest-eactest.o:eactest.c:(.text+0x19a6): undefined reference to `ERR_free_strings'
eactest-eactest.o:eactest.c:(.text+0x1a87): undefined reference to `ERR_load_crypto_strings'
eactest-eactest.o:eactest.c:(.text+0x1a97): undefined reference to `ERR_print_errors_fp'
eactest-eactest.o:eactest.c:(.text+0x1a9c): undefined reference to `ERR_free_strings'
eactest-eactest.o:eactest.c:(.text+0x1b7f): undefined reference to `ERR_load_crypto_strings'
eactest-eactest.o:eactest.c:(.text+0x1b8f): undefined reference to `ERR_print_errors_fp'
eactest-eactest.o:eactest.c:(.text+0x1b94): undefined reference to `ERR_free_strings'
eactest-eactest.o:eactest.c:(.text+0x1cae): undefined reference to `ERR_load_crypto_strings'
eactest-eactest.o:eactest.c:(.text+0x1cbe): undefined reference to `ERR_print_errors_fp'
eactest-eactest.o:eactest.c:(.text+0x1cc3): undefined reference to `ERR_free_strings'
eactest-eactest.o:eactest.c:(.text+0x1d8e): undefined reference to `ERR_load_crypto_strings'
eactest-eactest.o:eactest.c:(.text+0x1d9e): undefined reference to `ERR_print_errors_fp'
eactest-eactest.o:eactest.c:(.text+0x1da3): undefined reference to `ERR_free_strings'
eactest-eactest.o:eactest.c:(.text+0x1e77): undefined reference to `ERR_load_crypto_strings'
eactest-eactest.o:eactest.c:(.text+0x1e87): undefined reference to `ERR_print_errors_fp'
eactest-eactest.o:eactest.c:(.text+0x1e8c): undefined reference to `ERR_free_strings'
eactest-eactest.o:eactest.c:(.text+0x1f6e): undefined reference to `ERR_load_crypto_strings'
eactest-eactest.o:eactest.c:(.text+0x1f7e): undefined reference to `ERR_print_errors_fp'
eactest-eactest.o:eactest.c:(.text+0x1f83): undefined reference to `ERR_free_strings'
eactest-eactest.o:eactest.c:(.text+0x205e): undefined reference to `ERR_load_crypto_strings'
eactest-eactest.o:eactest.c:(.text+0x206e): undefined reference to `ERR_print_errors_fp'
eactest-eactest.o:eactest.c:(.text+0x2073): undefined reference to `ERR_free_strings'
eactest-eactest.o:eactest.c:(.text+0x2146): undefined reference to `ERR_load_crypto_strings'
eactest-eactest.o:eactest.c:(.text+0x2156): undefined reference to `ERR_print_errors_fp'
eactest-eactest.o:eactest.c:(.text+0x215b): undefined reference to `ERR_free_strings'
eactest-eactest.o:eactest.c:(.text+0x2269): undefined reference to `ERR_load_crypto_strings'
eactest-eactest.o:eactest.c:(.text+0x2279): undefined reference to `ERR_print_errors_fp'
eactest-eactest.o:eactest.c:(.text+0x227e): undefined reference to `ERR_free_strings'
eactest-eactest.o:eactest.c:(.text+0x2359): undefined reference to `ERR_load_crypto_strings'
eactest-eactest.o:eactest.c:(.text+0x2369): undefined reference to `ERR_print_errors_fp'
eactest-eactest.o:eactest.c:(.text+0x236e): undefined reference to `ERR_free_strings'
eactest-eactest.o:eactest.c:(.text+0x243b): undefined reference to `ERR_load_crypto_strings'
eactest-eactest.o:eactest.c:(.text+0x244b): undefined reference to `ERR_print_errors_fp'
eactest-eactest.o:eactest.c:(.text+0x2450): undefined reference to `ERR_free_strings'
eactest-eactest.o:eactest.c:(.text+0x24da): undefined reference to `BIO_new_fp'
eactest-eactest.o:eactest.c:(.text+0x24fa): undefined reference to `BIO_printf'
eactest-eactest.o:eactest.c:(.text+0x2527): undefined reference to `BIO_printf'
eactest-eactest.o:eactest.c:(.text+0x2554): undefined reference to `BIO_printf'
eactest-eactest.o:eactest.c:(.text+0x2581): undefined reference to `BIO_printf'
eactest-eactest.o:eactest.c:(.text+0x25ae): undefined reference to `BIO_printf'
eactest-eactest.o:eactest.c:(.text+0x25db): more undefined references to `BIO_printf' follow
eactest-eactest.o:eactest.c:(.text+0x26e1): undefined reference to `BIO_free_all'
eactest-eactest.o:eactest.c:(.text+0x26f2): undefined reference to `BUF_MEM_free'
eactest-eactest.o:eactest.c:(.text+0x2703): undefined reference to `BUF_MEM_free'
eactest-eactest.o:eactest.c:(.text+0x2714): undefined reference to `BUF_MEM_free'
eactest-eactest.o:eactest.c:(.text+0x2725): undefined reference to `BUF_MEM_free'
eactest-eactest.o:eactest.c:(.text+0x2736): undefined reference to `BUF_MEM_free'
eactest-eactest.o:eactest.c:(.text+0x2747): more undefined references to `BUF_MEM_free' follow
eactest-eactest.o:eactest.c:(.text+0x2b57): undefined reference to `ERR_load_crypto_strings'
eactest-eactest.o:eactest.c:(.text+0x2b67): undefined reference to `ERR_print_errors_fp'
eactest-eactest.o:eactest.c:(.text+0x2b6c): undefined reference to `ERR_free_strings'
eactest-eactest.o:eactest.c:(.text+0x2c57): undefined reference to `ERR_load_crypto_strings'
eactest-eactest.o:eactest.c:(.text+0x2c67): undefined reference to `ERR_print_errors_fp'
eactest-eactest.o:eactest.c:(.text+0x2c6c): undefined reference to `ERR_free_strings'
eactest-eactest.o:eactest.c:(.text+0x2d42): undefined reference to `ERR_load_crypto_strings'
eactest-eactest.o:eactest.c:(.text+0x2d52): undefined reference to `ERR_print_errors_fp'
eactest-eactest.o:eactest.c:(.text+0x2d57): undefined reference to `ERR_free_strings'
eactest-eactest.o:eactest.c:(.text+0x2e22): undefined reference to `ERR_load_crypto_strings'
eactest-eactest.o:eactest.c:(.text+0x2e32): undefined reference to `ERR_print_errors_fp'
eactest-eactest.o:eactest.c:(.text+0x2e37): undefined reference to `ERR_free_strings'
eactest-eactest.o:eactest.c:(.text+0x2ea0): undefined reference to `BUF_MEM_free'
eactest-eactest.o:eactest.c:(.text+0x2eb1): undefined reference to `BUF_MEM_free'
eactest-eactest.o:eactest.c:(.text+0x2ec2): undefined reference to `BUF_MEM_free'
eactest-eactest.o:eactest.c:(.text+0x2ed3): undefined reference to `BUF_MEM_free'
eactest-eactest.o:eactest.c:(.text+0x2faf): undefined reference to `ERR_load_crypto_strings'
eactest-eactest.o:eactest.c:(.text+0x2fbf): undefined reference to `ERR_print_errors_fp'
eactest-eactest.o:eactest.c:(.text+0x2fc4): undefined reference to `ERR_free_strings'
eactest-eactest.o:eactest.c:(.text+0x30ba): undefined reference to `ERR_load_crypto_strings'
eactest-eactest.o:eactest.c:(.text+0x30ca): undefined reference to `ERR_print_errors_fp'
eactest-eactest.o:eactest.c:(.text+0x30cf): undefined reference to `ERR_free_strings'
eactest-eactest.o:eactest.c:(.text+0x319e): undefined reference to `ERR_load_crypto_strings'
eactest-eactest.o:eactest.c:(.text+0x31ae): undefined reference to `ERR_print_errors_fp'
eactest-eactest.o:eactest.c:(.text+0x31b3): undefined reference to `ERR_free_strings'
eactest-eactest.o:eactest.c:(.text+0x31d6): undefined reference to `BUF_MEM_free'
eactest-eactest.o:eactest.c:(.text+0x31e7): undefined reference to `BUF_MEM_free'
eactest-eactest.o:eactest.c:(.text+0x3455): undefined reference to `ERR_load_crypto_strings'
eactest-eactest.o:eactest.c:(.text+0x3465): undefined reference to `ERR_print_errors_fp'
eactest-eactest.o:eactest.c:(.text+0x346a): undefined reference to `ERR_free_strings'
eactest-eactest.o:eactest.c:(.text+0x3599): undefined reference to `ERR_load_crypto_strings'
eactest-eactest.o:eactest.c:(.text+0x35a9): undefined reference to `ERR_print_errors_fp'
eactest-eactest.o:eactest.c:(.text+0x35ae): undefined reference to `ERR_free_strings'
eactest-eactest.o:eactest.c:(.text+0x3797): undefined reference to `ERR_load_crypto_strings'
eactest-eactest.o:eactest.c:(.text+0x37a7): undefined reference to `ERR_print_errors_fp'
eactest-eactest.o:eactest.c:(.text+0x37ac): undefined reference to `ERR_free_strings'
eactest-eactest.o:eactest.c:(.text+0x39b9): undefined reference to `ERR_load_crypto_strings'
eactest-eactest.o:eactest.c:(.text+0x39c9): undefined reference to `ERR_print_errors_fp'
eactest-eactest.o:eactest.c:(.text+0x39ce): undefined reference to `ERR_free_strings'
eactest-eactest.o:eactest.c:(.text+0x3b47): undefined reference to `ERR_load_crypto_strings'
eactest-eactest.o:eactest.c:(.text+0x3b57): undefined reference to `ERR_print_errors_fp'
eactest-eactest.o:eactest.c:(.text+0x3b5c): undefined reference to `ERR_free_strings'
eactest-eactest.o:eactest.c:(.text+0x3caf): undefined reference to `ERR_load_crypto_strings'
eactest-eactest.o:eactest.c:(.text+0x3cbf): undefined reference to `ERR_print_errors_fp'
eactest-eactest.o:eactest.c:(.text+0x3cc4): undefined reference to `ERR_free_strings'
eactest-eactest.o:eactest.c:(.text+0x3d9e): undefined reference to `ERR_load_crypto_strings'
eactest-eactest.o:eactest.c:(.text+0x3dae): undefined reference to `ERR_print_errors_fp'
eactest-eactest.o:eactest.c:(.text+0x3db3): undefined reference to `ERR_free_strings'
eactest-eactest.o:eactest.c:(.text+0x4099): undefined reference to `ERR_load_crypto_strings'
eactest-eactest.o:eactest.c:(.text+0x40a9): undefined reference to `ERR_print_errors_fp'
eactest-eactest.o:eactest.c:(.text+0x40ae): undefined reference to `ERR_free_strings'
eactest-eactest.o:eactest.c:(.text+0x41c7): undefined reference to `ERR_load_crypto_strings'
eactest-eactest.o:eactest.c:(.text+0x41d7): undefined reference to `ERR_print_errors_fp'
eactest-eactest.o:eactest.c:(.text+0x41dc): undefined reference to `ERR_free_strings'
eactest-eactest.o:eactest.c:(.text+0x431a): undefined reference to `ERR_load_crypto_strings'
eactest-eactest.o:eactest.c:(.text+0x432a): undefined reference to `ERR_print_errors_fp'
eactest-eactest.o:eactest.c:(.text+0x432f): undefined reference to `ERR_free_strings'
eactest-eactest.o:eactest.c:(.text+0x441c): undefined reference to `ERR_load_crypto_strings'
eactest-eactest.o:eactest.c:(.text+0x442c): undefined reference to `ERR_print_errors_fp'
eactest-eactest.o:eactest.c:(.text+0x4431): undefined reference to `ERR_free_strings'
eactest-eactest.o:eactest.c:(.text+0x4592): undefined reference to `ERR_load_crypto_strings'
eactest-eactest.o:eactest.c:(.text+0x45a2): undefined reference to `ERR_print_errors_fp'
eactest-eactest.o:eactest.c:(.text+0x45a7): undefined reference to `ERR_free_strings'
eactest-eactest.o:eactest.c:(.text+0x46a1): undefined reference to `ERR_load_crypto_strings'
eactest-eactest.o:eactest.c:(.text+0x46b1): undefined reference to `ERR_print_errors_fp'
eactest-eactest.o:eactest.c:(.text+0x46b6): undefined reference to `ERR_free_strings'
eactest-eactest.o:eactest.c:(.text+0x48ad): undefined reference to `ERR_load_crypto_strings'
eactest-eactest.o:eactest.c:(.text+0x48bd): undefined reference to `ERR_print_errors_fp'
eactest-eactest.o:eactest.c:(.text+0x48c2): undefined reference to `ERR_free_strings'
eactest-eactest.o:eactest.c:(.text+0x493f): undefined reference to `ERR_load_crypto_strings'
eactest-eactest.o:eactest.c:(.text+0x494f): undefined reference to `ERR_print_errors_fp'
eactest-eactest.o:eactest.c:(.text+0x4954): undefined reference to `ERR_free_strings'
eactest-eactest.o:eactest.c:(.text+0x4a5d): undefined reference to `ERR_load_crypto_strings'
eactest-eactest.o:eactest.c:(.text+0x4a6d): undefined reference to `ERR_print_errors_fp'
eactest-eactest.o:eactest.c:(.text+0x4a72): undefined reference to `ERR_free_strings'
eactest-eactest.o:eactest.c:(.text+0x4bab): undefined reference to `ERR_load_crypto_strings'
eactest-eactest.o:eactest.c:(.text+0x4bbb): undefined reference to `ERR_print_errors_fp'
eactest-eactest.o:eactest.c:(.text+0x4bc0): undefined reference to `ERR_free_strings'
eactest-eactest.o:eactest.c:(.text+0x4d16): undefined reference to `ERR_load_crypto_strings'
eactest-eactest.o:eactest.c:(.text+0x4d26): undefined reference to `ERR_print_errors_fp'
eactest-eactest.o:eactest.c:(.text+0x4d2b): undefined reference to `ERR_free_strings'
eactest-eactest.o:eactest.c:(.text+0x4df5): undefined reference to `ERR_load_crypto_strings'
eactest-eactest.o:eactest.c:(.text+0x4e05): undefined reference to `ERR_print_errors_fp'
eactest-eactest.o:eactest.c:(.text+0x4e0a): undefined reference to `ERR_free_strings'
eactest-eactest.o:eactest.c:(.text+0x4e7c): undefined reference to `BIO_new_fp'
eactest-eactest.o:eactest.c:(.text+0x4ecd): undefined reference to `BIO_printf'
eactest-eactest.o:eactest.c:(.text+0x4f24): undefined reference to `BIO_printf'
eactest-eactest.o:eactest.c:(.text+0x4f63): undefined reference to `BIO_printf'
eactest-eactest.o:eactest.c:(.text+0x4f96): undefined reference to `BIO_printf'
eactest-eactest.o:eactest.c:(.text+0x4fc3): undefined reference to `BIO_printf'
eactest-eactest.o:eactest.c:(.text+0x4ff0): more undefined references to `BIO_printf' follow
eactest-eactest.o:eactest.c:(.text+0x515f): undefined reference to `BIO_free_all'
eactest-eactest.o:eactest.c:(.text+0x5170): undefined reference to `BUF_MEM_free'
eactest-eactest.o:eactest.c:(.text+0x5181): undefined reference to `BUF_MEM_free'
eactest-eactest.o:eactest.c:(.text+0x5192): undefined reference to `BUF_MEM_free'
eactest-eactest.o:eactest.c:(.text+0x51a3): undefined reference to `BUF_MEM_free'
eactest-eactest.o:eactest.c:(.text+0x51b4): undefined reference to `BUF_MEM_free'
eactest-eactest.o:eactest.c:(.text+0x51c5): more undefined references to `BUF_MEM_free' follow
eactest-eactest.o:eactest.c:(.text+0x53d7): undefined reference to `ERR_load_crypto_strings'
eactest-eactest.o:eactest.c:(.text+0x53e7): undefined reference to `ERR_print_errors_fp'
eactest-eactest.o:eactest.c:(.text+0x53ec): undefined reference to `ERR_free_strings'
eactest-eactest.o:eactest.c:(.text+0x5412): undefined reference to `d2i_X509'
eactest-eactest.o:eactest.c:(.text+0x5420): undefined reference to `X509_STORE_new'
eactest-eactest.o:eactest.c:(.text+0x54df): undefined reference to `ERR_load_crypto_strings'
eactest-eactest.o:eactest.c:(.text+0x54ef): undefined reference to `ERR_print_errors_fp'
eactest-eactest.o:eactest.c:(.text+0x54f4): undefined reference to `ERR_free_strings'
eactest-eactest.o:eactest.c:(.text+0x5510): undefined reference to `X509_STORE_add_cert'
eactest-eactest.o:eactest.c:(.text+0x55f9): undefined reference to `ERR_load_crypto_strings'
eactest-eactest.o:eactest.c:(.text+0x5609): undefined reference to `ERR_print_errors_fp'
eactest-eactest.o:eactest.c:(.text+0x560e): undefined reference to `ERR_free_strings'
eactest-eactest.o:eactest.c:(.text+0x5643): undefined reference to `BIO_new_fp'
eactest-eactest.o:eactest.c:(.text+0x565f): undefined reference to `BIO_printf'
eactest-eactest.o:eactest.c:(.text+0x5684): undefined reference to `BIO_free_all'
eactest-eactest.o:eactest.c:(.text+0x5695): undefined reference to `BUF_MEM_free'
eactest-eactest.o:eactest.c:(.text+0x580f): undefined reference to `ERR_load_crypto_strings'
eactest-eactest.o:eactest.c:(.text+0x581f): undefined reference to `ERR_print_errors_fp'
eactest-eactest.o:eactest.c:(.text+0x5824): undefined reference to `ERR_free_strings'
eactest-eactest.o:eactest.c:(.text+0x5854): undefined reference to `BIO_new_fp'
eactest-eactest.o:eactest.c:(.text+0x5870): undefined reference to `BIO_printf'
eactest-eactest.o:eactest.c:(.text+0x5895): undefined reference to `BIO_free_all'
eactest-eactest.o:eactest.c:(.text+0x59be): undefined reference to `ERR_load_crypto_strings'
eactest-eactest.o:eactest.c:(.text+0x59ce): undefined reference to `ERR_print_errors_fp'
eactest-eactest.o:eactest.c:(.text+0x59d3): undefined reference to `ERR_free_strings'
eactest-eactest.o:eactest.c:(.text+0x5ac8): undefined reference to `ERR_load_crypto_strings'
eactest-eactest.o:eactest.c:(.text+0x5ad8): undefined reference to `ERR_print_errors_fp'
eactest-eactest.o:eactest.c:(.text+0x5add): undefined reference to `ERR_free_strings'
eactest-eactest.o:eactest.c:(.text+0x5bdd): undefined reference to `ERR_load_crypto_strings'
eactest-eactest.o:eactest.c:(.text+0x5bed): undefined reference to `ERR_print_errors_fp'
eactest-eactest.o:eactest.c:(.text+0x5bf2): undefined reference to `ERR_free_strings'
eactest-eactest.o:eactest.c:(.text+0x5ce7): undefined reference to `ERR_load_crypto_strings'
eactest-eactest.o:eactest.c:(.text+0x5cf7): undefined reference to `ERR_print_errors_fp'
eactest-eactest.o:eactest.c:(.text+0x5cfc): undefined reference to `ERR_free_strings'
eactest-eactest.o:eactest.c:(.text+0x5dbe): undefined reference to `ERR_load_crypto_strings'
eactest-eactest.o:eactest.c:(.text+0x5dce): undefined reference to `ERR_print_errors_fp'
eactest-eactest.o:eactest.c:(.text+0x5dd3): undefined reference to `ERR_free_strings'
eactest-eactest.o:eactest.c:(.text+0x5e12): undefined reference to `BIO_new_fp'
eactest-eactest.o:eactest.c:(.text+0x5e2e): undefined reference to `BIO_printf'
eactest-eactest.o:eactest.c:(.text+0x5e75): undefined reference to `BIO_printf'
eactest-eactest.o:eactest.c:(.text+0x5ed3): undefined reference to `BIO_free_all'
eactest-ssl_compat.o:ssl_compat.c:(.text+0x2d): undefined reference to `BN_free'
eactest-ssl_compat.o:ssl_compat.c:(.text+0x4a): undefined reference to `BN_free'
eactest-ssl_compat.o:ssl_compat.c:(.text+0xfc): undefined reference to `BN_free'
eactest-ssl_compat.o:ssl_compat.c:(.text+0x119): undefined reference to `BN_free'
eactest-ssl_compat.o:ssl_compat.c:(.text+0x136): undefined reference to `BN_free'
eactest-ssl_compat.o:ssl_compat.c:(.text+0x150): undefined reference to `BN_num_bits'
eactest-ssl_compat.o:ssl_compat.c:(.text+0x1a0): undefined reference to `BN_free'
eactest-ssl_compat.o:ssl_compat.c:(.text+0x1bd): undefined reference to `BN_free'
eactest-ssl_compat.o:ssl_compat.c:(.text+0x1da): undefined reference to `BN_free'
eactest-ssl_compat.o:ssl_compat.c:(.text+0x249): undefined reference to `BN_clear_free'
eactest-ssl_compat.o:ssl_compat.c:(.text+0x257): undefined reference to `BN_clear_free'
eactest-ssl_compat.o:ssl_compat.c:(.text+0x2c2): undefined reference to `CRYPTO_malloc'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x23): undefined reference to `ASN1_item_d2i'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x45): undefined reference to `ASN1_item_i2d'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x59): undefined reference to `ASN1_item_new'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x74): undefined reference to `ASN1_item_free'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x9e): undefined reference to `ASN1_item_d2i'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0xc0): undefined reference to `ASN1_item_i2d'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0xd4): undefined reference to `ASN1_item_new'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0xef): undefined reference to `ASN1_item_free'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x119): undefined reference to `ASN1_item_d2i'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x13b): undefined reference to `ASN1_item_i2d'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x14f): undefined reference to `ASN1_item_new'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x16a): undefined reference to `ASN1_item_free'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x194): undefined reference to `ASN1_item_d2i'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x1b6): undefined reference to `ASN1_item_i2d'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x1ca): undefined reference to `ASN1_item_new'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x1e5): undefined reference to `ASN1_item_free'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x20f): undefined reference to `ASN1_item_d2i'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x231): undefined reference to `ASN1_item_i2d'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x245): undefined reference to `ASN1_item_new'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x260): undefined reference to `ASN1_item_free'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x28a): undefined reference to `ASN1_item_d2i'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x2ac): undefined reference to `ASN1_item_i2d'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x2c0): undefined reference to `ASN1_item_new'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x2db): undefined reference to `ASN1_item_free'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x305): undefined reference to `ASN1_item_d2i'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x327): undefined reference to `ASN1_item_i2d'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x33b): undefined reference to `ASN1_item_new'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x356): undefined reference to `ASN1_item_free'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x380): undefined reference to `ASN1_item_d2i'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x3a2): undefined reference to `ASN1_item_i2d'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x3b6): undefined reference to `ASN1_item_new'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x3d1): undefined reference to `ASN1_item_free'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x3fb): undefined reference to `ASN1_item_d2i'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x41d): undefined reference to `ASN1_item_i2d'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x431): undefined reference to `ASN1_item_new'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x44c): undefined reference to `ASN1_item_free'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x46f): undefined reference to `ASN1_item_d2i_bio'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x4b6): undefined reference to `OBJ_obj2nid'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x531): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x5c2): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x5fc): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x6ef): undefined reference to `CRYPTO_free'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x700): undefined reference to `BUF_MEM_free'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x711): undefined reference to `BUF_MEM_free'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x866): undefined reference to `EVP_PKEY_new'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x8aa): undefined reference to `OBJ_obj2nid'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x997): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x9bf): undefined reference to `EVP_PKEY_free'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0xa39): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0xa43): undefined reference to `RSA_new'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0xa75): undefined reference to `BN_bin2bn'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0xa9c): undefined reference to `BN_bin2bn'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0xaf3): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0xb07): undefined reference to `EVP_PKEY_set1_RSA'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0xb1e): undefined reference to `RSA_free'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0xb68): undefined reference to `EC_KEY_new'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0xbe9): undefined reference to `EC_KEY_free'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0xc21): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0xc38): undefined reference to `EVP_PKEY_set1_EC_KEY'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0xc46): undefined reference to `EC_KEY_free'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0xcc9): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0xcd9): undefined reference to `EVP_PKEY_base_id'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0xd18): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0xd28): undefined reference to `EVP_PKEY_get0'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0xd6a): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0xd7a): undefined reference to `EC_KEY_get0_group'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0xd88): undefined reference to `EC_POINT_new'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0xdc5): undefined reference to `EC_POINT_oct2point'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0xddb): undefined reference to `EC_KEY_set_public_key'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0xdea): undefined reference to `EC_KEY_check_key'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0xe26): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0xe43): undefined reference to `EC_POINT_free'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0xf23): undefined reference to `BIO_indent'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0xf4e): undefined reference to `BIO_printf'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0xf70): undefined reference to `BIO_indent'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0xf92): undefined reference to `BIO_printf'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0xfb4): undefined reference to `BIO_indent'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0xfd6): undefined reference to `BIO_printf'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0xff8): undefined reference to `BIO_indent'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x1013): undefined reference to `BIO_printf'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x1061): undefined reference to `BIO_indent'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x1083): undefined reference to `BIO_printf'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x10a5): undefined reference to `BIO_indent'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x10c7): undefined reference to `BIO_printf'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x10df): undefined reference to `sk_num'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x1102): undefined reference to `BIO_indent'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x111d): undefined reference to `BIO_printf'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x1145): undefined reference to `sk_value'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x1165): undefined reference to `BIO_indent'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x1176): undefined reference to `OBJ_obj2nid'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x117e): undefined reference to `OBJ_nid2sn'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x1195): undefined reference to `BIO_printf'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x11bd): undefined reference to `CRYPTO_free'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x11ce): undefined reference to `CRYPTO_free'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x11df): undefined reference to `CRYPTO_free'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x11f0): undefined reference to `CRYPTO_free'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x125c): undefined reference to `EVP_PKEY_new'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x127b): undefined reference to `OBJ_obj2nid'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x136d): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x13fd): undefined reference to `EVP_PKEY_free'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x140f): undefined reference to `CRYPTO_free'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x1420): undefined reference to `BUF_MEM_free'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x1431): undefined reference to `BUF_MEM_free'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x162b): undefined reference to `CRYPTO_free'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x163c): undefined reference to `BUF_MEM_free'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x164d): undefined reference to `BUF_MEM_free'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x1702): undefined reference to `BIO_indent'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x1719): undefined reference to `ASN1_INTEGER_get'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x1730): undefined reference to `BIO_printf'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x1752): undefined reference to `BIO_indent'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x1774): undefined reference to `BIO_printf'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x1796): undefined reference to `BIO_indent'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x17b8): undefined reference to `BIO_printf'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x17da): undefined reference to `BIO_indent'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x17f2): undefined reference to `sk_num'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x1815): undefined reference to `BIO_indent'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x1830): undefined reference to `BIO_printf'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x1858): undefined reference to `sk_value'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x1878): undefined reference to `BIO_indent'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x1889): undefined reference to `OBJ_obj2nid'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x1891): undefined reference to `OBJ_nid2sn'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x18a8): undefined reference to `BIO_printf'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x18d6): undefined reference to `CRYPTO_free'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x18e7): undefined reference to `CRYPTO_free'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x1949): undefined reference to `BIO_indent'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x1960): undefined reference to `BIO_printf'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x19a0): undefined reference to `BIO_indent'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x19be): undefined reference to `BIO_printf'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x19dd): undefined reference to `CRYPTO_free'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x1a4c): undefined reference to `OBJ_obj2nid'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x1b2e): undefined reference to `BIO_indent'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x1b5a): undefined reference to `BIO_printf'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x1bd8): undefined reference to `OBJ_obj2nid'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x1bfe): undefined reference to `BIO_indent'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x1c19): undefined reference to `BIO_printf'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x1c49): undefined reference to `BIO_indent'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x1c64): undefined reference to `BIO_printf'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x1c94): undefined reference to `BIO_indent'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x1caf): undefined reference to `BIO_printf'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x1cd3): undefined reference to `BIO_indent'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x1cee): undefined reference to `BIO_printf'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x1d61): undefined reference to `BIO_indent'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x1d7c): undefined reference to `BIO_printf'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x1d9f): undefined reference to `BIO_indent'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x1db6): undefined reference to `BIO_printf'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x1dd9): undefined reference to `BIO_indent'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x1df0): undefined reference to `BIO_printf'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x1e45): undefined reference to `ASN1_INTEGER_get'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x1ea7): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x1f01): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x1f26): undefined reference to `CRYPTO_malloc'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x1f67): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x2000): undefined reference to `CRYPTO_malloc'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x20f9): undefined reference to `BIO_indent'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x2126): undefined reference to `BIO_printf'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x2158): undefined reference to `BIO_indent'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x2185): undefined reference to `BIO_printf'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x21ad): undefined reference to `BIO_indent'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x21da): undefined reference to `BIO_printf'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x220c): undefined reference to `BIO_indent'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x2239): undefined reference to `BIO_printf'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x226b): undefined reference to `BIO_indent'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x2298): undefined reference to `BIO_printf'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x22c4): undefined reference to `sk_num'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x22eb): undefined reference to `BIO_indent'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x230b): undefined reference to `BIO_printf'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x2339): undefined reference to `sk_value'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x234f): undefined reference to `BIO_puts'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x237b): undefined reference to `BIO_dump_indent'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x23a2): undefined reference to `OBJ_obj2nid'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x23d4): undefined reference to `BIO_indent'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x23fb): undefined reference to `BIO_printf'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x24af): undefined reference to `OBJ_obj2nid'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x24d2): undefined reference to `EVP_sha1'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x24f7): undefined reference to `EVP_sha256'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x251c): undefined reference to `EVP_sha512'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x252f): undefined reference to `EVP_sha224'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x2542): undefined reference to `EVP_sha384'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x2593): undefined reference to `BUF_MEM_free'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x25c3): undefined reference to `sk_num'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x25e6): undefined reference to `sk_value'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x25f6): undefined reference to `OBJ_obj2nid'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x269e): undefined reference to `BUF_MEM_free'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x2724): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x2734): undefined reference to `EVP_PKEY_get1_EC_KEY'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x2775): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x2785): undefined reference to `EC_KEY_get0_group'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x279d): undefined reference to `EC_KEY_get0_public_key'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x27bb): undefined reference to `ASN1_OCTET_STRING_new'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x27fe): undefined reference to `ASN1_OCTET_STRING_set'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x281b): undefined reference to `BN_CTX_get'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x2829): undefined reference to `BN_CTX_get'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x2837): undefined reference to `BN_CTX_get'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x2861): undefined reference to `EC_GROUP_get_curve_GFp'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x28cb): undefined reference to `EC_GROUP_get0_generator'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x28e9): undefined reference to `ASN1_OCTET_STRING_new'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x2922): undefined reference to `ASN1_OCTET_STRING_set'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x2943): undefined reference to `EC_GROUP_get_order'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x2981): undefined reference to `EC_GROUP_get_cofactor'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x2a02): undefined reference to `EC_KEY_free'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x2a13): undefined reference to `BN_free'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x2a24): undefined reference to `BN_free'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x2a35): undefined reference to `BN_free'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x2a46): undefined reference to `BUF_MEM_free'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x2a57): undefined reference to `BUF_MEM_free'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x2ab4): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x2ac4): undefined reference to `EVP_PKEY_get1_RSA'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x2b05): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x2b8e): undefined reference to `RSA_free'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x2bec): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x2bfc): undefined reference to `EVP_PKEY_get1_DH'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x2c3d): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x2d60): undefined reference to `BN_free'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x2d71): undefined reference to `DH_free'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x2dcf): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x2ddf): undefined reference to `BN_CTX_new'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x2e13): undefined reference to `OBJ_nid2obj'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x2e5b): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x2e6b): undefined reference to `EVP_PKEY_base_id'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x2f1d): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x2f40): undefined reference to `BN_CTX_free'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x3018): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x3030): undefined reference to `BN_CTX_new'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x3071): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x3081): undefined reference to `BN_CTX_start'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x308c): undefined reference to `BN_CTX_get'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x309a): undefined reference to `BN_CTX_get'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x30a8): undefined reference to `BN_CTX_get'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x30b6): undefined reference to `BN_CTX_get'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x30c4): undefined reference to `BN_CTX_get'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x30dc): undefined reference to `ASN1_STRING_length'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x30fe): undefined reference to `BN_bin2bn'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x3111): undefined reference to `ASN1_STRING_length'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x3133): undefined reference to `BN_bin2bn'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x3146): undefined reference to `ASN1_STRING_length'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x3168): undefined reference to `BN_bin2bn'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x3190): undefined reference to `EC_GROUP_new_curve_GFp'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x31a8): undefined reference to `ASN1_STRING_length'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x31ca): undefined reference to `BN_bin2bn'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x31dd): undefined reference to `ASN1_STRING_length'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x31ff): undefined reference to `BN_bin2bn'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x3212): undefined reference to `EC_POINT_new'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x322a): undefined reference to `ASN1_STRING_length'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x325a): undefined reference to `EC_POINT_oct2point'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x3282): undefined reference to `EC_GROUP_set_generator'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x3298): undefined reference to `EC_KEY_new'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x32c0): undefined reference to `EC_KEY_set_group'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x32d9): undefined reference to `EC_POINT_new'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x32f1): undefined reference to `ASN1_STRING_length'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x3321): undefined reference to `EC_POINT_oct2point'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x3337): undefined reference to `EC_KEY_set_public_key'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x3394): undefined reference to `EC_KEY_free'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x33a5): undefined reference to `EC_GROUP_clear_free'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x33b6): undefined reference to `EC_POINT_clear_free'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x33c7): undefined reference to `EC_POINT_clear_free'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x33d8): undefined reference to `BN_CTX_end'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x33ef): undefined reference to `BN_CTX_free'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x3410): undefined reference to `ASN1_OCTET_STRING_new'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x3455): undefined reference to `ASN1_OCTET_STRING_set'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x3464): undefined reference to `BUF_MEM_free'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x347a): undefined reference to `BUF_MEM_free'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.text+0x3491): undefined reference to `ASN1_OCTET_STRING_free'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.rdata+0x470): undefined reference to `ASN1_OBJECT_it'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.rdata+0x484): undefined reference to `ASN1_OCTET_STRING_it'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.rdata+0x530): undefined reference to `ASN1_OBJECT_it'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.rdata+0x544): undefined reference to `ASN1_OCTET_STRING_it'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.rdata+0x558): undefined reference to `ASN1_OCTET_STRING_it'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.rdata+0x56c): undefined reference to `ASN1_OCTET_STRING_it'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.rdata+0x580): undefined reference to `ASN1_OCTET_STRING_it'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.rdata+0x594): undefined reference to `ASN1_OCTET_STRING_it'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.rdata+0x5a8): more undefined references to `ASN1_OCTET_STRING_it' follow
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.rdata+0x690): undefined reference to `ASN1_OBJECT_it'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.rdata+0x6a4): undefined reference to `ASN1_OCTET_STRING_it'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.rdata+0x6b8): undefined reference to `ASN1_OCTET_STRING_it'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.rdata+0x6cc): undefined reference to `ASN1_OCTET_STRING_it'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.rdata+0x830): undefined reference to `ASN1_INTEGER_it'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.rdata+0x844): undefined reference to `ASN1_OCTET_STRING_it'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.rdata+0x86c): undefined reference to `ASN1_OCTET_STRING_it'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.rdata+0x894): undefined reference to `ASN1_OCTET_STRING_it'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.rdata+0x8a8): undefined reference to `ASN1_OCTET_STRING_it'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.rdata+0x964): undefined reference to `ASN1_OCTET_STRING_it'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.rdata+0x9f4): undefined reference to `ASN1_ANY_it'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.rdata+0xa54): undefined reference to `ASN1_UTF8STRING_it'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.rdata+0xa6c): undefined reference to `ASN1_IA5STRING_it'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.rdata+0xa84): undefined reference to `ASN1_OCTET_STRING_it'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.rdata+0xabc): undefined reference to `ASN1_OCTET_STRING_it'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.rdata+0xb30): undefined reference to `ASN1_OBJECT_it'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.rdata+0xb44): undefined reference to `ASN1_UTF8STRING_it'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.rdata+0xb58): undefined reference to `ASN1_PRINTABLESTRING_it'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.rdata+0xb6c): undefined reference to `ASN1_UTF8STRING_it'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.rdata+0xb80): undefined reference to `ASN1_PRINTABLESTRING_it'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.rdata+0xba8): undefined reference to `ASN1_PRINTABLESTRING_it'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.rdata+0xbf0): undefined reference to `ASN1_INTEGER_it'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.rdata+0xc04): undefined reference to `ASN1_OCTET_STRING_it'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.rdata+0xc2c): undefined reference to `ASN1_OCTET_STRING_it'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.rdata+0xd04): undefined reference to `ASN1_OCTET_STRING_it'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.rdata+0xdc4): undefined reference to `ASN1_OCTET_STRING_it'
./.libs/libeac.a(libeac_la-cv_cert.o):cv_cert.c:(.rdata+0xdd8): undefined reference to `ASN1_OCTET_STRING_it'
./.libs/libeac.a(libeac_la-cvc_lookup.o):cvc_lookup.c:(.text+0x50): undefined reference to `BIO_s_file'
./.libs/libeac.a(libeac_la-cvc_lookup.o):cvc_lookup.c:(.text+0x58): undefined reference to `BIO_new'
./.libs/libeac.a(libeac_la-cvc_lookup.o):cvc_lookup.c:(.text+0x87): undefined reference to `BIO_ctrl'
./.libs/libeac.a(libeac_la-cvc_lookup.o):cvc_lookup.c:(.text+0xa6): undefined reference to `ERR_clear_error'
./.libs/libeac.a(libeac_la-cvc_lookup.o):cvc_lookup.c:(.text+0x11a): undefined reference to `BIO_free'
./.libs/libeac.a(libeac_la-cvc_lookup.o):cvc_lookup.c:(.text+0x191): undefined reference to `BIO_snprintf'
./.libs/libeac.a(libeac_la-cvc_lookup.o):cvc_lookup.c:(.text+0x281): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-cvc_lookup.o):cvc_lookup.c:(.text+0x2f6): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-eac_asn1.o):eac_asn1.c:(.text+0x23): undefined reference to `ASN1_item_d2i'
./.libs/libeac.a(libeac_la-eac_asn1.o):eac_asn1.c:(.text+0x45): undefined reference to `ASN1_item_i2d'
./.libs/libeac.a(libeac_la-eac_asn1.o):eac_asn1.c:(.text+0x59): undefined reference to `ASN1_item_new'
./.libs/libeac.a(libeac_la-eac_asn1.o):eac_asn1.c:(.text+0x74): undefined reference to `ASN1_item_free'
./.libs/libeac.a(libeac_la-eac_asn1.o):eac_asn1.c:(.text+0x9e): undefined reference to `ASN1_item_d2i'
./.libs/libeac.a(libeac_la-eac_asn1.o):eac_asn1.c:(.text+0xc0): undefined reference to `ASN1_item_i2d'
./.libs/libeac.a(libeac_la-eac_asn1.o):eac_asn1.c:(.text+0xd4): undefined reference to `ASN1_item_new'
./.libs/libeac.a(libeac_la-eac_asn1.o):eac_asn1.c:(.text+0xef): undefined reference to `ASN1_item_free'
./.libs/libeac.a(libeac_la-eac_asn1.o):eac_asn1.c:(.text+0x119): undefined reference to `ASN1_item_d2i'
./.libs/libeac.a(libeac_la-eac_asn1.o):eac_asn1.c:(.text+0x13b): undefined reference to `ASN1_item_i2d'
./.libs/libeac.a(libeac_la-eac_asn1.o):eac_asn1.c:(.text+0x14f): undefined reference to `ASN1_item_new'
./.libs/libeac.a(libeac_la-eac_asn1.o):eac_asn1.c:(.text+0x16a): undefined reference to `ASN1_item_free'
./.libs/libeac.a(libeac_la-eac_asn1.o):eac_asn1.c:(.text+0x194): undefined reference to `ASN1_item_d2i'
./.libs/libeac.a(libeac_la-eac_asn1.o):eac_asn1.c:(.text+0x1b6): undefined reference to `ASN1_item_i2d'
./.libs/libeac.a(libeac_la-eac_asn1.o):eac_asn1.c:(.text+0x1ca): undefined reference to `ASN1_item_new'
./.libs/libeac.a(libeac_la-eac_asn1.o):eac_asn1.c:(.text+0x1e5): undefined reference to `ASN1_item_free'
./.libs/libeac.a(libeac_la-eac_asn1.o):eac_asn1.c:(.text+0x20f): undefined reference to `ASN1_item_d2i'
./.libs/libeac.a(libeac_la-eac_asn1.o):eac_asn1.c:(.text+0x231): undefined reference to `ASN1_item_i2d'
./.libs/libeac.a(libeac_la-eac_asn1.o):eac_asn1.c:(.text+0x245): undefined reference to `ASN1_item_new'
./.libs/libeac.a(libeac_la-eac_asn1.o):eac_asn1.c:(.text+0x260): undefined reference to `ASN1_item_free'
./.libs/libeac.a(libeac_la-eac_asn1.o):eac_asn1.c:(.text+0x28a): undefined reference to `ASN1_item_d2i'
./.libs/libeac.a(libeac_la-eac_asn1.o):eac_asn1.c:(.text+0x2ac): undefined reference to `ASN1_item_i2d'
./.libs/libeac.a(libeac_la-eac_asn1.o):eac_asn1.c:(.text+0x2c0): undefined reference to `ASN1_item_new'
./.libs/libeac.a(libeac_la-eac_asn1.o):eac_asn1.c:(.text+0x2db): undefined reference to `ASN1_item_free'
./.libs/libeac.a(libeac_la-eac_asn1.o):eac_asn1.c:(.text+0x305): undefined reference to `ASN1_item_d2i'
./.libs/libeac.a(libeac_la-eac_asn1.o):eac_asn1.c:(.text+0x327): undefined reference to `ASN1_item_i2d'
./.libs/libeac.a(libeac_la-eac_asn1.o):eac_asn1.c:(.text+0x33b): undefined reference to `ASN1_item_new'
./.libs/libeac.a(libeac_la-eac_asn1.o):eac_asn1.c:(.text+0x356): undefined reference to `ASN1_item_free'
./.libs/libeac.a(libeac_la-eac_asn1.o):eac_asn1.c:(.text+0x380): undefined reference to `ASN1_item_d2i'
./.libs/libeac.a(libeac_la-eac_asn1.o):eac_asn1.c:(.text+0x3a2): undefined reference to `ASN1_item_i2d'
./.libs/libeac.a(libeac_la-eac_asn1.o):eac_asn1.c:(.text+0x3b6): undefined reference to `ASN1_item_new'
./.libs/libeac.a(libeac_la-eac_asn1.o):eac_asn1.c:(.text+0x3d1): undefined reference to `ASN1_item_free'
./.libs/libeac.a(libeac_la-eac_asn1.o):eac_asn1.c:(.text+0x43e): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-eac_asn1.o):eac_asn1.c:(.text+0x455): undefined reference to `i2d_ASN1_TYPE'
./.libs/libeac.a(libeac_la-eac_asn1.o):eac_asn1.c:(.text+0x47d): undefined reference to `d2i_ECPKParameters'
./.libs/libeac.a(libeac_la-eac_asn1.o):eac_asn1.c:(.text+0x4b9): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-eac_asn1.o):eac_asn1.c:(.text+0x4c0): undefined reference to `EC_KEY_new'
./.libs/libeac.a(libeac_la-eac_asn1.o):eac_asn1.c:(.text+0x4db): undefined reference to `EC_KEY_set_group'
./.libs/libeac.a(libeac_la-eac_asn1.o):eac_asn1.c:(.text+0x517): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-eac_asn1.o):eac_asn1.c:(.text+0x532): undefined reference to `EC_GROUP_free'
./.libs/libeac.a(libeac_la-eac_asn1.o):eac_asn1.c:(.text+0x53d): undefined reference to `CRYPTO_free'
./.libs/libeac.a(libeac_la-eac_asn1.o):eac_asn1.c:(.text+0x554): undefined reference to `EC_KEY_free'
./.libs/libeac.a(libeac_la-eac_asn1.o):eac_asn1.c:(.text+0x5c3): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-eac_asn1.o):eac_asn1.c:(.text+0x5d7): undefined reference to `i2d_ASN1_TYPE'
./.libs/libeac.a(libeac_la-eac_asn1.o):eac_asn1.c:(.text+0x5ff): undefined reference to `d2i_DHparams'
./.libs/libeac.a(libeac_la-eac_asn1.o):eac_asn1.c:(.text+0x63b): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-eac_asn1.o):eac_asn1.c:(.text+0x647): undefined reference to `CRYPTO_free'
./.libs/libeac.a(libeac_la-eac_asn1.o):eac_asn1.c:(.text+0x674): undefined reference to `EVP_PKEY_new'
./.libs/libeac.a(libeac_la-eac_asn1.o):eac_asn1.c:(.text+0x697): undefined reference to `OBJ_obj2nid'
./.libs/libeac.a(libeac_la-eac_asn1.o):eac_asn1.c:(.text+0x6f2): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-eac_asn1.o):eac_asn1.c:(.text+0x709): undefined reference to `EVP_PKEY_set1_DH'
./.libs/libeac.a(libeac_la-eac_asn1.o):eac_asn1.c:(.text+0x714): undefined reference to `DH_free'
./.libs/libeac.a(libeac_la-eac_asn1.o):eac_asn1.c:(.text+0x795): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-eac_asn1.o):eac_asn1.c:(.text+0x7ac): undefined reference to `EVP_PKEY_set1_EC_KEY'
./.libs/libeac.a(libeac_la-eac_asn1.o):eac_asn1.c:(.text+0x7b7): undefined reference to `EC_KEY_free'
./.libs/libeac.a(libeac_la-eac_asn1.o):eac_asn1.c:(.text+0x80e): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-eac_asn1.o):eac_asn1.c:(.text+0x824): undefined reference to `ASN1_INTEGER_get'
./.libs/libeac.a(libeac_la-eac_asn1.o):eac_asn1.c:(.text+0x873): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-eac_asn1.o):eac_asn1.c:(.text+0x899): undefined reference to `OBJ_obj2txt'
./.libs/libeac.a(libeac_la-eac_asn1.o):eac_asn1.c:(.text+0x8a4): undefined reference to `OBJ_nid2sn'
./.libs/libeac.a(libeac_la-eac_asn1.o):eac_asn1.c:(.text+0x8e9): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-eac_asn1.o):eac_asn1.c:(.text+0x91c): undefined reference to `EVP_PKEY_free'
./.libs/libeac.a(libeac_la-eac_asn1.o):eac_asn1.c:(.text+0xa1c): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-eac_asn1.o):eac_asn1.c:(.text+0xa51): undefined reference to `ASN1_get_object'
./.libs/libeac.a(libeac_la-eac_asn1.o):eac_asn1.c:(.text+0xa9d): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-eac_asn1.o):eac_asn1.c:(.text+0xae6): undefined reference to `ASN1_get_object'
./.libs/libeac.a(libeac_la-eac_asn1.o):eac_asn1.c:(.text+0xb31): undefined reference to `d2i_ASN1_OBJECT'
./.libs/libeac.a(libeac_la-eac_asn1.o):eac_asn1.c:(.text+0xb6d): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-eac_asn1.o):eac_asn1.c:(.text+0xb86): undefined reference to `OBJ_obj2nid'
./.libs/libeac.a(libeac_la-eac_asn1.o):eac_asn1.c:(.text+0xc7d): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-eac_asn1.o):eac_asn1.c:(.text+0xca0): undefined reference to `ASN1_INTEGER_get'
./.libs/libeac.a(libeac_la-eac_asn1.o):eac_asn1.c:(.text+0xcba): undefined reference to `sk_num'
./.libs/libeac.a(libeac_la-eac_asn1.o):eac_asn1.c:(.text+0xcde): undefined reference to `sk_value'
./.libs/libeac.a(libeac_la-eac_asn1.o):eac_asn1.c:(.text+0xd3f): undefined reference to `sk_push'
./.libs/libeac.a(libeac_la-eac_asn1.o):eac_asn1.c:(.text+0xd94): undefined reference to `ASN1_INTEGER_get'
./.libs/libeac.a(libeac_la-eac_asn1.o):eac_asn1.c:(.text+0xdcf): undefined reference to `OBJ_obj2nid'
./.libs/libeac.a(libeac_la-eac_asn1.o):eac_asn1.c:(.text+0xe76): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-eac_asn1.o):eac_asn1.c:(.text+0xe99): undefined reference to `ASN1_INTEGER_get'
./.libs/libeac.a(libeac_la-eac_asn1.o):eac_asn1.c:(.text+0xeb3): undefined reference to `sk_num'
./.libs/libeac.a(libeac_la-eac_asn1.o):eac_asn1.c:(.text+0xed4): undefined reference to `sk_value'
./.libs/libeac.a(libeac_la-eac_asn1.o):eac_asn1.c:(.text+0xf2f): undefined reference to `sk_push'
./.libs/libeac.a(libeac_la-eac_asn1.o):eac_asn1.c:(.text+0x100d): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-eac_asn1.o):eac_asn1.c:(.text+0x1029): undefined reference to `ASN1_INTEGER_get'
./.libs/libeac.a(libeac_la-eac_asn1.o):eac_asn1.c:(.text+0x1063): undefined reference to `OBJ_obj2nid'
./.libs/libeac.a(libeac_la-eac_asn1.o):eac_asn1.c:(.text+0x110f): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-eac_asn1.o):eac_asn1.c:(.text+0x1132): undefined reference to `ASN1_INTEGER_get'
./.libs/libeac.a(libeac_la-eac_asn1.o):eac_asn1.c:(.text+0x114c): undefined reference to `sk_num'
./.libs/libeac.a(libeac_la-eac_asn1.o):eac_asn1.c:(.text+0x116d): undefined reference to `sk_value'
./.libs/libeac.a(libeac_la-eac_asn1.o):eac_asn1.c:(.text+0x11c8): undefined reference to `sk_push'
./.libs/libeac.a(libeac_la-eac_asn1.o):eac_asn1.c:(.text+0x121d): undefined reference to `ASN1_INTEGER_get'
./.libs/libeac.a(libeac_la-eac_asn1.o):eac_asn1.c:(.text+0x12cd): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-eac_asn1.o):eac_asn1.c:(.text+0x12f0): undefined reference to `ASN1_INTEGER_get'
./.libs/libeac.a(libeac_la-eac_asn1.o):eac_asn1.c:(.text+0x130a): undefined reference to `sk_num'
./.libs/libeac.a(libeac_la-eac_asn1.o):eac_asn1.c:(.text+0x132b): undefined reference to `sk_value'
./.libs/libeac.a(libeac_la-eac_asn1.o):eac_asn1.c:(.text+0x1386): undefined reference to `sk_push'
./.libs/libeac.a(libeac_la-eac_asn1.o):eac_asn1.c:(.text+0x146d): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-eac_asn1.o):eac_asn1.c:(.text+0x149e): undefined reference to `ASN1_INTEGER_get'
./.libs/libeac.a(libeac_la-eac_asn1.o):eac_asn1.c:(.text+0x14b8): undefined reference to `sk_num'
./.libs/libeac.a(libeac_la-eac_asn1.o):eac_asn1.c:(.text+0x14d9): undefined reference to `sk_value'
./.libs/libeac.a(libeac_la-eac_asn1.o):eac_asn1.c:(.text+0x1534): undefined reference to `sk_push'
./.libs/libeac.a(libeac_la-eac_asn1.o):eac_asn1.c:(.text+0x15f6): undefined reference to `d2i_ASN1_UINTEGER'
./.libs/libeac.a(libeac_la-eac_asn1.o):eac_asn1.c:(.text+0x1632): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-eac_asn1.o):eac_asn1.c:(.text+0x1789): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-eac_asn1.o):eac_asn1.c:(.text+0x17a3): undefined reference to `sk_num'
./.libs/libeac.a(libeac_la-eac_asn1.o):eac_asn1.c:(.text+0x17c4): undefined reference to `sk_value'
./.libs/libeac.a(libeac_la-eac_asn1.o):eac_asn1.c:(.text+0x181f): undefined reference to `sk_push'
./.libs/libeac.a(libeac_la-eac_asn1.o):eac_asn1.c:(.text+0x18d8): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-eac_asn1.o):eac_asn1.c:(.text+0x18eb): undefined reference to `sk_num'
./.libs/libeac.a(libeac_la-eac_asn1.o):eac_asn1.c:(.text+0x190c): undefined reference to `sk_value'
./.libs/libeac.a(libeac_la-eac_asn1.o):eac_asn1.c:(.text+0x197c): undefined reference to `OBJ_obj2txt'
./.libs/libeac.a(libeac_la-eac_asn1.o):eac_asn1.c:(.text+0x1987): undefined reference to `OBJ_nid2sn'
./.libs/libeac.a(libeac_la-eac_asn1.o):eac_asn1.c:(.text+0x19cf): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-eac_asn1.o):eac_asn1.c:(.text+0x1a95): undefined reference to `ASN1_OBJECT_free'
./.libs/libeac.a(libeac_la-eac_asn1.o):eac_asn1.c:(.text+0x1b3d): undefined reference to `ASN1_INTEGER_free'
./.libs/libeac.a(libeac_la-eac_asn1.o):eac_asn1.c:(.text+0x1bca): undefined reference to `BUF_MEM_new'
./.libs/libeac.a(libeac_la-eac_asn1.o):eac_asn1.c:(.text+0x1bfc): undefined reference to `BUF_MEM_free'
./.libs/libeac.a(libeac_la-eac_asn1.o):eac_asn1.c:(.rdata+0x30): undefined reference to `ASN1_OBJECT_it'
./.libs/libeac.a(libeac_la-eac_asn1.o):eac_asn1.c:(.rdata+0x44): undefined reference to `ASN1_INTEGER_it'
./.libs/libeac.a(libeac_la-eac_asn1.o):eac_asn1.c:(.rdata+0x58): undefined reference to `ASN1_INTEGER_it'
./.libs/libeac.a(libeac_la-eac_asn1.o):eac_asn1.c:(.rdata+0xb0): undefined reference to `ASN1_OBJECT_it'
./.libs/libeac.a(libeac_la-eac_asn1.o):eac_asn1.c:(.rdata+0xc4): undefined reference to `ASN1_ANY_it'
./.libs/libeac.a(libeac_la-eac_asn1.o):eac_asn1.c:(.rdata+0x164): undefined reference to `ASN1_BIT_STRING_it'
./.libs/libeac.a(libeac_la-eac_asn1.o):eac_asn1.c:(.rdata+0x1b0): undefined reference to `ASN1_OBJECT_it'
./.libs/libeac.a(libeac_la-eac_asn1.o):eac_asn1.c:(.rdata+0x1d8): undefined reference to `ASN1_INTEGER_it'
./.libs/libeac.a(libeac_la-eac_asn1.o):eac_asn1.c:(.rdata+0x230): undefined reference to `ASN1_OBJECT_it'
./.libs/libeac.a(libeac_la-eac_asn1.o):eac_asn1.c:(.rdata+0x244): undefined reference to `ASN1_INTEGER_it'
./.libs/libeac.a(libeac_la-eac_asn1.o):eac_asn1.c:(.rdata+0x258): undefined reference to `ASN1_INTEGER_it'
./.libs/libeac.a(libeac_la-eac_asn1.o):eac_asn1.c:(.rdata+0x290): undefined reference to `ASN1_OBJECT_it'
./.libs/libeac.a(libeac_la-eac_asn1.o):eac_asn1.c:(.rdata+0x2b8): undefined reference to `ASN1_INTEGER_it'
./.libs/libeac.a(libeac_la-eac_asn1.o):eac_asn1.c:(.rdata+0x330): undefined reference to `ASN1_OBJECT_it'
./.libs/libeac.a(libeac_la-eac_asn1.o):eac_asn1.c:(.rdata+0x358): undefined reference to `ASN1_INTEGER_it'
./.libs/libeac.a(libeac_la-eac_asn1.o):eac_asn1.c:(.rdata+0x3b0): undefined reference to `ASN1_OCTET_STRING_it'
./.libs/libeac.a(libeac_la-eac_asn1.o):eac_asn1.c:(.rdata+0x3c4): undefined reference to `ASN1_OCTET_STRING_it'
./.libs/libeac.a(libeac_la-eac_asn1.o):eac_asn1.c:(.rdata+0x410): undefined reference to `ASN1_OBJECT_it'
./.libs/libeac.a(libeac_la-eac_asn1.o):eac_asn1.c:(.rdata+0x424): undefined reference to `ASN1_INTEGER_it'
./.libs/libeac.a(libeac_la-eac_asn1.o):eac_asn1.c:(.rdata+0x490): undefined reference to `ASN1_INTEGER_it'
./.libs/libeac.a(libeac_la-eac_asn1.o):eac_asn1.c:(.rdata+0x4a4): undefined reference to `ASN1_INTEGER_it'
./.libs/libeac.a(libeac_la-eac_asn1.o):eac_asn1.c:(.rdata+0x4b8): undefined reference to `ASN1_BOOLEAN_it'
./.libs/libeac.a(libeac_la-eac_asn1.o):eac_asn1.c:(.rdata+0x510): undefined reference to `ASN1_OBJECT_it'
./.libs/libeac.a(libeac_la-eac_asn1.o):eac_asn1.c:(.rdata+0x538): undefined reference to `ASN1_INTEGER_it'
./.libs/libeac.a(libeac_la-eac_asn1.o):eac_asn1.c:(.rdata+0x570): undefined reference to `ASN1_OBJECT_it'
./.libs/libeac.a(libeac_la-eac_asn1.o):eac_asn1.c:(.rdata+0x5d0): undefined reference to `ASN1_OBJECT_it'
./.libs/libeac.a(libeac_la-eac_asn1.o):eac_asn1.c:(.rdata+0x5e4): undefined reference to `ASN1_IA5STRING_it'
./.libs/libeac.a(libeac_la-eac.o):eac.c:(.text+0x4a): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-eac.o):eac.c:(.text+0x6f): undefined reference to `EVP_CIPHER_block_size'
./.libs/libeac.a(libeac_la-eac.o):eac.c:(.text+0xcb): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-eac.o):eac.c:(.text+0x139): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-eac.o):eac.c:(.text+0x189): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-eac.o):eac.c:(.text+0x1d7): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-eac.o):eac.c:(.text+0x226): undefined reference to `BN_add_word'
./.libs/libeac.a(libeac_la-eac.o):eac.c:(.text+0x251): undefined reference to `BN_set_word'
./.libs/libeac.a(libeac_la-eac.o):eac.c:(.text+0x27b): undefined reference to `BN_set_word'
./.libs/libeac.a(libeac_la-eac.o):eac.c:(.text+0x2cc): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-eac.o):eac.c:(.text+0x396): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-eac.o):eac.c:(.text+0x471): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-eac.o):eac.c:(.text+0x4d6): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-eac.o):eac.c:(.text+0x52e): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-eac.o):eac.c:(.text+0x5ab): undefined reference to `CRYPTO_free'
./.libs/libeac.a(libeac_la-eac.o):eac.c:(.text+0x5bc): undefined reference to `BUF_MEM_free'
./.libs/libeac.a(libeac_la-eac.o):eac.c:(.text+0x61d): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-eac.o):eac.c:(.text+0x675): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-eac.o):eac.c:(.text+0x6bd): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-eac.o):eac.c:(.text+0x6e0): undefined reference to `CRYPTO_memcmp'
./.libs/libeac.a(libeac_la-eac.o):eac.c:(.text+0x6fc): undefined reference to `BUF_MEM_free'
./.libs/libeac.a(libeac_la-eac.o):eac.c:(.text+0x779): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-eac.o):eac.c:(.text+0x7ff): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-eac.o):eac.c:(.text+0x8cd): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-eac.o):eac.c:(.text+0x93d): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-eac.o):eac.c:(.text+0x964): undefined reference to `EVP_sha256'
./.libs/libeac.a(libeac_la-eac.o):eac.c:(.text+0x999): undefined reference to `BUF_MEM_free'
./.libs/libeac.a(libeac_la-eac.o):eac.c:(.text+0xa36): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-eac.o):eac.c:(.text+0xac6): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-eac.o):eac.c:(.text+0xb43): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-eac.o):eac.c:(.text+0xb8c): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-eac.o):eac.c:(.text+0xc20): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-eac.o):eac.c:(.text+0xc9c): more undefined references to `ERR_print_errors_fp' follow
./.libs/libeac.a(libeac_la-eac_ca.o):eac_ca.c:(.text+0x2a7): undefined reference to `BUF_MEM_free'
./.libs/libeac.a(libeac_la-eac_ca.o):eac_ca.c:(.text+0x320): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-eac_ca.o):eac_ca.c:(.text+0x39d): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-eac_ca.o):eac_ca.c:(.text+0x3bd): undefined reference to `PKCS7_get0_signers'
./.libs/libeac.a(libeac_la-eac_ca.o):eac_ca.c:(.text+0x3fe): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-eac_ca.o):eac_ca.c:(.text+0x40e): undefined reference to `sk_pop'
./.libs/libeac.a(libeac_la-eac_ca.o):eac_ca.c:(.text+0x44f): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-eac_ca.o):eac_ca.c:(.text+0x45f): undefined reference to `X509_issuer_name_hash'
./.libs/libeac.a(libeac_la-eac_ca.o):eac_ca.c:(.text+0x4b4): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-eac_ca.o):eac_ca.c:(.text+0x4e7): undefined reference to `PKCS7_verify'
./.libs/libeac.a(libeac_la-eac_ca.o):eac_ca.c:(.text+0x4fb): undefined reference to `sk_free'
./.libs/libeac.a(libeac_la-eac_ca.o):eac_ca.c:(.text+0x553): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-eac_ca.o):eac_ca.c:(.text+0x571): undefined reference to `d2i_PKCS7'
./.libs/libeac.a(libeac_la-eac_ca.o):eac_ca.c:(.text+0x587): undefined reference to `OBJ_obj2nid'
./.libs/libeac.a(libeac_la-eac_ca.o):eac_ca.c:(.text+0x5ff): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-eac_ca.o):eac_ca.c:(.text+0x61e): undefined reference to `OBJ_obj2nid'
./.libs/libeac.a(libeac_la-eac_ca.o):eac_ca.c:(.text+0x633): undefined reference to `ASN1_TYPE_get'
./.libs/libeac.a(libeac_la-eac_ca.o):eac_ca.c:(.text+0x69e): undefined reference to `PKCS7_free'
./.libs/libeac.a(libeac_la-eac_ca.o):eac_ca.c:(.text+0x700): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-eac_ca.o):eac_ca.c:(.text+0x792): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-eac_ca.o):eac_ca.c:(.text+0x834): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-eac_ca.o):eac_ca.c:(.text+0x858): undefined reference to `d2i_AutoPrivateKey'
./.libs/libeac.a(libeac_la-eac_ca.o):eac_ca.c:(.text+0x870): undefined reference to `EVP_PKEY_free'
./.libs/libeac.a(libeac_la-eac_ca.o):eac_ca.c:(.text+0x8c3): undefined reference to `ERR_clear_error'
./.libs/libeac.a(libeac_la-eac_ca.o):eac_ca.c:(.text+0x939): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-eac_ca.o):eac_ca.c:(.text+0x9be): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-eac_ca.o):eac_ca.c:(.text+0xa7f): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-eac_ca.o):eac_ca.c:(.text+0xb06): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-eac_ca.o):eac_ca.c:(.text+0xbae): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-eac_dh.o):eac_dh.c:(.text+0x47): more undefined references to `ERR_print_errors_fp' follow
./.libs/libeac.a(libeac_la-eac_dh.o):eac_dh.c:(.text+0x6b): undefined reference to `DH_get_1024_160'
./.libs/libeac.a(libeac_la-eac_dh.o):eac_dh.c:(.text+0x75): undefined reference to `DH_get_2048_224'
./.libs/libeac.a(libeac_la-eac_dh.o):eac_dh.c:(.text+0x7f): undefined reference to `DH_get_2048_256'
./.libs/libeac.a(libeac_la-eac_dh.o):eac_dh.c:(.text+0xbc): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-eac_dh.o):eac_dh.c:(.text+0xe6): undefined reference to `DH_check'
./.libs/libeac.a(libeac_la-eac_dh.o):eac_dh.c:(.text+0x13b): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-eac_dh.o):eac_dh.c:(.text+0x167): undefined reference to `DH_free'
./.libs/libeac.a(libeac_la-eac_dh.o):eac_dh.c:(.text+0x1c7): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-eac_dh.o):eac_dh.c:(.text+0x1d7): undefined reference to `BN_CTX_start'
./.libs/libeac.a(libeac_la-eac_dh.o):eac_dh.c:(.text+0x22a): undefined reference to `DH_check_pub_key'
./.libs/libeac.a(libeac_la-eac_dh.o):eac_dh.c:(.text+0x240): undefined reference to `BN_CTX_get'
./.libs/libeac.a(libeac_la-eac_dh.o):eac_dh.c:(.text+0x270): undefined reference to `BN_mod_exp'
./.libs/libeac.a(libeac_la-eac_dh.o):eac_dh.c:(.text+0x2b9): undefined reference to `BN_CTX_end'
./.libs/libeac.a(libeac_la-eac_dh.o):eac_dh.c:(.text+0x314): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-eac_dh.o):eac_dh.c:(.text+0x346): undefined reference to `BN_new'
./.libs/libeac.a(libeac_la-eac_dh.o):eac_dh.c:(.text+0x354): undefined reference to `BN_dup'
./.libs/libeac.a(libeac_la-eac_dh.o):eac_dh.c:(.text+0x37e): undefined reference to `BN_sub_word'
./.libs/libeac.a(libeac_la-eac_dh.o):eac_dh.c:(.text+0x398): undefined reference to `BN_rshift1'
./.libs/libeac.a(libeac_la-eac_dh.o):eac_dh.c:(.text+0x3ad): undefined reference to `BN_dup'
./.libs/libeac.a(libeac_la-eac_dh.o):eac_dh.c:(.text+0x3d2): undefined reference to `BN_is_prime_ex'
./.libs/libeac.a(libeac_la-eac_dh.o):eac_dh.c:(.text+0x419): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-eac_dh.o):eac_dh.c:(.text+0x432): undefined reference to `BN_clear_free'
./.libs/libeac.a(libeac_la-eac_dh.o):eac_dh.c:(.text+0x443): undefined reference to `BN_clear_free'
./.libs/libeac.a(libeac_la-eac_dh.o):eac_dh.c:(.text+0x4a2): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-eac_dh.o):eac_dh.c:(.text+0x4b2): undefined reference to `BN_CTX_start'
./.libs/libeac.a(libeac_la-eac_dh.o):eac_dh.c:(.text+0x4f3): undefined reference to `BN_CTX_get'
./.libs/libeac.a(libeac_la-eac_dh.o):eac_dh.c:(.text+0x51d): undefined reference to `BN_sub_word'
./.libs/libeac.a(libeac_la-eac_dh.o):eac_dh.c:(.text+0x54c): undefined reference to `BN_mod_exp'
./.libs/libeac.a(libeac_la-eac_dh.o):eac_dh.c:(.text+0x559): undefined reference to `BN_value_one'
./.libs/libeac.a(libeac_la-eac_dh.o):eac_dh.c:(.text+0x568): undefined reference to `BN_cmp'
./.libs/libeac.a(libeac_la-eac_dh.o):eac_dh.c:(.text+0x575): undefined reference to `BN_value_one'
./.libs/libeac.a(libeac_la-eac_dh.o):eac_dh.c:(.text+0x58d): undefined reference to `BN_sub'
./.libs/libeac.a(libeac_la-eac_dh.o):eac_dh.c:(.text+0x5bc): undefined reference to `BN_mod_exp'
./.libs/libeac.a(libeac_la-eac_dh.o):eac_dh.c:(.text+0x5c5): undefined reference to `BN_value_one'
./.libs/libeac.a(libeac_la-eac_dh.o):eac_dh.c:(.text+0x5d4): undefined reference to `BN_cmp'
./.libs/libeac.a(libeac_la-eac_dh.o):eac_dh.c:(.text+0x610): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-eac_dh.o):eac_dh.c:(.text+0x61d): undefined reference to `BN_CTX_end'
./.libs/libeac.a(libeac_la-eac_dh.o):eac_dh.c:(.text+0x633): undefined reference to `BN_clear_free'
./.libs/libeac.a(libeac_la-eac_dh.o):eac_dh.c:(.text+0x63e): undefined reference to `BN_CTX_end'
./.libs/libeac.a(libeac_la-eac_dh.o):eac_dh.c:(.text+0x697): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-eac_dh.o):eac_dh.c:(.text+0x6a4): undefined reference to `EVP_PKEY_get1_DH'
./.libs/libeac.a(libeac_la-eac_dh.o):eac_dh.c:(.text+0x6b8): undefined reference to `DH_generate_key'
./.libs/libeac.a(libeac_la-eac_dh.o):eac_dh.c:(.text+0x71f): undefined reference to `DH_free'
./.libs/libeac.a(libeac_la-eac_dh.o):eac_dh.c:(.text+0x783): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-eac_dh.o):eac_dh.c:(.text+0x793): undefined reference to `EVP_PKEY_get1_DH'
./.libs/libeac.a(libeac_la-eac_dh.o):eac_dh.c:(.text+0x7c6): undefined reference to `BN_bin2bn'
./.libs/libeac.a(libeac_la-eac_dh.o):eac_dh.c:(.text+0x7da): undefined reference to `DH_size'
./.libs/libeac.a(libeac_la-eac_dh.o):eac_dh.c:(.text+0x807): undefined reference to `DH_compute_key'
./.libs/libeac.a(libeac_la-eac_dh.o):eac_dh.c:(.text+0x822): undefined reference to `BN_clear_free'
./.libs/libeac.a(libeac_la-eac_dh.o):eac_dh.c:(.text+0x82d): undefined reference to `DH_free'
./.libs/libeac.a(libeac_la-eac_dh.o):eac_dh.c:(.text+0x84a): undefined reference to `BUF_MEM_free'
./.libs/libeac.a(libeac_la-eac_dh.o):eac_dh.c:(.text+0x85b): undefined reference to `BN_clear_free'
./.libs/libeac.a(libeac_la-eac_dh.o):eac_dh.c:(.text+0x86c): undefined reference to `DH_free'
./.libs/libeac.a(libeac_la-eac_dh.o):eac_dh.c:(.text+0x886): undefined reference to `DHparams_dup'
./.libs/libeac.a(libeac_la-eac_dh.o):eac_dh.c:(.text+0x8ba): undefined reference to `BN_dup'
./.libs/libeac.a(libeac_la-eac_dh.o):eac_dh.c:(.text+0x8c7): undefined reference to `BN_dup'
./.libs/libeac.a(libeac_la-eac_dh.o):eac_dh.c:(.text+0x8d4): undefined reference to `BN_dup'
./.libs/libeac.a(libeac_la-eac_kdf.o):eac_kdf.c:(.text+0x69): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-eac_kdf.o):eac_kdf.c:(.text+0x7c): undefined reference to `EVP_CIPHER_key_length'
./.libs/libeac.a(libeac_la-eac_kdf.o):eac_kdf.c:(.text+0x8c): undefined reference to `EVP_MD_size'
./.libs/libeac.a(libeac_la-eac_kdf.o):eac_kdf.c:(.text+0xc9): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-eac_kdf.o):eac_kdf.c:(.text+0xd3): undefined reference to `BUF_MEM_new'
./.libs/libeac.a(libeac_la-eac_kdf.o):eac_kdf.c:(.text+0x114): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-eac_kdf.o):eac_kdf.c:(.text+0x147): undefined reference to `BUF_MEM_grow'
./.libs/libeac.a(libeac_la-eac_kdf.o):eac_kdf.c:(.text+0x183): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-eac_kdf.o):eac_kdf.c:(.text+0x20c): undefined reference to `BUF_MEM_grow'
./.libs/libeac.a(libeac_la-eac_kdf.o):eac_kdf.c:(.text+0x248): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-eac_kdf.o):eac_kdf.c:(.text+0x2e6): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-eac_kdf.o):eac_kdf.c:(.text+0x318): undefined reference to `OPENSSL_cleanse'
./.libs/libeac.a(libeac_la-eac_kdf.o):eac_kdf.c:(.text+0x323): undefined reference to `BUF_MEM_free'
./.libs/libeac.a(libeac_la-eac_kdf.o):eac_kdf.c:(.text+0x33b): undefined reference to `OPENSSL_cleanse'
./.libs/libeac.a(libeac_la-eac_kdf.o):eac_kdf.c:(.text+0x346): undefined reference to `BUF_MEM_free'
./.libs/libeac.a(libeac_la-eac_kdf.o):eac_kdf.c:(.text+0x369): undefined reference to `OPENSSL_cleanse'
./.libs/libeac.a(libeac_la-eac_kdf.o):eac_kdf.c:(.text+0x374): undefined reference to `BUF_MEM_free'
./.libs/libeac.a(libeac_la-eac_kdf.o):eac_kdf.c:(.text+0x40b): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-eac_kdf.o):eac_kdf.c:(.text+0x49f): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-eac_lib.o):eac_lib.c:(.text+0x7): undefined reference to `OPENSSL_add_all_algorithms_noconf'
./.libs/libeac.a(libeac_la-eac_lib.o):eac_lib.c:(.text+0x32): undefined reference to `EVP_cleanup'
./.libs/libeac.a(libeac_la-eac_lib.o):eac_lib.c:(.text+0x5f): undefined reference to `BN_CTX_new'
./.libs/libeac.a(libeac_la-eac_lib.o):eac_lib.c:(.text+0x6c): undefined reference to `sk_new_null'
./.libs/libeac.a(libeac_la-eac_lib.o):eac_lib.c:(.text+0x79): undefined reference to `EVP_CIPHER_CTX_new'
./.libs/libeac.a(libeac_la-eac_lib.o):eac_lib.c:(.text+0x86): undefined reference to `EVP_MD_CTX_create'
./.libs/libeac.a(libeac_la-eac_lib.o):eac_lib.c:(.text+0x93): undefined reference to `sk_new_null'
./.libs/libeac.a(libeac_la-eac_lib.o):eac_lib.c:(.text+0xa0): undefined reference to `sk_new_null'
./.libs/libeac.a(libeac_la-eac_lib.o):eac_lib.c:(.text+0xad): undefined reference to `BN_new'
./.libs/libeac.a(libeac_la-eac_lib.o):eac_lib.c:(.text+0x120): undefined reference to `EVP_CIPHER_CTX_init'
./.libs/libeac.a(libeac_la-eac_lib.o):eac_lib.c:(.text+0x192): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-eac_lib.o):eac_lib.c:(.text+0x215): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-eac_lib.o):eac_lib.c:(.text+0x239): undefined reference to `sk_push'
./.libs/libeac.a(libeac_la-eac_lib.o):eac_lib.c:(.text+0x2bc): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-eac_lib.o):eac_lib.c:(.text+0x2ec): undefined reference to `EVP_PKEY_free'
./.libs/libeac.a(libeac_la-eac_lib.o):eac_lib.c:(.text+0x311): undefined reference to `d2i_AutoPrivateKey'
./.libs/libeac.a(libeac_la-eac_lib.o):eac_lib.c:(.text+0x3e6): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-eac_lib.o):eac_lib.c:(.text+0x431): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-eac_lib.o):eac_lib.c:(.text+0x487): undefined reference to `sk_push'
./.libs/libeac.a(libeac_la-eac_lib.o):eac_lib.c:(.text+0x510): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-eac_lib.o):eac_lib.c:(.text+0x55b): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-eac_lib.o):eac_lib.c:(.text+0x5ed): undefined reference to `sk_push'
./.libs/libeac.a(libeac_la-eac_lib.o):eac_lib.c:(.text+0x677): undefined reference to `BN_CTX_free'
./.libs/libeac.a(libeac_la-eac_lib.o):eac_lib.c:(.text+0x68f): undefined reference to `EVP_MD_CTX_destroy'
./.libs/libeac.a(libeac_la-eac_lib.o):eac_lib.c:(.text+0x6a7): undefined reference to `EVP_CIPHER_CTX_free'
./.libs/libeac.a(libeac_la-eac_lib.o):eac_lib.c:(.text+0x6bd): undefined reference to `sk_pop_free'
./.libs/libeac.a(libeac_la-eac_lib.o):eac_lib.c:(.text+0x6d3): undefined reference to `sk_pop_free'
./.libs/libeac.a(libeac_la-eac_lib.o):eac_lib.c:(.text+0x6e9): undefined reference to `sk_pop_free'
./.libs/libeac.a(libeac_la-eac_lib.o):eac_lib.c:(.text+0x71d): undefined reference to `BN_clear_free'
./.libs/libeac.a(libeac_la-eac_lib.o):eac_lib.c:(.text+0x728): undefined reference to `CRYPTO_free'
./.libs/libeac.a(libeac_la-eac_lib.o):eac_lib.c:(.text+0x74b): undefined reference to `EVP_PKEY_new'
./.libs/libeac.a(libeac_la-eac_lib.o):eac_lib.c:(.text+0x784): undefined reference to `EVP_PKEY_free'
./.libs/libeac.a(libeac_la-eac_lib.o):eac_lib.c:(.text+0x78f): undefined reference to `CRYPTO_free'
./.libs/libeac.a(libeac_la-eac_lib.o):eac_lib.c:(.text+0x7e1): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-eac_lib.o):eac_lib.c:(.text+0x982): undefined reference to `CMAC_CTX_free'
./.libs/libeac.a(libeac_la-eac_lib.o):eac_lib.c:(.text+0x99a): undefined reference to `EVP_PKEY_free'
./.libs/libeac.a(libeac_la-eac_lib.o):eac_lib.c:(.text+0x9c2): undefined reference to `OPENSSL_cleanse'
./.libs/libeac.a(libeac_la-eac_lib.o):eac_lib.c:(.text+0x9d0): undefined reference to `BUF_MEM_free'
./.libs/libeac.a(libeac_la-eac_lib.o):eac_lib.c:(.text+0x9f8): undefined reference to `OPENSSL_cleanse'
./.libs/libeac.a(libeac_la-eac_lib.o):eac_lib.c:(.text+0xa06): undefined reference to `BUF_MEM_free'
./.libs/libeac.a(libeac_la-eac_lib.o):eac_lib.c:(.text+0xa2e): undefined reference to `OPENSSL_cleanse'
./.libs/libeac.a(libeac_la-eac_lib.o):eac_lib.c:(.text+0xa3c): undefined reference to `BUF_MEM_free'
./.libs/libeac.a(libeac_la-eac_lib.o):eac_lib.c:(.text+0xa4a): undefined reference to `CRYPTO_free'
./.libs/libeac.a(libeac_la-eac_lib.o):eac_lib.c:(.text+0xa55): undefined reference to `CRYPTO_free'
./.libs/libeac.a(libeac_la-eac_lib.o):eac_lib.c:(.text+0xa9c): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-eac_lib.o):eac_lib.c:(.text+0xae4): undefined reference to `EVP_sha1'
./.libs/libeac.a(libeac_la-eac_lib.o):eac_lib.c:(.text+0xaf0): undefined reference to `EVP_des_ede_cbc'
./.libs/libeac.a(libeac_la-eac_lib.o):eac_lib.c:(.text+0xb06): undefined reference to `EVP_CIPHER_key_length'
./.libs/libeac.a(libeac_la-eac_lib.o):eac_lib.c:(.text+0xb5b): undefined reference to `EVP_sha1'
./.libs/libeac.a(libeac_la-eac_lib.o):eac_lib.c:(.text+0xb67): undefined reference to `EVP_aes_128_cbc'
./.libs/libeac.a(libeac_la-eac_lib.o):eac_lib.c:(.text+0xb7d): undefined reference to `EVP_CIPHER_key_length'
./.libs/libeac.a(libeac_la-eac_lib.o):eac_lib.c:(.text+0xbd2): undefined reference to `EVP_sha256'
./.libs/libeac.a(libeac_la-eac_lib.o):eac_lib.c:(.text+0xbde): undefined reference to `EVP_aes_192_cbc'
./.libs/libeac.a(libeac_la-eac_lib.o):eac_lib.c:(.text+0xbf4): undefined reference to `EVP_CIPHER_key_length'
./.libs/libeac.a(libeac_la-eac_lib.o):eac_lib.c:(.text+0xc49): undefined reference to `EVP_sha256'
./.libs/libeac.a(libeac_la-eac_lib.o):eac_lib.c:(.text+0xc55): undefined reference to `EVP_aes_256_cbc'
./.libs/libeac.a(libeac_la-eac_lib.o):eac_lib.c:(.text+0xc6b): undefined reference to `EVP_CIPHER_key_length'
./.libs/libeac.a(libeac_la-eac_lib.o):eac_lib.c:(.text+0xcb6): undefined reference to `EVP_sha1'
./.libs/libeac.a(libeac_la-eac_lib.o):eac_lib.c:(.text+0xcc2): undefined reference to `EVP_des_ede_cbc'
./.libs/libeac.a(libeac_la-eac_lib.o):eac_lib.c:(.text+0xcd8): undefined reference to `EVP_CIPHER_key_length'
./.libs/libeac.a(libeac_la-eac_lib.o):eac_lib.c:(.text+0xd2d): undefined reference to `EVP_sha1'
./.libs/libeac.a(libeac_la-eac_lib.o):eac_lib.c:(.text+0xd39): undefined reference to `EVP_aes_128_cbc'
./.libs/libeac.a(libeac_la-eac_lib.o):eac_lib.c:(.text+0xd4f): undefined reference to `EVP_CIPHER_key_length'
./.libs/libeac.a(libeac_la-eac_lib.o):eac_lib.c:(.text+0xda4): undefined reference to `EVP_sha256'
./.libs/libeac.a(libeac_la-eac_lib.o):eac_lib.c:(.text+0xdb0): undefined reference to `EVP_aes_192_cbc'
./.libs/libeac.a(libeac_la-eac_lib.o):eac_lib.c:(.text+0xdc6): undefined reference to `EVP_CIPHER_key_length'
./.libs/libeac.a(libeac_la-eac_lib.o):eac_lib.c:(.text+0xe1b): undefined reference to `EVP_sha256'
./.libs/libeac.a(libeac_la-eac_lib.o):eac_lib.c:(.text+0xe27): undefined reference to `EVP_aes_256_cbc'
./.libs/libeac.a(libeac_la-eac_lib.o):eac_lib.c:(.text+0xe3d): undefined reference to `EVP_CIPHER_key_length'
./.libs/libeac.a(libeac_la-eac_lib.o):eac_lib.c:(.text+0xe7f): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-eac_print.o):eac_print.c:(.text+0x2f): undefined reference to `BIO_dump_indent'
./.libs/libeac.a(libeac_la-eac_print.o):eac_print.c:(.text+0x54): undefined reference to `BIO_indent'
./.libs/libeac.a(libeac_la-eac_print.o):eac_print.c:(.text+0x6b): undefined reference to `BIO_printf'
./.libs/libeac.a(libeac_la-eac_print.o):eac_print.c:(.text+0xa7): undefined reference to `BIO_indent'
./.libs/libeac.a(libeac_la-eac_print.o):eac_print.c:(.text+0xbe): undefined reference to `BIO_printf'
./.libs/libeac.a(libeac_la-eac_print.o):eac_print.c:(.text+0x107): undefined reference to `EVP_PKEY_print_private'
./.libs/libeac.a(libeac_la-eac_print.o):eac_print.c:(.text+0x140): undefined reference to `EVP_PKEY_print_params'
./.libs/libeac.a(libeac_la-eac_print.o):eac_print.c:(.text+0x16b): undefined reference to `BIO_indent'
./.libs/libeac.a(libeac_la-eac_print.o):eac_print.c:(.text+0x182): undefined reference to `BIO_printf'
./.libs/libeac.a(libeac_la-eac_print.o):eac_print.c:(.text+0x1aa): undefined reference to `BIO_indent'
./.libs/libeac.a(libeac_la-eac_print.o):eac_print.c:(.text+0x1d0): undefined reference to `EVP_CIPHER_nid'
./.libs/libeac.a(libeac_la-eac_print.o):eac_print.c:(.text+0x1d8): undefined reference to `OBJ_nid2sn'
./.libs/libeac.a(libeac_la-eac_print.o):eac_print.c:(.text+0x1ef): undefined reference to `BIO_printf'
./.libs/libeac.a(libeac_la-eac_print.o):eac_print.c:(.text+0x218): undefined reference to `BIO_printf'
./.libs/libeac.a(libeac_la-eac_print.o):eac_print.c:(.text+0x240): undefined reference to `BIO_indent'
./.libs/libeac.a(libeac_la-eac_print.o):eac_print.c:(.text+0x264): undefined reference to `EVP_MD_type'
./.libs/libeac.a(libeac_la-eac_print.o):eac_print.c:(.text+0x26c): undefined reference to `OBJ_nid2sn'
./.libs/libeac.a(libeac_la-eac_print.o):eac_print.c:(.text+0x283): undefined reference to `BIO_printf'
./.libs/libeac.a(libeac_la-eac_print.o):eac_print.c:(.text+0x2ac): undefined reference to `BIO_printf'
./.libs/libeac.a(libeac_la-eac_print.o):eac_print.c:(.text+0x2d4): undefined reference to `BIO_indent'
./.libs/libeac.a(libeac_la-eac_print.o):eac_print.c:(.text+0x2ef): undefined reference to `BIO_printf'
./.libs/libeac.a(libeac_la-eac_print.o):eac_print.c:(.text+0x338): undefined reference to `BIO_indent'
./.libs/libeac.a(libeac_la-eac_print.o):eac_print.c:(.text+0x353): undefined reference to `BIO_printf'
./.libs/libeac.a(libeac_la-eac_print.o):eac_print.c:(.text+0x394): undefined reference to `BIO_indent'
./.libs/libeac.a(libeac_la-eac_print.o):eac_print.c:(.text+0x3ab): undefined reference to `BIO_printf'
./.libs/libeac.a(libeac_la-eac_print.o):eac_print.c:(.text+0x3f3): undefined reference to `BIO_indent'
./.libs/libeac.a(libeac_la-eac_print.o):eac_print.c:(.text+0x40a): undefined reference to `BIO_printf'
./.libs/libeac.a(libeac_la-eac_print.o):eac_print.c:(.text+0x446): undefined reference to `BIO_indent'
./.libs/libeac.a(libeac_la-eac_print.o):eac_print.c:(.text+0x458): undefined reference to `OBJ_nid2sn'
./.libs/libeac.a(libeac_la-eac_print.o):eac_print.c:(.text+0x46f): undefined reference to `BIO_printf'
./.libs/libeac.a(libeac_la-eac_print.o):eac_print.c:(.text+0x48d): undefined reference to `BIO_indent'
./.libs/libeac.a(libeac_la-eac_print.o):eac_print.c:(.text+0x4b1): undefined reference to `BIO_printf'
./.libs/libeac.a(libeac_la-eac_print.o):eac_print.c:(.text+0x4d9): undefined reference to `BIO_indent'
./.libs/libeac.a(libeac_la-eac_print.o):eac_print.c:(.text+0x4f0): undefined reference to `BIO_printf'
./.libs/libeac.a(libeac_la-eac_print.o):eac_print.c:(.text+0x52f): undefined reference to `EVP_PKEY_print_private'
./.libs/libeac.a(libeac_la-eac_print.o):eac_print.c:(.text+0x55a): undefined reference to `BIO_indent'
./.libs/libeac.a(libeac_la-eac_print.o):eac_print.c:(.text+0x571): undefined reference to `BIO_printf'
./.libs/libeac.a(libeac_la-eac_print.o):eac_print.c:(.text+0x5b0): undefined reference to `EVP_PKEY_print_params'
./.libs/libeac.a(libeac_la-eac_print.o):eac_print.c:(.text+0x5db): undefined reference to `BIO_indent'
./.libs/libeac.a(libeac_la-eac_print.o):eac_print.c:(.text+0x5f2): undefined reference to `BIO_printf'
./.libs/libeac.a(libeac_la-eac_print.o):eac_print.c:(.text+0x61a): undefined reference to `BIO_indent'
./.libs/libeac.a(libeac_la-eac_print.o):eac_print.c:(.text+0x631): undefined reference to `BIO_printf'
./.libs/libeac.a(libeac_la-eac_print.o):eac_print.c:(.text+0x679): undefined reference to `BIO_indent'
./.libs/libeac.a(libeac_la-eac_print.o):eac_print.c:(.text+0x690): undefined reference to `BIO_printf'
./.libs/libeac.a(libeac_la-eac_print.o):eac_print.c:(.text+0x6cc): undefined reference to `BIO_indent'
./.libs/libeac.a(libeac_la-eac_print.o):eac_print.c:(.text+0x6f1): undefined reference to `BIO_printf'
./.libs/libeac.a(libeac_la-eac_print.o):eac_print.c:(.text+0x713): undefined reference to `BIO_indent'
./.libs/libeac.a(libeac_la-eac_print.o):eac_print.c:(.text+0x729): undefined reference to `OBJ_nid2sn'
./.libs/libeac.a(libeac_la-eac_print.o):eac_print.c:(.text+0x740): undefined reference to `BIO_printf'
./.libs/libeac.a(libeac_la-eac_print.o):eac_print.c:(.text+0x762): undefined reference to `BIO_indent'
./.libs/libeac.a(libeac_la-eac_print.o):eac_print.c:(.text+0x786): undefined reference to `BIO_printf'
./.libs/libeac.a(libeac_la-eac_print.o):eac_print.c:(.text+0x7a4): undefined reference to `BIO_indent'
./.libs/libeac.a(libeac_la-eac_print.o):eac_print.c:(.text+0x7bb): undefined reference to `BIO_printf'
./.libs/libeac.a(libeac_la-eac_print.o):eac_print.c:(.text+0x803): undefined reference to `BIO_indent'
./.libs/libeac.a(libeac_la-eac_print.o):eac_print.c:(.text+0x81a): undefined reference to `BIO_printf'
./.libs/libeac.a(libeac_la-eac_print.o):eac_print.c:(.text+0x856): undefined reference to `BIO_indent'
./.libs/libeac.a(libeac_la-eac_print.o):eac_print.c:(.text+0x877): undefined reference to `BIO_printf'
./.libs/libeac.a(libeac_la-eac_print.o):eac_print.c:(.text+0x895): undefined reference to `BIO_indent'
./.libs/libeac.a(libeac_la-eac_print.o):eac_print.c:(.text+0x8a6): undefined reference to `OBJ_nid2sn'
./.libs/libeac.a(libeac_la-eac_print.o):eac_print.c:(.text+0x8bd): undefined reference to `BIO_printf'
./.libs/libeac.a(libeac_la-eac_print.o):eac_print.c:(.text+0x8ef): undefined reference to `BIO_indent'
./.libs/libeac.a(libeac_la-eac_print.o):eac_print.c:(.text+0x901): undefined reference to `EVP_MD_type'
./.libs/libeac.a(libeac_la-eac_print.o):eac_print.c:(.text+0x909): undefined reference to `OBJ_nid2sn'
./.libs/libeac.a(libeac_la-eac_print.o):eac_print.c:(.text+0x920): undefined reference to `BIO_printf'
./.libs/libeac.a(libeac_la-eac_print.o):eac_print.c:(.text+0x948): undefined reference to `BIO_indent'
./.libs/libeac.a(libeac_la-eac_print.o):eac_print.c:(.text+0x967): undefined reference to `BIO_printf'
./.libs/libeac.a(libeac_la-eac_print.o):eac_print.c:(.text+0x98f): undefined reference to `BIO_indent'
./.libs/libeac.a(libeac_la-eac_print.o):eac_print.c:(.text+0x9a6): undefined reference to `BIO_printf'
./.libs/libeac.a(libeac_la-eac_print.o):eac_print.c:(.text+0x9e5): undefined reference to `EVP_PKEY_print_params'
./.libs/libeac.a(libeac_la-eac_print.o):eac_print.c:(.text+0xa03): undefined reference to `BIO_printf'
./.libs/libeac.a(libeac_la-eac_print.o):eac_print.c:(.text+0xa28): undefined reference to `BIO_indent'
./.libs/libeac.a(libeac_la-eac_print.o):eac_print.c:(.text+0xa3f): undefined reference to `BIO_printf'
./.libs/libeac.a(libeac_la-eac_print.o):eac_print.c:(.text+0xa7b): undefined reference to `BIO_indent'
./.libs/libeac.a(libeac_la-eac_print.o):eac_print.c:(.text+0xaa0): undefined reference to `BIO_printf'
./.libs/libeac.a(libeac_la-eac_print.o):eac_print.c:(.text+0xac2): undefined reference to `BIO_indent'
./.libs/libeac.a(libeac_la-eac_print.o):eac_print.c:(.text+0xad7): undefined reference to `OBJ_nid2sn'
./.libs/libeac.a(libeac_la-eac_print.o):eac_print.c:(.text+0xaee): undefined reference to `BIO_printf'
./.libs/libeac.a(libeac_la-eac_print.o):eac_print.c:(.text+0xb0c): undefined reference to `BIO_indent'
./.libs/libeac.a(libeac_la-eac_print.o):eac_print.c:(.text+0xb31): undefined reference to `BIO_printf'
./.libs/libeac.a(libeac_la-eac_print.o):eac_print.c:(.text+0xb4f): undefined reference to `BIO_indent'
./.libs/libeac.a(libeac_la-eac_print.o):eac_print.c:(.text+0xb66): undefined reference to `BIO_printf'
./.libs/libeac.a(libeac_la-eac_print.o):eac_print.c:(.text+0xba5): undefined reference to `EVP_PKEY_print_params'
./.libs/libeac.a(libeac_la-eac_print.o):eac_print.c:(.text+0xbd0): undefined reference to `BIO_indent'
./.libs/libeac.a(libeac_la-eac_print.o):eac_print.c:(.text+0xbe7): undefined reference to `BIO_printf'
./.libs/libeac.a(libeac_la-eac_print.o):eac_print.c:(.text+0xc0f): undefined reference to `BIO_indent'
./.libs/libeac.a(libeac_la-eac_print.o):eac_print.c:(.text+0xc2a): undefined reference to `BIO_printf'
./.libs/libeac.a(libeac_la-eac_print.o):eac_print.c:(.text+0xc6b): undefined reference to `BIO_indent'
./.libs/libeac.a(libeac_la-eac_print.o):eac_print.c:(.text+0xc82): undefined reference to `BIO_printf'
./.libs/libeac.a(libeac_la-eac_print.o):eac_print.c:(.text+0xcca): undefined reference to `BIO_indent'
./.libs/libeac.a(libeac_la-eac_print.o):eac_print.c:(.text+0xce1): undefined reference to `BIO_printf'
./.libs/libeac.a(libeac_la-eac_print.o):eac_print.c:(.text+0xd1f): undefined reference to `BIO_indent'
./.libs/libeac.a(libeac_la-eac_print.o):eac_print.c:(.text+0xd4b): undefined reference to `sk_num'
./.libs/libeac.a(libeac_la-eac_print.o):eac_print.c:(.text+0xd6a): undefined reference to `sk_num'
./.libs/libeac.a(libeac_la-eac_print.o):eac_print.c:(.text+0xd89): undefined reference to `BIO_printf'
./.libs/libeac.a(libeac_la-eac_print.o):eac_print.c:(.text+0xda5): undefined reference to `sk_num'
./.libs/libeac.a(libeac_la-eac_print.o):eac_print.c:(.text+0xdce): undefined reference to `BIO_indent'
./.libs/libeac.a(libeac_la-eac_print.o):eac_print.c:(.text+0xde7): undefined reference to `sk_value'
./.libs/libeac.a(libeac_la-eac_print.o):eac_print.c:(.text+0xe07): undefined reference to `BIO_printf'
./.libs/libeac.a(libeac_la-eac_print.o):eac_print.c:(.text+0xe54): undefined reference to `BIO_indent'
./.libs/libeac.a(libeac_la-eac_print.o):eac_print.c:(.text+0xe6f): undefined reference to `BIO_printf'
./.libs/libeac.a(libeac_la-eac_print.o):eac_print.c:(.text+0xeb8): undefined reference to `BIO_indent'
./.libs/libeac.a(libeac_la-eac_print.o):eac_print.c:(.text+0xee4): undefined reference to `sk_num'
./.libs/libeac.a(libeac_la-eac_print.o):eac_print.c:(.text+0xf03): undefined reference to `sk_num'
./.libs/libeac.a(libeac_la-eac_print.o):eac_print.c:(.text+0xf22): undefined reference to `BIO_printf'
./.libs/libeac.a(libeac_la-eac_print.o):eac_print.c:(.text+0xf3e): undefined reference to `sk_num'
./.libs/libeac.a(libeac_la-eac_print.o):eac_print.c:(.text+0xf67): undefined reference to `BIO_indent'
./.libs/libeac.a(libeac_la-eac_print.o):eac_print.c:(.text+0xf80): undefined reference to `sk_value'
./.libs/libeac.a(libeac_la-eac_print.o):eac_print.c:(.text+0xfa0): undefined reference to `BIO_printf'
./.libs/libeac.a(libeac_la-eac_print.o):eac_print.c:(.text+0xfed): undefined reference to `BIO_indent'
./.libs/libeac.a(libeac_la-eac_print.o):eac_print.c:(.text+0x1019): undefined reference to `sk_num'
./.libs/libeac.a(libeac_la-eac_print.o):eac_print.c:(.text+0x1038): undefined reference to `sk_num'
./.libs/libeac.a(libeac_la-eac_print.o):eac_print.c:(.text+0x1057): undefined reference to `BIO_printf'
./.libs/libeac.a(libeac_la-eac_print.o):eac_print.c:(.text+0x1073): undefined reference to `sk_num'
./.libs/libeac.a(libeac_la-eac_print.o):eac_print.c:(.text+0x1099): undefined reference to `BIO_indent'
./.libs/libeac.a(libeac_la-eac_print.o):eac_print.c:(.text+0x10b6): undefined reference to `sk_value'
./.libs/libeac.a(libeac_la-eac_print.o):eac_print.c:(.text+0x10d6): undefined reference to `BIO_printf'
./.libs/libeac.a(libeac_la-eac_print.o):eac_print.c:(.text+0x1122): undefined reference to `BIO_indent'
./.libs/libeac.a(libeac_la-eac_print.o):eac_print.c:(.text+0x1139): undefined reference to `BIO_printf'
./.libs/libeac.a(libeac_la-eac_print.o):eac_print.c:(.text+0x11c9): undefined reference to `BIO_indent'
./.libs/libeac.a(libeac_la-eac_print.o):eac_print.c:(.text+0x11eb): undefined reference to `BIO_printf'
./.libs/libeac.a(libeac_la-eac_print.o):eac_print.c:(.text+0x120d): undefined reference to `BIO_indent'
./.libs/libeac.a(libeac_la-eac_print.o):eac_print.c:(.text+0x1228): undefined reference to `BIO_printf'
./.libs/libeac.a(libeac_la-eac_print.o):eac_print.c:(.text+0x1266): undefined reference to `BIO_indent'
./.libs/libeac.a(libeac_la-eac_print.o):eac_print.c:(.text+0x127d): undefined reference to `BIO_printf'
./.libs/libeac.a(libeac_la-eac_print.o):eac_print.c:(.text+0x12c2): undefined reference to `BIO_indent'
./.libs/libeac.a(libeac_la-eac_print.o):eac_print.c:(.text+0x12d9): undefined reference to `BIO_printf'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x54): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x6c): undefined reference to `EVP_MD_CTX_create'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x84): undefined reference to `EVP_MD_size'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0xb4): undefined reference to `EVP_DigestInit_ex'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0xd6): undefined reference to `EVP_DigestUpdate'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0xf6): undefined reference to `EVP_DigestFinal_ex'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x113): undefined reference to `EVP_MD_CTX_destroy'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x12a): undefined reference to `BUF_MEM_free'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x141): undefined reference to `EVP_MD_CTX_destroy'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x19b): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x1b3): undefined reference to `EVP_CIPHER_CTX_new'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x1cb): undefined reference to `EVP_CIPHER_CTX_init'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x1f9): undefined reference to `EVP_CipherInit_ex'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x20c): undefined reference to `EVP_CIPHER_CTX_cipher'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x214): undefined reference to `EVP_CIPHER_flags'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x23b): undefined reference to `EVP_CIPHER_block_size'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x284): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x299): undefined reference to `EVP_CIPHER_block_size'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x2e7): undefined reference to `EVP_CipherUpdate'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x318): undefined reference to `EVP_CipherFinal_ex'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x348): undefined reference to `EVP_CIPHER_CTX_free'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x36b): undefined reference to `BUF_MEM_free'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x382): undefined reference to `EVP_CIPHER_CTX_free'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x3e1): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x3f9): undefined reference to `EVP_CIPHER_CTX_new'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x411): undefined reference to `EVP_CIPHER_CTX_init'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x44b): undefined reference to `EVP_CipherInit_ex'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x462): undefined reference to `EVP_CIPHER_CTX_set_padding'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x4c4): undefined reference to `EVP_CIPHER_CTX_free'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x53b): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x550): undefined reference to `EVP_CIPHER_key_length'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x58c): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x5a4): undefined reference to `CMAC_CTX_new'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x5bc): undefined reference to `EVP_CIPHER_key_length'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x5e6): undefined reference to `CMAC_Init'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x60c): undefined reference to `CMAC_Update'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x62e): undefined reference to `CMAC_Final'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x662): undefined reference to `CMAC_Final'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x691): undefined reference to `BUF_MEM_free'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x6a8): undefined reference to `CMAC_CTX_free'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x6c8): undefined reference to `CMAC_CTX_free'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x6d9): undefined reference to `BUF_MEM_free'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x6ef): undefined reference to `BUF_MEM_new'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x70a): undefined reference to `BUF_MEM_grow'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x723): undefined reference to `RAND_bytes'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x73d): undefined reference to `BUF_MEM_free'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x7ac): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x7b6): undefined reference to `EVP_des_cbc'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x7be): undefined reference to `EVP_CIPHER_block_size'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x807): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x811): undefined reference to `EVP_CIPHER_CTX_new'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x829): undefined reference to `EVP_CIPHER_CTX_init'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x834): undefined reference to `EVP_des_cbc'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x85f): undefined reference to `EVP_CipherInit_ex'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x87a): undefined reference to `EVP_CIPHER_CTX_set_padding'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x887): undefined reference to `EVP_des_cbc'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x909): undefined reference to `EVP_des_cbc'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x934): undefined reference to `EVP_CipherInit_ex'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x94f): undefined reference to `EVP_CIPHER_CTX_set_padding'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x95c): undefined reference to `EVP_des_cbc'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x9ac): undefined reference to `EVP_des_cbc'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x9d7): undefined reference to `EVP_CipherInit_ex'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x9f2): undefined reference to `EVP_CIPHER_CTX_set_padding'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x9fb): undefined reference to `EVP_des_cbc'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0xa41): undefined reference to `BUF_MEM_free'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0xa4c): undefined reference to `BUF_MEM_free'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0xa57): undefined reference to `BUF_MEM_free'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0xa62): undefined reference to `EVP_CIPHER_CTX_free'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0xa7c): undefined reference to `BUF_MEM_free'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0xa8d): undefined reference to `BUF_MEM_free'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0xa9e): undefined reference to `BUF_MEM_free'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0xaaf): undefined reference to `EVP_CIPHER_CTX_free'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0xb05): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0xc08): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0xc20): undefined reference to `EVP_CIPHER_block_size'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0xc47): undefined reference to `CRYPTO_realloc'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0xc88): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0xca5): undefined reference to `BN_num_bits'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0xcfb): undefined reference to `BN_bn2bin'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0xd18): undefined reference to `CRYPTO_malloc'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0xd3a): undefined reference to `BN_bn2bin'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0xd6b): undefined reference to `CRYPTO_free'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0xdd7): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0xdea): undefined reference to `EVP_CIPHER_nid'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0xe24): undefined reference to `EVP_aes_128_ecb'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0xe32): undefined reference to `EVP_aes_192_ecb'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0xe40): undefined reference to `EVP_aes_256_ecb'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0xf04): undefined reference to `CRYPTO_realloc'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0xf55): undefined reference to `CRYPTO_free'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0xf99): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0xfc0): undefined reference to `CRYPTO_free'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0xfd1): undefined reference to `BUF_MEM_free'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0xfe2): undefined reference to `BUF_MEM_free'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x1072): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x10f7): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x1204): undefined reference to `EVP_CIPHER_nid'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x12ab): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x132b): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x1335): undefined reference to `EVP_PKEY_new'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x134d): undefined reference to `EVP_PKEY_base_id'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x1372): undefined reference to `EVP_PKEY_get1_DH'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x13a9): undefined reference to `EVP_PKEY_set1_DH'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x13b4): undefined reference to `DH_free'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x13bf): undefined reference to `DH_free'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x13cf): undefined reference to `EVP_PKEY_get1_EC_KEY'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x13e7): undefined reference to `EC_KEY_dup'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x1406): undefined reference to `EVP_PKEY_set1_EC_KEY'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x1411): undefined reference to `EC_KEY_free'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x141c): undefined reference to `EC_KEY_free'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x142c): undefined reference to `EVP_PKEY_get1_RSA'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x1444): undefined reference to `RSAPrivateKey_dup'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x145f): undefined reference to `EVP_PKEY_set1_RSA'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x146a): undefined reference to `RSA_free'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x1475): undefined reference to `RSA_free'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x14af): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x14da): undefined reference to `DH_free'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x14eb): undefined reference to `EC_KEY_free'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x14fc): undefined reference to `RSA_free'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x154e): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x159f): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x15e5): undefined reference to `EVP_PKEY_free'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x1644): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x16a3): undefined reference to `EVP_PKEY_free'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x1701): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x1737): undefined reference to `EVP_CIPHER_nid'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x174a): undefined reference to `EVP_CIPHER_block_size'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x17a2): undefined reference to `BUF_MEM_free'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x17b3): undefined reference to `BUF_MEM_free'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x1809): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x187c): undefined reference to `CRYPTO_memcmp'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x189b): undefined reference to `BUF_MEM_free'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x190d): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x191d): undefined reference to `EVP_PKEY_base_id'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x1933): undefined reference to `EVP_sha1'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x1966): undefined reference to `EVP_PKEY_get1_EC_KEY'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x197e): undefined reference to `EC_KEY_get0_group'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x198c): undefined reference to `EC_POINT_new'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x199a): undefined reference to `BN_CTX_get'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x19a8): undefined reference to `BN_CTX_get'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x19f5): undefined reference to `EC_POINT_oct2point'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x1a24): undefined reference to `EC_POINT_get_affine_coordinates_GF2m'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x1a33): undefined reference to `BN_num_bits'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x1a67): undefined reference to `BN_bn2bin'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x1aa3): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x1ab7): undefined reference to `EC_POINT_free'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x1ac8): undefined reference to `EC_KEY_free'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x1ad9): undefined reference to `BN_free'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x1aea): undefined reference to `BN_free'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x1b41): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x1b97): undefined reference to `EVP_PKEY_set1_DH'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x1ba2): undefined reference to `DH_free'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x1bd3): undefined reference to `EVP_PKEY_set1_EC_KEY'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x1bde): undefined reference to `EC_KEY_free'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x1c18): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x1c4a): undefined reference to `OPENSSL_cleanse'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x1c55): undefined reference to `BUF_MEM_free'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x1cbf): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x1ccf): undefined reference to `EVP_PKEY_base_id'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x1cee): undefined reference to `EVP_PKEY_get1_EC_KEY'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x1d06): undefined reference to `EC_KEY_get0_group'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x1d1a): undefined reference to `EC_POINT_new'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x1d4e): undefined reference to `EC_POINT_oct2point'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x1d68): undefined reference to `EC_KEY_set_public_key'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x1d8f): undefined reference to `BN_bin2bn'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x1dae): undefined reference to `EC_KEY_set_private_key'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x1dc8): undefined reference to `EVP_PKEY_set1_EC_KEY'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x1de0): undefined reference to `EVP_PKEY_get1_DH'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x1e0d): undefined reference to `BN_bin2bn'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x1e5c): undefined reference to `BN_bin2bn'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x1e99): undefined reference to `EVP_PKEY_set1_DH'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x1ed7): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x1efb): undefined reference to `BN_clear_free'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x1f0c): undefined reference to `EC_KEY_free'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x1f1d): undefined reference to `DH_free'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x1f2e): undefined reference to `EC_POINT_clear_free'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x1f77): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x1f99): undefined reference to `EVP_PKEY_base_id'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x1fb9): undefined reference to `EVP_PKEY_get1_DH'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x1ffa): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x2044): undefined reference to `DH_free'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x2054): undefined reference to `EVP_PKEY_get1_EC_KEY'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x2095): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x20b7): undefined reference to `EC_KEY_get0_public_key'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x20f8): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x2133): undefined reference to `EC_KEY_free'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x216d): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x21d2): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x221b): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x2225): undefined reference to `ECDSA_SIG_new'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x2255): undefined reference to `BN_bin2bn'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x2284): undefined reference to `BN_bin2bn'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x22d0): undefined reference to `i2d_ECDSA_SIG'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x2306): undefined reference to `CRYPTO_free'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x2317): undefined reference to `ECDSA_SIG_free'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x2328): undefined reference to `BN_free'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x2339): undefined reference to `BN_free'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x239e): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x23c3): undefined reference to `ECDSA_SIG_new'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x23ec): undefined reference to `d2i_ECDSA_SIG'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x2418): undefined reference to `BN_num_bits'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x2434): undefined reference to `BN_num_bits'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x246d): undefined reference to `CRYPTO_malloc'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x248b): undefined reference to `CRYPTO_malloc'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x24be): undefined reference to `BN_bn2bin'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x24e2): undefined reference to `BN_bn2bin'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x2582): undefined reference to `CRYPTO_free'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x258d): undefined reference to `CRYPTO_free'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x2598): undefined reference to `ECDSA_SIG_free'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x25bb): undefined reference to `CRYPTO_free'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x25cc): undefined reference to `CRYPTO_free'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x25de): undefined reference to `ECDSA_SIG_free'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x260b): undefined reference to `EVP_sha1'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x261e): undefined reference to `EVP_sha224'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x2643): undefined reference to `EVP_sha256'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x2653): undefined reference to `EVP_sha384'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x2675): undefined reference to `EVP_sha512'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x26af): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x272b): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x2743): undefined reference to `EVP_PKEY_CTX_new'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x2765): undefined reference to `EVP_PKEY_verify_init'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x279f): undefined reference to `EVP_PKEY_CTX_ctrl'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x27b2): undefined reference to `EVP_PKEY_base_id'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x287e): undefined reference to `EVP_PKEY_CTX_ctrl'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x290b): undefined reference to `EVP_PKEY_CTX_ctrl'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x2971): undefined reference to `EVP_PKEY_verify'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x2991): undefined reference to `BUF_MEM_free'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x29a2): undefined reference to `BUF_MEM_free'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x29b3): undefined reference to `EVP_PKEY_CTX_free'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x2a31): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x2a49): undefined reference to `EVP_PKEY_CTX_new'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x2a6b): undefined reference to `EVP_PKEY_sign_init'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x2aa5): undefined reference to `EVP_PKEY_CTX_ctrl'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x2ab8): undefined reference to `EVP_PKEY_base_id'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x2b52): undefined reference to `EVP_PKEY_CTX_ctrl'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x2bb7): undefined reference to `EVP_PKEY_CTX_ctrl'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x2c1b): undefined reference to `EVP_PKEY_sign'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x2c6a): undefined reference to `EVP_PKEY_sign'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x2cb4): undefined reference to `BUF_MEM_free'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x2ce0): undefined reference to `EVP_PKEY_CTX_free'
./.libs/libeac.a(libeac_la-eac_util.o):eac_util.c:(.text+0x2cf1): undefined reference to `BUF_MEM_free'
./.libs/libeac.a(libeac_la-misc.o):misc.c:(.text+0x2f): undefined reference to `CRYPTO_malloc'
./.libs/libeac.a(libeac_la-misc.o):misc.c:(.text+0x77): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-misc.o):misc.c:(.text+0xc4): undefined reference to `CRYPTO_free'
./.libs/libeac.a(libeac_la-misc.o):misc.c:(.text+0x157): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-misc.o):misc.c:(.text+0x161): undefined reference to `BN_CTX_new'
./.libs/libeac.a(libeac_la-misc.o):misc.c:(.text+0x179): undefined reference to `BN_CTX_start'
./.libs/libeac.a(libeac_la-misc.o):misc.c:(.text+0x184): undefined reference to `EC_KEY_get0_private_key'
./.libs/libeac.a(libeac_la-misc.o):misc.c:(.text+0x1c5): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-misc.o):misc.c:(.text+0x1d5): undefined reference to `EC_KEY_get0_group'
./.libs/libeac.a(libeac_la-misc.o):misc.c:(.text+0x1e3): undefined reference to `EC_POINT_new'
./.libs/libeac.a(libeac_la-misc.o):misc.c:(.text+0x224): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-misc.o):misc.c:(.text+0x258): undefined reference to `EC_POINT_mul'
./.libs/libeac.a(libeac_la-misc.o):misc.c:(.text+0x294): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-misc.o):misc.c:(.text+0x2a4): undefined reference to `EC_KEY_get_conv_form'
./.libs/libeac.a(libeac_la-misc.o):misc.c:(.text+0x2d3): undefined reference to `EC_POINT_point2oct'
./.libs/libeac.a(libeac_la-misc.o):misc.c:(.text+0x314): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-misc.o):misc.c:(.text+0x334): undefined reference to `CRYPTO_malloc'
./.libs/libeac.a(libeac_la-misc.o):misc.c:(.text+0x375): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-misc.o):misc.c:(.text+0x385): undefined reference to `EC_KEY_get_conv_form'
./.libs/libeac.a(libeac_la-misc.o):misc.c:(.text+0x3b2): undefined reference to `EC_POINT_point2oct'
./.libs/libeac.a(libeac_la-misc.o):misc.c:(.text+0x3ef): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-misc.o):misc.c:(.text+0x456): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-misc.o):misc.c:(.text+0x4a1): undefined reference to `EC_POINT_free'
./.libs/libeac.a(libeac_la-misc.o):misc.c:(.text+0x4b2): undefined reference to `BN_CTX_end'
./.libs/libeac.a(libeac_la-misc.o):misc.c:(.text+0x4c3): undefined reference to `BN_CTX_free'
./.libs/libeac.a(libeac_la-misc.o):misc.c:(.text+0x4d4): undefined reference to `CRYPTO_free'
./.libs/libeac.a(libeac_la-misc.o):misc.c:(.text+0x4e4): undefined reference to `BUF_MEM_new'
./.libs/libeac.a(libeac_la-misc.o):misc.c:(.text+0x506): undefined reference to `BUF_MEM_grow'
./.libs/libeac.a(libeac_la-misc.o):misc.c:(.text+0x515): undefined reference to `BUF_MEM_free'
./.libs/libeac.a(libeac_la-misc.o):misc.c:(.text+0x5ce): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-misc.o):misc.c:(.text+0x620): undefined reference to `BN_num_bits'
./.libs/libeac.a(libeac_la-misc.o):misc.c:(.text+0x65b): undefined reference to `BN_bn2bin'
./.libs/libeac.a(libeac_la-misc.o):misc.c:(.text+0x67b): undefined reference to `EC_KEY_get_conv_form'
./.libs/libeac.a(libeac_la-misc.o):misc.c:(.text+0x688): undefined reference to `EC_KEY_get0_group'
./.libs/libeac.a(libeac_la-misc.o):misc.c:(.text+0x6b4): undefined reference to `EC_POINT_point2oct'
./.libs/libeac.a(libeac_la-misc.o):misc.c:(.text+0x6f6): undefined reference to `EC_KEY_get_conv_form'
./.libs/libeac.a(libeac_la-misc.o):misc.c:(.text+0x703): undefined reference to `EC_KEY_get0_group'
./.libs/libeac.a(libeac_la-misc.o):misc.c:(.text+0x727): undefined reference to `EC_POINT_point2oct'
./.libs/libeac.a(libeac_la-pace.o):pace.c:(.text+0x76): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-pace.o):pace.c:(.text+0xe6): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-pace.o):pace.c:(.text+0x116): undefined reference to `EVP_CIPHER_block_size'
./.libs/libeac.a(libeac_la-pace.o):pace.c:(.text+0x166): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-pace.o):pace.c:(.text+0x230): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-pace.o):pace.c:(.text+0x2a0): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-pace.o):pace.c:(.text+0x335): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-pace.o):pace.c:(.text+0x3ad): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-pace.o):pace.c:(.text+0x43d): more undefined references to `ERR_print_errors_fp' follow
./.libs/libeac.a(libeac_la-pace_lib.o):pace_lib.c:(.text+0x30): undefined reference to `OPENSSL_cleanse'
./.libs/libeac.a(libeac_la-pace_lib.o):pace_lib.c:(.text+0x3e): undefined reference to `BUF_MEM_free'
./.libs/libeac.a(libeac_la-pace_lib.o):pace_lib.c:(.text+0x66): undefined reference to `OPENSSL_cleanse'
./.libs/libeac.a(libeac_la-pace_lib.o):pace_lib.c:(.text+0x74): undefined reference to `BUF_MEM_free'
./.libs/libeac.a(libeac_la-pace_lib.o):pace_lib.c:(.text+0x7f): undefined reference to `CRYPTO_free'
./.libs/libeac.a(libeac_la-pace_lib.o):pace_lib.c:(.text+0xd5): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-pace_lib.o):pace_lib.c:(.text+0x15f): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-pace_lib.o):pace_lib.c:(.text+0x1d0): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-pace_lib.o):pace_lib.c:(.text+0x2ab): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-pace_lib.o):pace_lib.c:(.text+0x309): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-pace_lib.o):pace_lib.c:(.text+0x358): more undefined references to `ERR_print_errors_fp' follow
./.libs/libeac.a(libeac_la-pace_lib.o):pace_lib.c:(.text+0x3f3): undefined reference to `EVP_sha1'
./.libs/libeac.a(libeac_la-pace_lib.o):pace_lib.c:(.text+0x437): undefined reference to `OPENSSL_cleanse'
./.libs/libeac.a(libeac_la-pace_lib.o):pace_lib.c:(.text+0x442): undefined reference to `BUF_MEM_free'
./.libs/libeac.a(libeac_la-pace_lib.o):pace_lib.c:(.text+0x487): undefined reference to `EVP_PKEY_free'
./.libs/libeac.a(libeac_la-pace_lib.o):pace_lib.c:(.text+0x49f): undefined reference to `BUF_MEM_free'
./.libs/libeac.a(libeac_la-pace_lib.o):pace_lib.c:(.text+0x4aa): undefined reference to `CRYPTO_free'
./.libs/libeac.a(libeac_la-pace_lib.o):pace_lib.c:(.text+0x500): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-pace_lib.o):pace_lib.c:(.text+0x514): undefined reference to `EVP_PKEY_new'
./.libs/libeac.a(libeac_la-pace_lib.o):pace_lib.c:(.text+0x55d): undefined reference to `EVP_PKEY_free'
./.libs/libeac.a(libeac_la-pace_lib.o):pace_lib.c:(.text+0x576): undefined reference to `CRYPTO_free'
./.libs/libeac.a(libeac_la-pace_lib.o):pace_lib.c:(.text+0x5c1): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-pace_lib.o):pace_lib.c:(.text+0x6ca): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-pace_lib.o):pace_lib.c:(.text+0x74f): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-pace_lib.o):pace_lib.c:(.text+0x7a4): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-pace_mappings.o):pace_mappings.c:(.text+0x40): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-pace_mappings.o):pace_mappings.c:(.text+0x102): more undefined references to `ERR_print_errors_fp' follow
./.libs/libeac.a(libeac_la-pace_mappings.o):pace_mappings.c:(.text+0x112): undefined reference to `BN_CTX_start'
./.libs/libeac.a(libeac_la-pace_mappings.o):pace_mappings.c:(.text+0x120): undefined reference to `EVP_PKEY_get1_DH'
./.libs/libeac.a(libeac_la-pace_mappings.o):pace_mappings.c:(.text+0x14d): undefined reference to `BN_bin2bn'
./.libs/libeac.a(libeac_la-pace_mappings.o):pace_mappings.c:(.text+0x1a3): undefined reference to `BN_bin2bn'
./.libs/libeac.a(libeac_la-pace_mappings.o):pace_mappings.c:(.text+0x1bb): undefined reference to `DHparams_dup'
./.libs/libeac.a(libeac_la-pace_mappings.o):pace_mappings.c:(.text+0x1f3): undefined reference to `BN_CTX_get'
./.libs/libeac.a(libeac_la-pace_mappings.o):pace_mappings.c:(.text+0x1fb): undefined reference to `BN_new'
./.libs/libeac.a(libeac_la-pace_mappings.o):pace_mappings.c:(.text+0x239): undefined reference to `BN_mod_exp'
./.libs/libeac.a(libeac_la-pace_mappings.o):pace_mappings.c:(.text+0x268): undefined reference to `BN_mod_mul'
./.libs/libeac.a(libeac_la-pace_mappings.o):pace_mappings.c:(.text+0x277): undefined reference to `BN_dup'
./.libs/libeac.a(libeac_la-pace_mappings.o):pace_mappings.c:(.text+0x284): undefined reference to `BN_dup'
./.libs/libeac.a(libeac_la-pace_mappings.o):pace_mappings.c:(.text+0x2bc): undefined reference to `EVP_PKEY_set1_DH'
./.libs/libeac.a(libeac_la-pace_mappings.o):pace_mappings.c:(.text+0x2fa): undefined reference to `OPENSSL_cleanse'
./.libs/libeac.a(libeac_la-pace_mappings.o):pace_mappings.c:(.text+0x305): undefined reference to `BUF_MEM_free'
./.libs/libeac.a(libeac_la-pace_mappings.o):pace_mappings.c:(.text+0x316): undefined reference to `BN_clear_free'
./.libs/libeac.a(libeac_la-pace_mappings.o):pace_mappings.c:(.text+0x327): undefined reference to `BN_clear_free'
./.libs/libeac.a(libeac_la-pace_mappings.o):pace_mappings.c:(.text+0x338): undefined reference to `DH_free'
./.libs/libeac.a(libeac_la-pace_mappings.o):pace_mappings.c:(.text+0x349): undefined reference to `DH_free'
./.libs/libeac.a(libeac_la-pace_mappings.o):pace_mappings.c:(.text+0x354): undefined reference to `BN_CTX_end'
./.libs/libeac.a(libeac_la-pace_mappings.o):pace_mappings.c:(.text+0x3ab): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-pace_mappings.o):pace_mappings.c:(.text+0x3d0): undefined reference to `EVP_CIPHER_key_length'
./.libs/libeac.a(libeac_la-pace_mappings.o):pace_mappings.c:(.text+0x46e): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-pace_mappings.o):pace_mappings.c:(.text+0x489): undefined reference to `EVP_CIPHER_key_length'
./.libs/libeac.a(libeac_la-pace_mappings.o):pace_mappings.c:(.text+0x4aa): undefined reference to `BN_CTX_start'
./.libs/libeac.a(libeac_la-pace_mappings.o):pace_mappings.c:(.text+0x4b8): undefined reference to `EVP_PKEY_get1_DH'
./.libs/libeac.a(libeac_la-pace_mappings.o):pace_mappings.c:(.text+0x557): undefined reference to `BN_bin2bn'
./.libs/libeac.a(libeac_la-pace_mappings.o):pace_mappings.c:(.text+0x565): undefined reference to `BN_CTX_get'
./.libs/libeac.a(libeac_la-pace_mappings.o):pace_mappings.c:(.text+0x588): undefined reference to `BN_dup'
./.libs/libeac.a(libeac_la-pace_mappings.o):pace_mappings.c:(.text+0x596): undefined reference to `BN_dup'
./.libs/libeac.a(libeac_la-pace_mappings.o):pace_mappings.c:(.text+0x5de): undefined reference to `BN_sub_word'
./.libs/libeac.a(libeac_la-pace_mappings.o):pace_mappings.c:(.text+0x60e): undefined reference to `BN_div'
./.libs/libeac.a(libeac_la-pace_mappings.o):pace_mappings.c:(.text+0x63d): undefined reference to `BN_mod_exp'
./.libs/libeac.a(libeac_la-pace_mappings.o):pace_mappings.c:(.text+0x69e): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-pace_mappings.o):pace_mappings.c:(.text+0x6ab): undefined reference to `BN_dup'
./.libs/libeac.a(libeac_la-pace_mappings.o):pace_mappings.c:(.text+0x6e2): undefined reference to `EVP_PKEY_set1_DH'
./.libs/libeac.a(libeac_la-pace_mappings.o):pace_mappings.c:(.text+0x710): undefined reference to `BN_clear_free'
./.libs/libeac.a(libeac_la-pace_mappings.o):pace_mappings.c:(.text+0x721): undefined reference to `BN_clear_free'
./.libs/libeac.a(libeac_la-pace_mappings.o):pace_mappings.c:(.text+0x732): undefined reference to `BN_clear_free'
./.libs/libeac.a(libeac_la-pace_mappings.o):pace_mappings.c:(.text+0x743): undefined reference to `BN_clear_free'
./.libs/libeac.a(libeac_la-pace_mappings.o):pace_mappings.c:(.text+0x754): undefined reference to `BUF_MEM_free'
./.libs/libeac.a(libeac_la-pace_mappings.o):pace_mappings.c:(.text+0x765): undefined reference to `DH_free'
./.libs/libeac.a(libeac_la-pace_mappings.o):pace_mappings.c:(.text+0x776): undefined reference to `DH_free'
./.libs/libeac.a(libeac_la-pace_mappings.o):pace_mappings.c:(.text+0x781): undefined reference to `BN_CTX_end'
./.libs/libeac.a(libeac_la-pace_mappings.o):pace_mappings.c:(.text+0x7ce): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-pace_mappings.o):pace_mappings.c:(.text+0x850): undefined reference to `BN_CTX_start'
./.libs/libeac.a(libeac_la-pace_mappings.o):pace_mappings.c:(.text+0x8a8): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-pace_mappings.o):pace_mappings.c:(.text+0x8bb): undefined reference to `EVP_PKEY_get1_EC_KEY'
./.libs/libeac.a(libeac_la-pace_mappings.o):pace_mappings.c:(.text+0x8fc): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-pace_mappings.o):pace_mappings.c:(.text+0x90c): undefined reference to `EC_KEY_get0_group'
./.libs/libeac.a(libeac_la-pace_mappings.o):pace_mappings.c:(.text+0x914): undefined reference to `EC_GROUP_dup'
./.libs/libeac.a(libeac_la-pace_mappings.o):pace_mappings.c:(.text+0x922): undefined reference to `BN_CTX_get'
./.libs/libeac.a(libeac_la-pace_mappings.o):pace_mappings.c:(.text+0x930): undefined reference to `BN_CTX_get'
./.libs/libeac.a(libeac_la-pace_mappings.o):pace_mappings.c:(.text+0x977): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-pace_mappings.o):pace_mappings.c:(.text+0x995): undefined reference to `EC_GROUP_get_order'
./.libs/libeac.a(libeac_la-pace_mappings.o):pace_mappings.c:(.text+0x9b6): undefined reference to `EC_GROUP_get_cofactor'
./.libs/libeac.a(libeac_la-pace_mappings.o):pace_mappings.c:(.text+0x9de): undefined reference to `BN_bin2bn'
./.libs/libeac.a(libeac_la-pace_mappings.o):pace_mappings.c:(.text+0x9f0): undefined reference to `ECDH_get_default_method'
./.libs/libeac.a(libeac_la-pace_mappings.o):pace_mappings.c:(.text+0xa00): undefined reference to `ECDH_set_default_method'
./.libs/libeac.a(libeac_la-pace_mappings.o):pace_mappings.c:(.text+0xa2a): undefined reference to `ECDH_set_default_method'
./.libs/libeac.a(libeac_la-pace_mappings.o):pace_mappings.c:(.text+0xa35): undefined reference to `EC_POINT_new'
./.libs/libeac.a(libeac_la-pace_mappings.o):pace_mappings.c:(.text+0xa78): undefined reference to `EC_POINT_oct2point'
./.libs/libeac.a(libeac_la-pace_mappings.o):pace_mappings.c:(.text+0xa8b): undefined reference to `EC_POINT_new'
./.libs/libeac.a(libeac_la-pace_mappings.o):pace_mappings.c:(.text+0xa93): undefined reference to `BN_value_one'
./.libs/libeac.a(libeac_la-pace_mappings.o):pace_mappings.c:(.text+0xac0): undefined reference to `EC_POINT_mul'
./.libs/libeac.a(libeac_la-pace_mappings.o):pace_mappings.c:(.text+0xad3): undefined reference to `EC_KEY_dup'
./.libs/libeac.a(libeac_la-pace_mappings.o):pace_mappings.c:(.text+0xaf4): undefined reference to `EVP_PKEY_set1_EC_KEY'
./.libs/libeac.a(libeac_la-pace_mappings.o):pace_mappings.c:(.text+0xb14): undefined reference to `EC_GROUP_set_generator'
./.libs/libeac.a(libeac_la-pace_mappings.o):pace_mappings.c:(.text+0xb2a): undefined reference to `EC_GROUP_check'
./.libs/libeac.a(libeac_la-pace_mappings.o):pace_mappings.c:(.text+0xb40): undefined reference to `EC_KEY_set_group'
./.libs/libeac.a(libeac_la-pace_mappings.o):pace_mappings.c:(.text+0xb65): undefined reference to `EC_POINT_clear_free'
./.libs/libeac.a(libeac_la-pace_mappings.o):pace_mappings.c:(.text+0xb76): undefined reference to `EC_POINT_clear_free'
./.libs/libeac.a(libeac_la-pace_mappings.o):pace_mappings.c:(.text+0xb87): undefined reference to `BUF_MEM_free'
./.libs/libeac.a(libeac_la-pace_mappings.o):pace_mappings.c:(.text+0xb98): undefined reference to `BN_clear_free'
./.libs/libeac.a(libeac_la-pace_mappings.o):pace_mappings.c:(.text+0xba3): undefined reference to `BN_CTX_end'
./.libs/libeac.a(libeac_la-pace_mappings.o):pace_mappings.c:(.text+0xbb4): undefined reference to `EC_KEY_free'
./.libs/libeac.a(libeac_la-pace_mappings.o):pace_mappings.c:(.text+0xbc5): undefined reference to `EC_KEY_free'
./.libs/libeac.a(libeac_la-pace_mappings.o):pace_mappings.c:(.text+0xbd6): undefined reference to `EC_GROUP_clear_free'
./.libs/libeac.a(libeac_la-pace_mappings.o):pace_mappings.c:(.text+0xc29): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-pace_mappings.o):pace_mappings.c:(.text+0xc4e): undefined reference to `EVP_CIPHER_key_length'
./.libs/libeac.a(libeac_la-pace_mappings.o):pace_mappings.c:(.text+0xcf5): undefined reference to `BN_CTX_start'
./.libs/libeac.a(libeac_la-pace_mappings.o):pace_mappings.c:(.text+0xd4d): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-pace_mappings.o):pace_mappings.c:(.text+0xd60): undefined reference to `EVP_PKEY_get1_EC_KEY'
./.libs/libeac.a(libeac_la-pace_mappings.o):pace_mappings.c:(.text+0xd78): undefined reference to `BN_CTX_get'
./.libs/libeac.a(libeac_la-pace_mappings.o):pace_mappings.c:(.text+0xd86): undefined reference to `BN_CTX_get'
./.libs/libeac.a(libeac_la-pace_mappings.o):pace_mappings.c:(.text+0xd94): undefined reference to `BN_CTX_get'
./.libs/libeac.a(libeac_la-pace_mappings.o):pace_mappings.c:(.text+0xda2): undefined reference to `BN_CTX_get'
./.libs/libeac.a(libeac_la-pace_mappings.o):pace_mappings.c:(.text+0xdb0): undefined reference to `BN_CTX_get'
./.libs/libeac.a(libeac_la-pace_mappings.o):pace_mappings.c:(.text+0xdbe): more undefined references to `BN_CTX_get' follow
./.libs/libeac.a(libeac_la-pace_mappings.o):pace_mappings.c:(.text+0xe7f): undefined reference to `EC_KEY_get0_group'
./.libs/libeac.a(libeac_la-pace_mappings.o):pace_mappings.c:(.text+0xea5): undefined reference to `EC_GROUP_get_curve_GFp'
./.libs/libeac.a(libeac_la-pace_mappings.o):pace_mappings.c:(.text+0xec0): undefined reference to `BN_set_word'
./.libs/libeac.a(libeac_la-pace_mappings.o):pace_mappings.c:(.text+0xedb): undefined reference to `BN_set_word'
./.libs/libeac.a(libeac_la-pace_mappings.o):pace_mappings.c:(.text+0xef6): undefined reference to `BN_set_word'
./.libs/libeac.a(libeac_la-pace_mappings.o):pace_mappings.c:(.text+0xf11): undefined reference to `BN_set_word'
./.libs/libeac.a(libeac_la-pace_mappings.o):pace_mappings.c:(.text+0xf2c): undefined reference to `BN_set_word'
./.libs/libeac.a(libeac_la-pace_mappings.o):pace_mappings.c:(.text+0xf46): undefined reference to `BN_cmp'
./.libs/libeac.a(libeac_la-pace_mappings.o):pace_mappings.c:(.text+0xf6b): undefined reference to `BN_nnmod'
./.libs/libeac.a(libeac_la-pace_mappings.o):pace_mappings.c:(.text+0xf81): undefined reference to `BN_cmp'
./.libs/libeac.a(libeac_la-pace_mappings.o):pace_mappings.c:(.text+0xfbd): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-pace_mappings.o):pace_mappings.c:(.text+0xfe2): undefined reference to `BN_bin2bn'
./.libs/libeac.a(libeac_la-pace_mappings.o):pace_mappings.c:(.text+0x1016): undefined reference to `BN_mod_mul'
./.libs/libeac.a(libeac_la-pace_mappings.o):pace_mappings.c:(.text+0x1045): undefined reference to `BN_mod_exp'
./.libs/libeac.a(libeac_la-pace_mappings.o):pace_mappings.c:(.text+0x1074): undefined reference to `BN_mod_sub'
./.libs/libeac.a(libeac_la-pace_mappings.o):pace_mappings.c:(.text+0x10a3): undefined reference to `BN_mod_mul'
./.libs/libeac.a(libeac_la-pace_mappings.o):pace_mappings.c:(.text+0x10cb): undefined reference to `BN_mod_inverse'
./.libs/libeac.a(libeac_la-pace_mappings.o):pace_mappings.c:(.text+0x10fa): undefined reference to `BN_mod_mul'
./.libs/libeac.a(libeac_la-pace_mappings.o):pace_mappings.c:(.text+0x1122): undefined reference to `BN_mod_sqr'
./.libs/libeac.a(libeac_la-pace_mappings.o):pace_mappings.c:(.text+0x1151): undefined reference to `BN_mod_sub'
./.libs/libeac.a(libeac_la-pace_mappings.o):pace_mappings.c:(.text+0x1180): undefined reference to `BN_mod_exp'
./.libs/libeac.a(libeac_la-pace_mappings.o):pace_mappings.c:(.text+0x11a8): undefined reference to `BN_mod_inverse'
./.libs/libeac.a(libeac_la-pace_mappings.o):pace_mappings.c:(.text+0x11d7): undefined reference to `BN_mod_mul'
./.libs/libeac.a(libeac_la-pace_mappings.o):pace_mappings.c:(.text+0x1206): undefined reference to `BN_mod_sub'
./.libs/libeac.a(libeac_la-pace_mappings.o):pace_mappings.c:(.text+0x122e): undefined reference to `BN_mul'
./.libs/libeac.a(libeac_la-pace_mappings.o):pace_mappings.c:(.text+0x123b): undefined reference to `BN_value_one'
./.libs/libeac.a(libeac_la-pace_mappings.o):pace_mappings.c:(.text+0x1251): undefined reference to `BN_sub'
./.libs/libeac.a(libeac_la-pace_mappings.o):pace_mappings.c:(.text+0x1280): undefined reference to `BN_div'
./.libs/libeac.a(libeac_la-pace_mappings.o):pace_mappings.c:(.text+0x12af): undefined reference to `BN_mod_exp'
./.libs/libeac.a(libeac_la-pace_mappings.o):pace_mappings.c:(.text+0x12c9): undefined reference to `BN_copy'
./.libs/libeac.a(libeac_la-pace_mappings.o):pace_mappings.c:(.text+0x12f1): undefined reference to `BN_mod_sqr'
./.libs/libeac.a(libeac_la-pace_mappings.o):pace_mappings.c:(.text+0x1319): undefined reference to `BN_mod_inverse'
./.libs/libeac.a(libeac_la-pace_mappings.o):pace_mappings.c:(.text+0x1348): undefined reference to `BN_mod_mul'
./.libs/libeac.a(libeac_la-pace_mappings.o):pace_mappings.c:(.text+0x1377): undefined reference to `BN_mod_add'
./.libs/libeac.a(libeac_la-pace_mappings.o):pace_mappings.c:(.text+0x1391): undefined reference to `BN_copy'
./.libs/libeac.a(libeac_la-pace_mappings.o):pace_mappings.c:(.text+0x13c0): undefined reference to `BN_mod_mul'
./.libs/libeac.a(libeac_la-pace_mappings.o):pace_mappings.c:(.text+0x13ef): undefined reference to `BN_mod_add'
./.libs/libeac.a(libeac_la-pace_mappings.o):pace_mappings.c:(.text+0x1409): undefined reference to `BN_copy'
./.libs/libeac.a(libeac_la-pace_mappings.o):pace_mappings.c:(.text+0x141c): undefined reference to `EC_KEY_dup'
./.libs/libeac.a(libeac_la-pace_mappings.o):pace_mappings.c:(.text+0x1441): undefined reference to `EVP_PKEY_set1_EC_KEY'
./.libs/libeac.a(libeac_la-pace_mappings.o):pace_mappings.c:(.text+0x144c): undefined reference to `EC_KEY_get0_group'
./.libs/libeac.a(libeac_la-pace_mappings.o):pace_mappings.c:(.text+0x1454): undefined reference to `EC_POINT_new'
./.libs/libeac.a(libeac_la-pace_mappings.o):pace_mappings.c:(.text+0x1468): undefined reference to `EC_KEY_get0_group'
./.libs/libeac.a(libeac_la-pace_mappings.o):pace_mappings.c:(.text+0x148e): undefined reference to `EC_POINT_set_affine_coordinates_GFp'
./.libs/libeac.a(libeac_la-pace_mappings.o):pace_mappings.c:(.text+0x14c2): undefined reference to `BUF_MEM_free'
./.libs/libeac.a(libeac_la-pace_mappings.o):pace_mappings.c:(.text+0x14d3): undefined reference to `BN_free'
./.libs/libeac.a(libeac_la-pace_mappings.o):pace_mappings.c:(.text+0x14de): undefined reference to `BN_CTX_end'
./.libs/libeac.a(libeac_la-pace_mappings.o):pace_mappings.c:(.text+0x14ef): undefined reference to `EC_POINT_clear_free'
./.libs/libeac.a(libeac_la-pace_mappings.o):pace_mappings.c:(.text+0x1500): undefined reference to `EC_KEY_free'
./.libs/libeac.a(libeac_la-pace_mappings.o):pace_mappings.c:(.text+0x1511): undefined reference to `EC_KEY_free'
./.libs/libeac.a(libeac_la-ri.o):ri.c:(.text+0x82): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-ri.o):ri.c:(.text+0xf0): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-ri_lib.o):ri_lib.c:(.text+0x20): undefined reference to `EVP_PKEY_free'
./.libs/libeac.a(libeac_la-ri_lib.o):ri_lib.c:(.text+0x2b): undefined reference to `CRYPTO_free'
./.libs/libeac.a(libeac_la-ri_lib.o):ri_lib.c:(.text+0x88): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-ri_lib.o):ri_lib.c:(.text+0x8f): undefined reference to `EVP_PKEY_new'
./.libs/libeac.a(libeac_la-ri_lib.o):ri_lib.c:(.text+0xd9): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-ri_lib.o):ri_lib.c:(.text+0xfe): undefined reference to `EVP_PKEY_free'
./.libs/libeac.a(libeac_la-ri_lib.o):ri_lib.c:(.text+0x109): undefined reference to `CRYPTO_free'
./.libs/libeac.a(libeac_la-ri_lib.o):ri_lib.c:(.text+0x154): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-ri_lib.o):ri_lib.c:(.text+0x16c): undefined reference to `EVP_sha1'
./.libs/libeac.a(libeac_la-ri_lib.o):ri_lib.c:(.text+0x19b): undefined reference to `EVP_sha224'
./.libs/libeac.a(libeac_la-ri_lib.o):ri_lib.c:(.text+0x1ca): undefined reference to `EVP_sha256'
./.libs/libeac.a(libeac_la-ri_lib.o):ri_lib.c:(.text+0x1f9): undefined reference to `EVP_sha384'
./.libs/libeac.a(libeac_la-ri_lib.o):ri_lib.c:(.text+0x228): undefined reference to `EVP_sha512'
./.libs/libeac.a(libeac_la-ri_lib.o):ri_lib.c:(.text+0x257): undefined reference to `EVP_sha1'
./.libs/libeac.a(libeac_la-ri_lib.o):ri_lib.c:(.text+0x286): undefined reference to `EVP_sha224'
./.libs/libeac.a(libeac_la-ri_lib.o):ri_lib.c:(.text+0x2b5): undefined reference to `EVP_sha256'
./.libs/libeac.a(libeac_la-ri_lib.o):ri_lib.c:(.text+0x2e4): undefined reference to `EVP_sha384'
./.libs/libeac.a(libeac_la-ri_lib.o):ri_lib.c:(.text+0x310): undefined reference to `EVP_sha512'
./.libs/libeac.a(libeac_la-ri_lib.o):ri_lib.c:(.text+0x366): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-ta.o):ta.c:(.text+0x71): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-ta.o):ta.c:(.text+0x11b): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-ta.o):ta.c:(.text+0x2ab): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-ta.o):ta.c:(.text+0x320): undefined reference to `BUF_MEM_free'
./.libs/libeac.a(libeac_la-ta.o):ta.c:(.text+0x374): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-ta.o):ta.c:(.text+0x3f6): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-ta.o):ta.c:(.text+0x47d): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-ta.o):ta.c:(.text+0x4a0): undefined reference to `BUF_MEM_free'
./.libs/libeac.a(libeac_la-ta.o):ta.c:(.text+0x4f9): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-ta.o):ta.c:(.text+0x567): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-ta.o):ta.c:(.text+0x5cb): undefined reference to `BUF_MEM_free'
./.libs/libeac.a(libeac_la-ta.o):ta.c:(.text+0x62c): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-ta.o):ta.c:(.text+0x676): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-ta.o):ta.c:(.text+0x6e1): undefined reference to `BUF_MEM_free'
./.libs/libeac.a(libeac_la-ta_lib.o):ta_lib.c:(.text+0x58): undefined reference to `BUF_MEM_free'
./.libs/libeac.a(libeac_la-ta_lib.o):ta_lib.c:(.text+0x70): undefined reference to `EVP_PKEY_free'
./.libs/libeac.a(libeac_la-ta_lib.o):ta_lib.c:(.text+0x88): undefined reference to `EVP_PKEY_free'
./.libs/libeac.a(libeac_la-ta_lib.o):ta_lib.c:(.text+0xe9): undefined reference to `CRYPTO_free'
./.libs/libeac.a(libeac_la-ta_lib.o):ta_lib.c:(.text+0x47e): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-ta_lib.o):ta_lib.c:(.text+0x4f7): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-ta_lib.o):ta_lib.c:(.text+0x559): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-ta_lib.o):ta_lib.c:(.text+0x576): undefined reference to `OBJ_obj2nid'
./.libs/libeac.a(libeac_la-ta_lib.o):ta_lib.c:(.text+0x5b7): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-ta_lib.o):ta_lib.c:(.text+0x648): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-ta_lib.o):ta_lib.c:(.text+0x6b7): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-ta_lib.o):ta_lib.c:(.text+0x761): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-ta_lib.o):ta_lib.c:(.text+0x7eb): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-ta_lib.o):ta_lib.c:(.text+0x843): more undefined references to `ERR_print_errors_fp' follow
./.libs/libeac.a(libeac_la-ta_lib.o):ta_lib.c:(.text+0x903): undefined reference to `OBJ_obj2nid'
./.libs/libeac.a(libeac_la-ta_lib.o):ta_lib.c:(.text+0x957): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-ta_lib.o):ta_lib.c:(.text+0x9a1): undefined reference to `ASN1_dup'
./.libs/libeac.a(libeac_la-ta_lib.o):ta_lib.c:(.text+0x9fb): undefined reference to `ASN1_dup'
./.libs/libeac.a(libeac_la-ta_lib.o):ta_lib.c:(.text+0xaaa): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-ta_lib.o):ta_lib.c:(.text+0xae2): undefined reference to `ASN1_dup'
./.libs/libeac.a(libeac_la-ca_lib.o):ca_lib.c:(.text+0x40): undefined reference to `CRYPTO_free'
./.libs/libeac.a(libeac_la-ca_lib.o):ca_lib.c:(.text+0x7e): undefined reference to `CRYPTO_free'
./.libs/libeac.a(libeac_la-ca_lib.o):ca_lib.c:(.text+0xc5): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-x509_lookup.o):x509_lookup.c:(.text+0x41): undefined reference to `X509_STORE_new'
./.libs/libeac.a(libeac_la-x509_lookup.o):x509_lookup.c:(.text+0x87): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-x509_lookup.o):x509_lookup.c:(.text+0xa6): undefined reference to `X509_STORE_load_locations'
./.libs/libeac.a(libeac_la-x509_lookup.o):x509_lookup.c:(.text+0xe2): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-x509_lookup.o):x509_lookup.c:(.text+0xef): undefined reference to `X509_STORE_free'
./.libs/libeac.a(libeac_la-x509_lookup.o):x509_lookup.c:(.text+0x15f): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-x509_lookup.o):x509_lookup.c:(.text+0x1d4): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-eac_ecdh.o):eac_ecdh.c:(.text+0x4e): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-eac_ecdh.o):eac_ecdh.c:(.text+0x7c): undefined reference to `EC_KEY_new_by_curve_name'
./.libs/libeac.a(libeac_la-eac_ecdh.o):eac_ecdh.c:(.text+0x90): undefined reference to `EC_KEY_new_by_curve_name'
./.libs/libeac.a(libeac_la-eac_ecdh.o):eac_ecdh.c:(.text+0xa4): undefined reference to `EC_KEY_new_by_curve_name'
./.libs/libeac.a(libeac_la-eac_ecdh.o):eac_ecdh.c:(.text+0xb8): undefined reference to `EC_KEY_new_by_curve_name'
./.libs/libeac.a(libeac_la-eac_ecdh.o):eac_ecdh.c:(.text+0xcc): undefined reference to `EC_KEY_new_by_curve_name'
./.libs/libeac.a(libeac_la-eac_ecdh.o):eac_ecdh.c:(.text+0xe0): more undefined references to `EC_KEY_new_by_curve_name' follow
./.libs/libeac.a(libeac_la-eac_ecdh.o):eac_ecdh.c:(.text+0x175): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-eac_ecdh.o):eac_ecdh.c:(.text+0x193): undefined reference to `EC_KEY_free'
./.libs/libeac.a(libeac_la-eac_ecdh.o):eac_ecdh.c:(.text+0x1fc): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-eac_ecdh.o):eac_ecdh.c:(.text+0x209): undefined reference to `EVP_PKEY_get1_EC_KEY'
./.libs/libeac.a(libeac_la-eac_ecdh.o):eac_ecdh.c:(.text+0x21d): undefined reference to `EC_KEY_generate_key'
./.libs/libeac.a(libeac_la-eac_ecdh.o):eac_ecdh.c:(.text+0x22c): undefined reference to `EC_KEY_get0_public_key'
./.libs/libeac.a(libeac_la-eac_ecdh.o):eac_ecdh.c:(.text+0x25c): undefined reference to `EC_KEY_free'
./.libs/libeac.a(libeac_la-eac_ecdh.o):eac_ecdh.c:(.text+0x2c7): undefined reference to `ERR_print_errors_fp'
./.libs/libeac.a(libeac_la-eac_ecdh.o):eac_ecdh.c:(.text+0x2d7): undefined reference to `EVP_PKEY_get1_EC_KEY'
./.libs/libeac.a(libeac_la-eac_ecdh.o):eac_ecdh.c:(.text+0x2f5): undefined reference to `EC_KEY_get0_group'
./.libs/libeac.a(libeac_la-eac_ecdh.o):eac_ecdh.c:(.text+0x30d): undefined reference to `EC_POINT_new'
./.libs/libeac.a(libeac_la-eac_ecdh.o):eac_ecdh.c:(.text+0x346): undefined reference to `EC_POINT_oct2point'
./.libs/libeac.a(libeac_la-eac_ecdh.o):eac_ecdh.c:(.text+0x359): undefined reference to `EC_KEY_get_conv_form'
./.libs/libeac.a(libeac_la-eac_ecdh.o):eac_ecdh.c:(.text+0x388): undefined reference to `EC_POINT_point2oct'
./.libs/libeac.a(libeac_la-eac_ecdh.o):eac_ecdh.c:(.text+0x3c7): undefined reference to `ECDH_compute_key'
./.libs/libeac.a(libeac_la-eac_ecdh.o):eac_ecdh.c:(.text+0x3e2): undefined reference to `EC_POINT_free'
./.libs/libeac.a(libeac_la-eac_ecdh.o):eac_ecdh.c:(.text+0x3ed): undefined reference to `EC_KEY_free'
./.libs/libeac.a(libeac_la-eac_ecdh.o):eac_ecdh.c:(.text+0x410): undefined reference to `BUF_MEM_free'
./.libs/libeac.a(libeac_la-eac_ecdh.o):eac_ecdh.c:(.text+0x421): undefined reference to `EC_POINT_free'
./.libs/libeac.a(libeac_la-eac_ecdh.o):eac_ecdh.c:(.text+0x432): undefined reference to `EC_KEY_free'
collect2: error: ld returned 1 exit status
Makefile:679: recipe for target 'eactest.exe' failed
make[6]: *** [eactest.exe] Error 1
make[6]: Leaving directory '/vagrant/src'
Makefile:1112: recipe for target 'install-recursive' failed
make[5]: *** [install-recursive] Error 1
make[5]: Leaving directory '/vagrant/src'
Makefile:1271: recipe for target 'install' failed
make[4]: *** [install] Error 2
make[4]: Leaving directory '/vagrant/src'
Makefile:520: recipe for target 'install-recursive' failed
make[3]: *** [install-recursive] Error 1
make[3]: Leaving directory '/vagrant'
Makefile:569: recipe for target '/home/ubuntu/openpace/openpace-1.0.2_win32/bin/libeac-2.dll' failed
make[2]: *** [/home/ubuntu/openpace/openpace-1.0.2_win32/bin/libeac-2.dll] Error 2
make[2]: Leaving directory '/vagrant/cross'
Makefile:537: recipe for target 'win' failed
make[1]: *** [win] Error 2
make[1]: Leaving directory '/vagrant/cross'
Makefile:943: recipe for target 'win' failed
make: *** [win] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment