[openssl-dev] FW: Current Github build broken (crypto/comp/c_zlib.c:334:25: error: variable has incomplete type 'const BIO_METHOD')

Blumenthal, Uri - 0553 - MITLL uri at ll.mit.edu
Tue Mar 29 18:25:20 UTC 2016


Mac OS X 10.10.5, Xcode-7.2.1. OpenSSL-1.1.0-pre5

>$ git clone https://github.com/openssl/openssl.git
>Cloning into 'openssl'...
>remote: Counting objects: 193677, done.
>remote: Compressing objects: 100% (127/127), done.
>remote: Total 193677 (delta 54), reused 8 (delta 8), pack-reused 193542
>Receiving objects: 100% (193677/193677), 85.73 MiB | 5.27 MiB/s, done.
>Resolving deltas: 100% (153073/153073), done.
>Checking connectivity... done.
>Checking out files: 100% (2271/2271), done.
>$ cd openssl
>$ ./Configure darwin64-x86_64-cc threads shared zlib
>enable-ec_nistp_64_gcc_128 enable-rfc3779
>--prefix=/Users/ur20980/src/openssl-1.1
>--openssldir=/Users/ur20980/src/openssl-1.1/etc
>Configuring OpenSSL version 1.1.0-pre5-dev (0x0x10100005L)
>    no-crypto-mdebug [default]  OPENSSL_NO_CRYPTO_MDEBUG (skip dir)
>    no-crypto-mdebug-backtrace [forced]
>OPENSSL_NO_CRYPTO_MDEBUG_BACKTRACE (skip dir)
>    no-egd          [default]  OPENSSL_NO_EGD (skip dir)
>    no-heartbeats   [default]  OPENSSL_NO_HEARTBEATS (skip dir)
>    no-md2          [default]  OPENSSL_NO_MD2 (skip dir)
>    no-rc5          [default]  OPENSSL_NO_RC5 (skip dir)
>    no-sctp         [default]  OPENSSL_NO_SCTP (skip dir)
>    no-ssl-trace    [default]  OPENSSL_NO_SSL_TRACE (skip dir)
>    no-ssl3         [default]  OPENSSL_NO_SSL3 (skip dir)
>    no-ssl3-method  [default]  OPENSSL_NO_SSL3_METHOD (skip dir)
>    no-unit-test    [default]  OPENSSL_NO_UNIT_TEST (skip dir)
>    no-weak-ssl-ciphers [default]  OPENSSL_NO_WEAK_SSL_CIPHERS (skip dir)
>    no-zlib-dynamic [default]
>Configuring for darwin64-x86_64-cc
>CC            =clang
>CFLAG         =-O3 -D_REENTRANT -arch x86_64 -DL_ENDIAN -Wall
>SHARED_CFLAG  =-fPIC
>DEFINES       =ZLIB DSO_DLFCN HAVE_DLFCN_H OPENSSL_THREADS
>OPENSSL_NO_STATIC_ENGINE OPENSSL_PIC OPENSSL_IA32_SSE2
>OPENSSL_BN_ASM_MONT OPENSSL_BN_ASM_MONT5 OPENSSL_BN_ASM_GF2m SHA1_ASM
>SHA256_ASM SHA512_ASM MD5_ASM AES_ASM VPAES_ASM BSAES_ASM GHASH_ASM
>ECP_NISTZ256_ASM POLY1305_ASM
>LFLAG         =
>PLIB_LFLAG    =-Wl,-search_paths_first
>EX_LIBS       =-lz
>APPS_OBJ      =
>CPUID_OBJ     =x86_64cpuid.o
>UPLINK_OBJ    =
>BN_ASM        =asm/x86_64-gcc.o x86_64-mont.o x86_64-mont5.o
>x86_64-gf2m.o rsaz_exp.o rsaz-x86_64.o rsaz-avx2.o
>EC_ASM        =ecp_nistz256.o ecp_nistz256-x86_64.o
>DES_ENC       =des_enc.o fcrypt_b.o
>AES_ENC       =aes-x86_64.o vpaes-x86_64.o bsaes-x86_64.o aesni-x86_64.o
>aesni-sha1-x86_64.o aesni-sha256-x86_64.o aesni-mb-x86_64.o
>BF_ENC        =bf_enc.o
>CAST_ENC      =c_enc.o
>RC4_ENC       =rc4-x86_64.o rc4-md5-x86_64.o
>RC5_ENC       =rc5_enc.o
>MD5_OBJ_ASM   =md5-x86_64.o
>SHA1_OBJ_ASM  =sha1-x86_64.o sha256-x86_64.o sha512-x86_64.o
>sha1-mb-x86_64.o sha256-mb-x86_64.o
>RMD160_OBJ_ASM=
>CMLL_ENC      =cmll-x86_64.o cmll_misc.o
>MODES_OBJ     =ghash-x86_64.o aesni-gcm-x86_64.o
>PADLOCK_OBJ   =e_padlock-x86_64.o
>CHACHA_ENC    =chacha-x86_64.o
>POLY1305_OBJ  =poly1305-x86_64.o
>BLAKE2_OBJ    =
>PROCESSOR     =
>RANLIB        =ranlib -c
>ARFLAGS       =
>PERL          =/opt/local/bin/perl5
>
>SIXTY_FOUR_BIT_LONG mode
>
>Configured for darwin64-x86_64-cc.
>$ make depend && make clean && make all && make test && make install
>rm -f libcrypto.1.1.dylib
>rm -f libcrypto.dylib
>rm -f libssl.1.1.dylib
>rm -f libssl.dylib
>rm -f libcrypto.a libssl.a
>rm -f apps/openssl test/aborttest test/afalgtest test/asynctest
>test/bftest test/bntest test/casttest test/clienthellotest
>test/constant_time_test test/ct_test test/danetest test/destest
>test/dhtest test/dsatest test/dtlsv1listentest test/ecdhtest
>test/ecdsatest test/ectest test/enginetest test/evp_extra_test
>test/evp_test test/exptest test/gmdifftest test/heartbeat_test
>test/hmactest test/ideatest test/igetest test/md2test test/md4test
>test/md5test test/mdc2test test/memleaktest test/nptest
>test/p5_crpt2_test test/packettest test/pbelutest test/randtest
>test/rc2test test/rc4test test/rc5test test/rmdtest test/rsa_test
>test/secmemtest test/sha1test test/sha256t test/sha512t test/srptest
>test/ssltest test/threadstest test/v3nametest test/verify_extra_test
>test/wp_test engines/capi.dylib engines/dasync.dylib
>engines/ossltest.dylib engines/padlock.dylib apps/CA.pl tools/c_rehash
>rm -f crypto/aes/aesp8-ppc.s crypto/modes/ghash-alpha.s
>crypto/sha/sha256-mips.s crypto/aes/aes-parisc.s crypto/sha/sha256-586.s
>crypto/sha/sha256-sparcv9.s crypto/rc4/rc4-x86_64.s
>crypto/chacha/chacha-ppc.s crypto/chacha/chacha-armv4.s
>crypto/bn/sparcv9a-mont.s crypto/sha/sha512-sparcv9.s
>crypto/sha/sha256-x86_64.s crypto/aes/vpaes-ppc.s
>crypto/sha/sha512-ia64.s crypto/aes/aes-586.s crypto/des/dest4-sparcv9.s
>crypto/bn/rsaz-avx2.s crypto/modes/ghash-parisc.s
>crypto/poly1305/poly1305-x86_64.s crypto/sha/sha256-ia64.s
>crypto/modes/ghash-sparcv9.s crypto/sha/sha1-mips.s
>crypto/modes/ghashv8-armx.s crypto/des/des_enc-sparc.s
>crypto/modes/ghash-ia64.s crypto/sha/sha256-armv8.s
>crypto/aes/aesv8-armx.s crypto/bn/ia64-mont.s crypto/aes/bsaes-armv7.s
>crypto/aes/aes-ppc.s crypto/aes/aes-sparcv9.s crypto/bn/sparcv9-mont.s
>crypto/bn/x86-mont.s crypto/sha/sha256-mb-x86_64.s crypto/des/crypt586.s
>crypto/sha/sha512p8-ppc.s crypto/alphacpuid.s crypto/md5/md5-586.s
>crypto/sha/sha512-armv4.s crypto/aes/aesni-x86_64.s
>crypto/bn/ppc64-mont.s crypto/poly1305/poly1305-ppcfp.s
>crypto/aes/aes-x86_64.s crypto/bn/armv4-gf2m.s crypto/uplink-ia64.s
>crypto/ia64cpuid.s crypto/sha/sha1-armv8.s crypto/sha/sha1-ppc.s
>crypto/aes/bsaes-x86_64.s crypto/modes/aesni-gcm-x86_64.s
>crypto/aes/vpaes-x86_64.s crypto/bn/sparcv9-gf2m.s crypto/aes/aes-armv4.s
>crypto/buildinf.h crypto/sha/sha1-parisc.s
>crypto/poly1305/poly1305-sparcv9.s crypto/camellia/cmll-x86.s
>crypto/sha/sha1-586.s crypto/armv4cpuid.s crypto/bn/armv4-mont.s
>crypto/sha/sha512-mips.s crypto/poly1305/poly1305-armv4.s
>crypto/sha/sha1-x86_64.s crypto/bn/x86_64-gf2m.s crypto/whrlpool/wp-mmx.s
>crypto/chacha/chacha-x86.s crypto/bn/bn-586.s crypto/bn/mips-mont.s
>crypto/md5/md5-x86_64.s crypto/sha/sha512-x86_64.s crypto/aes/vpaes-x86.s
>crypto/modes/ghashp8-ppc.s crypto/ec/ecp_nistz256-sparcv9.s
>crypto/uplink-x86_64.s crypto/uplink-x86.s crypto/rc4/rc4-md5-x86_64.s
>crypto/poly1305/poly1305-ppc.s crypto/ec/ecp_nistz256-armv8.s
>crypto/pariscid.s crypto/sha/sha256p8-ppc.s crypto/bn/parisc-mont.s
>crypto/aes/vpaes-armv8.s crypto/bn/ppc-mont.s
>crypto/ec/ecp_nistz256-x86_64.s crypto/x86_64cpuid.s crypto/arm64cpuid.s
>crypto/modes/ghash-armv4.s crypto/aes/aes-ia64.s crypto/x86cpuid.s
>crypto/modes/ghash-x86_64.s crypto/bn/x86_64-mont5.s crypto/rc4/rc4-586.s
>crypto/chacha/chacha-armv8.s crypto/aes/aes-mips.s crypto/sha/sha1-ia64.s
>engines/e_padlock-x86_64.s crypto/modes/ghash-x86.s
>crypto/sha/sha512-armv8.s crypto/bn/co-586.s crypto/sha/sha256-parisc.s
>crypto/bn/vis3-mont.s crypto/sha/sha512-ppc.s crypto/sha/sha1-sparcv9.s
>crypto/sha/sha256-ppc.s crypto/cast/cast-586.s crypto/bf/bf-586.s
>crypto/aes/aesni-x86.s crypto/bn/armv8-mont.s crypto/bn/bn-ia64.s
>crypto/poly1305/poly1305-x86.s crypto/chacha/chacha-x86_64.s
>crypto/ec/ecp_nistz256-x86.s crypto/bn/rsaz-x86_64.s
>crypto/bn/s390x-mont.s crypto/sha/sha1-mb-x86_64.s
>crypto/ec/ecp_nistz256-armv4.s crypto/aes/aest4-sparcv9.s
>crypto/bn/x86_64-mont.s crypto/sha/sha1-alpha.s
>crypto/aes/aesni-mb-x86_64.s crypto/bn/sparct4-mont.s
>crypto/sha/sha256-armv4.s engines/e_padlock-x86.s crypto/des/des-586.s
>crypto/sha/sha512-parisc.s crypto/aes/aesni-sha1-x86_64.s
>crypto/bn/bn-ppc.s crypto/md5/md5-sparcv9.s crypto/bn/x86-gf2m.s
>crypto/ppccpuid.s crypto/bn/bn-mips.s crypto/ec/ecp_nistz256-avx2.s
>crypto/rc4/rc4-parisc.s crypto/sha/sha512-586.s
>crypto/poly1305/poly1305-armv8.s crypto/camellia/cmll-x86_64.s
>crypto/camellia/cmllt4-sparcv9.s crypto/sha/sha1-armv4-large.s
>crypto/ripemd/rmd-586.s crypto/bn/s390x-gf2m.s
>crypto/aes/aesni-sha256-x86_64.s crypto/bn/alpha-mont.s
>crypto/whrlpool/wp-x86_64.s
>rm -f `find . -name '*.d'`
>rm -f `find . -name '*.o'`
>rm -f core
>rm -f tags TAGS
>rm -f openssl.pc libcrypto.pc libssl.pc
>rm -f `find . -type l`
>rm -f ../openssl-1.1.0-pre5-dev.tar
>CC="clang" /opt/local/bin/perl5 crypto/aes/asm/aes-x86_64.pl macosx
>crypto/aes/aes-x86_64.s
>clang -DZLIB -DDSO_DLFCN -DHAVE_DLFCN_H -DOPENSSL_THREADS
>-DOPENSSL_NO_STATIC_ENGINE -DOPENSSL_PIC -DOPENSSL_IA32_SSE2
>-DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m
>-DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DAES_ASM -DVPAES_ASM
>-DBSAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM
>-DOPENSSLDIR="\"/Users/ur20980/src/openssl-1.1/etc\""
>-DENGINESDIR="\"/Users/ur20980/src/openssl-1.1/lib/engines\"" -O3
>-D_REENTRANT -arch x86_64 -DL_ENDIAN -Wall  -fPIC -Iinclude -I.
>-Icrypto/include -MMD -MF crypto/aes/aes-x86_64.d.tmp -MT
>crypto/aes/aes-x86_64.o -c -o crypto/aes/aes-x86_64.o
>crypto/aes/aes-x86_64.s
>clang -DZLIB -DDSO_DLFCN -DHAVE_DLFCN_H -DOPENSSL_THREADS
>-DOPENSSL_NO_STATIC_ENGINE -DOPENSSL_PIC -DOPENSSL_IA32_SSE2
>-DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m
>-DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DAES_ASM -DVPAES_ASM
>-DBSAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM
>-DOPENSSLDIR="\"/Users/ur20980/src/openssl-1.1/etc\""
>-DENGINESDIR="\"/Users/ur20980/src/openssl-1.1/lib/engines\"" -O3
>-D_REENTRANT -arch x86_64 -DL_ENDIAN -Wall  -fPIC -Iinclude -I.
>-Icrypto/include -MMD -MF crypto/aes/aes_cfb.d.tmp -MT
>crypto/aes/aes_cfb.o -c -o crypto/aes/aes_cfb.o crypto/aes/aes_cfb.c
>clang -DZLIB -DDSO_DLFCN -DHAVE_DLFCN_H -DOPENSSL_THREADS
>-DOPENSSL_NO_STATIC_ENGINE -DOPENSSL_PIC -DOPENSSL_IA32_SSE2
>-DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m
>-DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DAES_ASM -DVPAES_ASM
>-DBSAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM
>-DOPENSSLDIR="\"/Users/ur20980/src/openssl-1.1/etc\""
>-DENGINESDIR="\"/Users/ur20980/src/openssl-1.1/lib/engines\"" -O3
>-D_REENTRANT -arch x86_64 -DL_ENDIAN -Wall  -fPIC -Iinclude -I.
>-Icrypto/include -MMD -MF crypto/aes/aes_ecb.d.tmp -MT
>crypto/aes/aes_ecb.o -c -o crypto/aes/aes_ecb.o crypto/aes/aes_ecb.c
>clang -DZLIB -DDSO_DLFCN -DHAVE_DLFCN_H -DOPENSSL_THREADS
>-DOPENSSL_NO_STATIC_ENGINE -DOPENSSL_PIC -DOPENSSL_IA32_SSE2
>-DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m
>-DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DAES_ASM -DVPAES_ASM
>-DBSAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM
>-DOPENSSLDIR="\"/Users/ur20980/src/openssl-1.1/etc\""
>-DENGINESDIR="\"/Users/ur20980/src/openssl-1.1/lib/engines\"" -O3
>-D_REENTRANT -arch x86_64 -DL_ENDIAN -Wall  -fPIC -Iinclude -I.
>-Icrypto/include -MMD -MF crypto/aes/aes_ige.d.tmp -MT
>crypto/aes/aes_ige.o -c -o crypto/aes/aes_ige.o crypto/aes/aes_ige.c
>clang -DZLIB -DDSO_DLFCN -DHAVE_DLFCN_H -DOPENSSL_THREADS
>-DOPENSSL_NO_STATIC_ENGINE -DOPENSSL_PIC -DOPENSSL_IA32_SSE2
>-DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m
>-DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DAES_ASM -DVPAES_ASM
>-DBSAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM
>-DOPENSSLDIR="\"/Users/ur20980/src/openssl-1.1/etc\""
>-DENGINESDIR="\"/Users/ur20980/src/openssl-1.1/lib/engines\"" -O3
>-D_REENTRANT -arch x86_64 -DL_ENDIAN -Wall  -fPIC -Iinclude -I.
>-Icrypto/include -MMD -MF crypto/aes/aes_misc.d.tmp -MT
>crypto/aes/aes_misc.o -c -o crypto/aes/aes_misc.o crypto/aes/aes_misc.c
>clang -DZLIB -DDSO_DLFCN -DHAVE_DLFCN_H -DOPENSSL_THREADS
>-DOPENSSL_NO_STATIC_ENGINE -DOPENSSL_PIC -DOPENSSL_IA32_SSE2
>-DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m
>-DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DAES_ASM -DVPAES_ASM
>-DBSAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM
>-DOPENSSLDIR="\"/Users/ur20980/src/openssl-1.1/etc\""
>-DENGINESDIR="\"/Users/ur20980/src/openssl-1.1/lib/engines\"" -O3
>-D_REENTRANT -arch x86_64 -DL_ENDIAN -Wall  -fPIC -Iinclude -I.
>-Icrypto/include -MMD -MF crypto/aes/aes_ofb.d.tmp -MT
>crypto/aes/aes_ofb.o -c -o crypto/aes/aes_ofb.o crypto/aes/aes_ofb.c
>clang -DZLIB -DDSO_DLFCN -DHAVE_DLFCN_H -DOPENSSL_THREADS
>-DOPENSSL_NO_STATIC_ENGINE -DOPENSSL_PIC -DOPENSSL_IA32_SSE2
>-DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m
>-DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DAES_ASM -DVPAES_ASM
>-DBSAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM
>-DOPENSSLDIR="\"/Users/ur20980/src/openssl-1.1/etc\""
>-DENGINESDIR="\"/Users/ur20980/src/openssl-1.1/lib/engines\"" -O3
>-D_REENTRANT -arch x86_64 -DL_ENDIAN -Wall  -fPIC -Iinclude -I.
>-Icrypto/include -MMD -MF crypto/aes/aes_wrap.d.tmp -MT
>crypto/aes/aes_wrap.o -c -o crypto/aes/aes_wrap.o crypto/aes/aes_wrap.c
>CC="clang" /opt/local/bin/perl5 crypto/aes/asm/aesni-mb-x86_64.pl macosx
>crypto/aes/aesni-mb-x86_64.s
>clang -DZLIB -DDSO_DLFCN -DHAVE_DLFCN_H -DOPENSSL_THREADS
>-DOPENSSL_NO_STATIC_ENGINE -DOPENSSL_PIC -DOPENSSL_IA32_SSE2
>-DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m
>-DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DAES_ASM -DVPAES_ASM
>-DBSAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM
>-DOPENSSLDIR="\"/Users/ur20980/src/openssl-1.1/etc\""
>-DENGINESDIR="\"/Users/ur20980/src/openssl-1.1/lib/engines\"" -O3
>-D_REENTRANT -arch x86_64 -DL_ENDIAN -Wall  -fPIC -Iinclude -I.
>-Icrypto/include -MMD -MF crypto/aes/aesni-mb-x86_64.d.tmp -MT
>crypto/aes/aesni-mb-x86_64.o -c -o crypto/aes/aesni-mb-x86_64.o
>crypto/aes/aesni-mb-x86_64.s
>CC="clang" /opt/local/bin/perl5 crypto/aes/asm/aesni-sha1-x86_64.pl
>macosx crypto/aes/aesni-sha1-x86_64.s
>. . . . . . . . . . . .
>. . . . . . . . . . . .
>clang -DZLIB -DDSO_DLFCN -DHAVE_DLFCN_H -DOPENSSL_THREADS
>-DOPENSSL_NO_STATIC_ENGINE -DOPENSSL_PIC -DOPENSSL_IA32_SSE2
>-DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m
>-DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DAES_ASM -DVPAES_ASM
>-DBSAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM
>-DOPENSSLDIR="\"/Users/ur20980/src/openssl-1.1/etc\""
>-DENGINESDIR="\"/Users/ur20980/src/openssl-1.1/lib/engines\"" -O3
>-D_REENTRANT -arch x86_64 -DL_ENDIAN -Wall  -fPIC -Iinclude -I.
>-Icrypto/include -MMD -MF crypto/cms/cms_smime.d.tmp -MT
>crypto/cms/cms_smime.o -c -o crypto/cms/cms_smime.o crypto/cms/cms_smime.c
>clang -DZLIB -DDSO_DLFCN -DHAVE_DLFCN_H -DOPENSSL_THREADS
>-DOPENSSL_NO_STATIC_ENGINE -DOPENSSL_PIC -DOPENSSL_IA32_SSE2
>-DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m
>-DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DAES_ASM -DVPAES_ASM
>-DBSAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM
>-DOPENSSLDIR="\"/Users/ur20980/src/openssl-1.1/etc\""
>-DENGINESDIR="\"/Users/ur20980/src/openssl-1.1/lib/engines\"" -O3
>-D_REENTRANT -arch x86_64 -DL_ENDIAN -Wall  -fPIC -Iinclude -I.
>-Icrypto/include -MMD -MF crypto/comp/c_zlib.d.tmp -MT
>crypto/comp/c_zlib.o -c -o crypto/comp/c_zlib.o crypto/comp/c_zlib.c
>crypto/comp/c_zlib.c:334:25: error: variable has incomplete type 'const
>BIO_METHOD'
>      (aka 'const struct bio_method_st')
>static const BIO_METHOD bio_meth_zlib = {
>                        ^
>include/openssl/bio.h:293:16: note: forward declaration of 'struct
>bio_method_st'
>typedef struct bio_method_st BIO_METHOD;
>               ^
>crypto/comp/c_zlib.c:374:7: error: incomplete definition of type 'struct
>bio_st'
>    bi->init = 1;
>    ~~^
>include/openssl/ossl_typ.h:122:16: note: forward declaration of 'struct
>bio_st'
>typedef struct bio_st BIO;
>               ^
>crypto/comp/c_zlib.c:375:7: error: incomplete definition of type 'struct
>bio_st'
>    bi->ptr = (char *)ctx;
>    ~~^
>include/openssl/ossl_typ.h:122:16: note: forward declaration of 'struct
>bio_st'
>typedef struct bio_st BIO;
>               ^
>crypto/comp/c_zlib.c:376:7: error: incomplete definition of type 'struct
>bio_st'
>    bi->flags = 0;
>    ~~^
>include/openssl/ossl_typ.h:122:16: note: forward declaration of 'struct
>bio_st'
>typedef struct bio_st BIO;
>               ^
>crypto/comp/c_zlib.c:385:30: error: incomplete definition of type 'struct
>bio_st'
>    ctx = (BIO_ZLIB_CTX *) bi->ptr;
>                           ~~^
>include/openssl/ossl_typ.h:122:16: note: forward declaration of 'struct
>bio_st'
>typedef struct bio_st BIO;
>               ^
>crypto/comp/c_zlib.c:397:7: error: incomplete definition of type 'struct
>bio_st'
>    bi->ptr = NULL;
>    ~~^
>include/openssl/ossl_typ.h:122:16: note: forward declaration of 'struct
>bio_st'
>typedef struct bio_st BIO;
>               ^
>crypto/comp/c_zlib.c:398:7: error: incomplete definition of type 'struct
>bio_st'
>    bi->init = 0;
>    ~~^
>include/openssl/ossl_typ.h:122:16: note: forward declaration of 'struct
>bio_st'
>typedef struct bio_st BIO;
>               ^
>crypto/comp/c_zlib.c:399:7: error: incomplete definition of type 'struct
>bio_st'
>    bi->flags = 0;
>    ~~^
>include/openssl/ossl_typ.h:122:16: note: forward declaration of 'struct
>bio_st'
>typedef struct bio_st BIO;
>               ^
>crypto/comp/c_zlib.c:410:29: error: incomplete definition of type 'struct
>bio_st'
>    ctx = (BIO_ZLIB_CTX *) b->ptr;
>                           ~^
>include/openssl/ossl_typ.h:122:16: note: forward declaration of 'struct
>bio_st'
>typedef struct bio_st BIO;
>               ^
>crypto/comp/c_zlib.c:445:25: error: incomplete definition of type 'struct
>bio_st'
>        ret = BIO_read(b->next_bio, ctx->ibuf, ctx->ibufsize);
>                       ~^
>include/openssl/ossl_typ.h:122:16: note: forward declaration of 'struct
>bio_st'
>typedef struct bio_st BIO;
>               ^
>crypto/comp/c_zlib.c:466:29: error: incomplete definition of type 'struct
>bio_st'
>    ctx = (BIO_ZLIB_CTX *) b->ptr;
>                           ~^
>include/openssl/ossl_typ.h:122:16: note: forward declaration of 'struct
>bio_st'
>typedef struct bio_st BIO;
>               ^
>crypto/comp/c_zlib.c:490:30: error: incomplete definition of type 'struct
>bio_st'
>            ret = BIO_write(b->next_bio, ctx->optr, ctx->ocount);
>                            ~^
>include/openssl/ossl_typ.h:122:16: note: forward declaration of 'struct
>bio_st'
>typedef struct bio_st BIO;
>               ^
>. . . . . . . . . . . . . . .
>crypto/comp/c_zlib.c:590:30: error: incomplete definition of type 'struct
>bio_st'
>            ret = BIO_flush(b->next_bio);
>                            ~^
>include/openssl/bio.h:522:48: note: expanded from macro 'BIO_flush'
># define BIO_flush(b)            (int)BIO_ctrl(b,BIO_CTRL_FLUSH,0,NULL)
>                                               ^
>include/openssl/ossl_typ.h:122:16: note: forward declaration of 'struct
>bio_st'
>typedef struct bio_st BIO;
>               ^
>crypto/comp/c_zlib.c:623:25: error: incomplete definition of type 'struct
>bio_st'
>        ret = BIO_ctrl(b->next_bio, cmd, num, ptr);
>                       ~^
>include/openssl/ossl_typ.h:122:16: note: forward declaration of 'struct
>bio_st'
>typedef struct bio_st BIO;
>               ^
>crypto/comp/c_zlib.c:628:25: error: incomplete definition of type 'struct
>bio_st'
>        ret = BIO_ctrl(b->next_bio, cmd, num, ptr);
>                       ~^
>include/openssl/ossl_typ.h:122:16: note: forward declaration of 'struct
>bio_st'
>typedef struct bio_st BIO;
>               ^
>fatal error: too many errors emitted, stopping now [-ferror-limit=]
>20 errors generated.
>make: *** [crypto/comp/c_zlib.o] Error 1
>$ perl Configure reconf
>Configuring OpenSSL version 1.1.0-pre5-dev (0x0x10100005L)
>Reconfiguring with: darwin64-x86_64-cc threads shared zlib
>enable-ec_nistp_64_gcc_128 enable-rfc3779
>--prefix=/Users/ur20980/src/openssl-1.1
>--openssldir=/Users/ur20980/src/openssl-1.1/etc
>    CC = clang
>    no-crypto-mdebug [default]  OPENSSL_NO_CRYPTO_MDEBUG (skip dir)
>    no-crypto-mdebug-backtrace [forced]
>OPENSSL_NO_CRYPTO_MDEBUG_BACKTRACE (skip dir)
>    no-egd          [default]  OPENSSL_NO_EGD (skip dir)
>    no-heartbeats   [default]  OPENSSL_NO_HEARTBEATS (skip dir)
>    no-md2          [default]  OPENSSL_NO_MD2 (skip dir)
>    no-rc5          [default]  OPENSSL_NO_RC5 (skip dir)
>    no-sctp         [default]  OPENSSL_NO_SCTP (skip dir)
>    no-ssl-trace    [default]  OPENSSL_NO_SSL_TRACE (skip dir)
>    no-ssl3         [default]  OPENSSL_NO_SSL3 (skip dir)
>    no-ssl3-method  [default]  OPENSSL_NO_SSL3_METHOD (skip dir)
>    no-unit-test    [default]  OPENSSL_NO_UNIT_TEST (skip dir)
>    no-weak-ssl-ciphers [default]  OPENSSL_NO_WEAK_SSL_CIPHERS (skip dir)
>    no-zlib-dynamic [default]
>Configuring for darwin64-x86_64-cc
>CC            =clang
>CFLAG         =-O3 -D_REENTRANT -arch x86_64 -DL_ENDIAN -Wall
>SHARED_CFLAG  =-fPIC
>DEFINES       =ZLIB DSO_DLFCN HAVE_DLFCN_H OPENSSL_THREADS
>OPENSSL_NO_STATIC_ENGINE OPENSSL_PIC OPENSSL_IA32_SSE2
>OPENSSL_BN_ASM_MONT OPENSSL_BN_ASM_MONT5 OPENSSL_BN_ASM_GF2m SHA1_ASM
>SHA256_ASM SHA512_ASM MD5_ASM AES_ASM VPAES_ASM BSAES_ASM GHASH_ASM
>ECP_NISTZ256_ASM POLY1305_ASM
>LFLAG         =
>PLIB_LFLAG    =-Wl,-search_paths_first
>EX_LIBS       =-lz
>APPS_OBJ      =
>CPUID_OBJ     =x86_64cpuid.o
>UPLINK_OBJ    =
>BN_ASM        =asm/x86_64-gcc.o x86_64-mont.o x86_64-mont5.o
>x86_64-gf2m.o rsaz_exp.o rsaz-x86_64.o rsaz-avx2.o
>EC_ASM        =ecp_nistz256.o ecp_nistz256-x86_64.o
>DES_ENC       =des_enc.o fcrypt_b.o
>AES_ENC       =aes-x86_64.o vpaes-x86_64.o bsaes-x86_64.o aesni-x86_64.o
>aesni-sha1-x86_64.o aesni-sha256-x86_64.o aesni-mb-x86_64.o
>BF_ENC        =bf_enc.o
>CAST_ENC      =c_enc.o
>RC4_ENC       =rc4-x86_64.o rc4-md5-x86_64.o
>RC5_ENC       =rc5_enc.o
>MD5_OBJ_ASM   =md5-x86_64.o
>SHA1_OBJ_ASM  =sha1-x86_64.o sha256-x86_64.o sha512-x86_64.o
>sha1-mb-x86_64.o sha256-mb-x86_64.o
>RMD160_OBJ_ASM=
>CMLL_ENC      =cmll-x86_64.o cmll_misc.o
>MODES_OBJ     =ghash-x86_64.o aesni-gcm-x86_64.o
>PADLOCK_OBJ   =e_padlock-x86_64.o
>CHACHA_ENC    =chacha-x86_64.o
>POLY1305_OBJ  =poly1305-x86_64.o
>BLAKE2_OBJ    =
>PROCESSOR     =
>RANLIB        =ranlib -c
>ARFLAGS       =
>PERL          =/opt/local/bin/perl5
>
>SIXTY_FOUR_BIT_LONG mode
>
>Configured for darwin64-x86_64-cc.
>$ make depend && make clean && make all && make test && make install
>rm -f libcrypto.1.1.dylib
>rm -f libcrypto.dylib
>rm -f libssl.1.1.dylib
>rm -f libssl.dylib
>rm -f libcrypto.a libssl.a
>rm -f apps/openssl test/aborttest test/afalgtest test/asynctest
>test/bftest test/bntest test/casttest test/clienthellotest
>test/constant_time_test test/ct_test test/danetest test/destest
>test/dhtest test/dsatest test/dtlsv1listentest test/ecdhtest
>test/ecdsatest test/ectest test/enginetest test/evp_extra_test
>test/evp_test test/exptest test/gmdifftest test/heartbeat_test
>test/hmactest test/ideatest test/igetest test/md2test test/md4test
>test/md5test test/mdc2test test/memleaktest test/nptest
>test/p5_crpt2_test test/packettest test/pbelutest test/randtest
>test/rc2test test/rc4test test/rc5test test/rmdtest test/rsa_test
>test/secmemtest test/sha1test test/sha256t test/sha512t test/srptest
>test/ssltest test/threadstest test/v3nametest test/verify_extra_test
>test/wp_test engines/capi.dylib engines/dasync.dylib
>engines/ossltest.dylib engines/padlock.dylib apps/CA.pl tools/c_rehash
>rm -f crypto/poly1305/poly1305-armv4.s crypto/bf/bf-586.s
>crypto/chacha/chacha-x86_64.s crypto/ripemd/rmd-586.s crypto/arm64cpuid.s
>crypto/md5/md5-x86_64.s crypto/sha/sha256-586.s
>crypto/aes/aesni-sha1-x86_64.s crypto/sha/sha512-mips.s
>crypto/bn/s390x-mont.s crypto/sha/sha512-armv8.s
>crypto/poly1305/poly1305-x86.s crypto/aes/aest4-sparcv9.s
>crypto/bn/x86_64-mont.s crypto/alphacpuid.s
>crypto/ec/ecp_nistz256-armv8.s crypto/bn/rsaz-avx2.s
>crypto/modes/ghashp8-ppc.s crypto/aes/aesni-x86_64.s
>crypto/aes/aes-sparcv9.s crypto/modes/ghash-sparcv9.s
>crypto/chacha/chacha-armv4.s crypto/poly1305/poly1305-x86_64.s
>crypto/ec/ecp_nistz256-x86_64.s crypto/camellia/cmll-x86_64.s
>crypto/sha/sha256p8-ppc.s crypto/modes/ghash-parisc.s
>crypto/aes/aesv8-armx.s crypto/aes/aes-586.s
>crypto/camellia/cmllt4-sparcv9.s engines/e_padlock-x86_64.s
>crypto/bn/x86_64-mont5.s crypto/bn/x86-mont.s crypto/bn/alpha-mont.s
>crypto/rc4/rc4-586.s crypto/modes/ghash-x86_64.s
>crypto/bn/sparcv9a-mont.s crypto/bn/armv8-mont.s crypto/bn/bn-ppc.s
>crypto/sha/sha1-ia64.s crypto/sha/sha512-586.s crypto/modes/ghash-armv4.s
>crypto/chacha/chacha-ppc.s crypto/bn/mips-mont.s crypto/sha/sha1-x86_64.s
>crypto/bn/vis3-mont.s crypto/chacha/chacha-armv8.s
>crypto/whrlpool/wp-mmx.s crypto/uplink-x86.s crypto/uplink-x86_64.s
>crypto/sha/sha256-armv8.s crypto/aes/aes-x86_64.s crypto/bn/bn-586.s
>crypto/bn/ppc64-mont.s crypto/x86cpuid.s crypto/sha/sha1-armv4-large.s
>crypto/sha/sha1-sparcv9.s crypto/bn/co-586.s crypto/aes/aes-parisc.s
>crypto/bn/x86-gf2m.s crypto/bn/bn-ia64.s crypto/ec/ecp_nistz256-x86.s
>crypto/modes/ghash-x86.s crypto/rc4/rc4-parisc.s
>crypto/sha/sha512-armv4.s crypto/x86_64cpuid.s
>crypto/ec/ecp_nistz256-armv4.s crypto/sha/sha256-ia64.s
>crypto/sha/sha512-parisc.s crypto/bn/sparcv9-mont.s crypto/ia64cpuid.s
>crypto/aes/vpaes-x86.s crypto/aes/vpaes-armv8.s crypto/sha/sha1-armv8.s
>crypto/aes/aes-armv4.s crypto/modes/ghashv8-armx.s
>crypto/sha/sha512-sparcv9.s crypto/sha/sha1-586.s
>crypto/ec/ecp_nistz256-sparcv9.s crypto/sha/sha1-ppc.s
>crypto/poly1305/poly1305-ppc.s crypto/aes/aes-mips.s crypto/buildinf.h
>crypto/bn/x86_64-gf2m.s crypto/aes/bsaes-armv7.s
>crypto/sha/sha256-armv4.s crypto/modes/ghash-alpha.s crypto/md5/md5-586.s
>crypto/sha/sha256-sparcv9.s crypto/md5/md5-sparcv9.s
>crypto/aes/bsaes-x86_64.s crypto/sha/sha512-x86_64.s
>crypto/bn/parisc-mont.s crypto/bn/armv4-mont.s crypto/bn/ia64-mont.s
>crypto/des/crypt586.s crypto/sha/sha1-parisc.s crypto/uplink-ia64.s
>crypto/des/dest4-sparcv9.s crypto/des/des-586.s
>crypto/poly1305/poly1305-sparcv9.s engines/e_padlock-x86.s
>crypto/poly1305/poly1305-armv8.s crypto/modes/ghash-ia64.s
>crypto/sha/sha1-mb-x86_64.s crypto/bn/rsaz-x86_64.s
>crypto/chacha/chacha-x86.s crypto/aes/aes-ia64.s
>crypto/whrlpool/wp-x86_64.s crypto/pariscid.s crypto/bn/ppc-mont.s
>crypto/rc4/rc4-md5-x86_64.s crypto/aes/vpaes-ppc.s
>crypto/poly1305/poly1305-ppcfp.s crypto/armv4cpuid.s
>crypto/bn/sparct4-mont.s crypto/cast/cast-586.s
>crypto/des/des_enc-sparc.s crypto/sha/sha1-alpha.s crypto/bn/armv4-gf2m.s
>crypto/bn/sparcv9-gf2m.s crypto/ppccpuid.s crypto/aes/aesp8-ppc.s
>crypto/camellia/cmll-x86.s crypto/sha/sha512-ia64.s
>crypto/sha/sha256-mb-x86_64.s crypto/sha/sha256-x86_64.s
>crypto/sha/sha256-parisc.s crypto/sha/sha512-ppc.s crypto/bn/bn-mips.s
>crypto/aes/aes-ppc.s crypto/modes/aesni-gcm-x86_64.s
>crypto/aes/vpaes-x86_64.s crypto/aes/aesni-sha256-x86_64.s
>crypto/sha/sha256-mips.s crypto/rc4/rc4-x86_64.s
>crypto/ec/ecp_nistz256-avx2.s crypto/sha/sha512p8-ppc.s
>crypto/sha/sha256-ppc.s crypto/sha/sha1-mips.s crypto/aes/aesni-x86.s
>crypto/bn/s390x-gf2m.s crypto/aes/aesni-mb-x86_64.s
>rm -f `find . -name '*.d'`
>rm -f `find . -name '*.o'`
>rm -f core
>rm -f tags TAGS
>rm -f openssl.pc libcrypto.pc libssl.pc
>rm -f `find . -type l`
>rm -f ../openssl-1.1.0-pre5-dev.tar
>CC="clang" /opt/local/bin/perl5 crypto/aes/asm/aes-x86_64.pl macosx
>crypto/aes/aes-x86_64.s
>clang -DZLIB -DDSO_DLFCN -DHAVE_DLFCN_H -DOPENSSL_THREADS
>-DOPENSSL_NO_STATIC_ENGINE -DOPENSSL_PIC -DOPENSSL_IA32_SSE2
>-DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m
>-DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DAES_ASM -DVPAES_ASM
>-DBSAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM
>-DOPENSSLDIR="\"/Users/ur20980/src/openssl-1.1/etc\""
>-DENGINESDIR="\"/Users/ur20980/src/openssl-1.1/lib/engines\"" -O3
>-D_REENTRANT -arch x86_64 -DL_ENDIAN -Wall  -fPIC -Iinclude -I.
>-Icrypto/include -MMD -MF crypto/aes/aes-x86_64.d.tmp -MT
>crypto/aes/aes-x86_64.o -c -o crypto/aes/aes-x86_64.o
>crypto/aes/aes-x86_64.s
>clang -DZLIB -DDSO_DLFCN -DHAVE_DLFCN_H -DOPENSSL_THREADS
>-DOPENSSL_NO_STATIC_ENGINE -DOPENSSL_PIC -DOPENSSL_IA32_SSE2
>-DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m
>-DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DAES_ASM -DVPAES_ASM
>-DBSAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM
>-DOPENSSLDIR="\"/Users/ur20980/src/openssl-1.1/etc\""
>-DENGINESDIR="\"/Users/ur20980/src/openssl-1.1/lib/engines\"" -O3
>-D_REENTRANT -arch x86_64 -DL_ENDIAN -Wall  -fPIC -Iinclude -I.
>-Icrypto/include -MMD -MF crypto/aes/aes_cfb.d.tmp -MT
>crypto/aes/aes_cfb.o -c -o crypto/aes/aes_cfb.o crypto/aes/aes_cfb.c
>clang -DZLIB -DDSO_DLFCN -DHAVE_DLFCN_H -DOPENSSL_THREADS
>-DOPENSSL_NO_STATIC_ENGINE -DOPENSSL_PIC -DOPENSSL_IA32_SSE2
>-DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m
>-DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DAES_ASM -DVPAES_ASM
>-DBSAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM
>-DOPENSSLDIR="\"/Users/ur20980/src/openssl-1.1/etc\""
>-DENGINESDIR="\"/Users/ur20980/src/openssl-1.1/lib/engines\"" -O3
>-D_REENTRANT -arch x86_64 -DL_ENDIAN -Wall  -fPIC -Iinclude -I.
>-Icrypto/include -MMD -MF crypto/aes/aes_ecb.d.tmp -MT
>crypto/aes/aes_ecb.o -c -o crypto/aes/aes_ecb.o crypto/aes/aes_ecb.c
>. . . . . . . . . .
>clang -DZLIB -DDSO_DLFCN -DHAVE_DLFCN_H -DOPENSSL_THREADS
>-DOPENSSL_NO_STATIC_ENGINE -DOPENSSL_PIC -DOPENSSL_IA32_SSE2
>-DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m
>-DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DAES_ASM -DVPAES_ASM
>-DBSAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM
>-DOPENSSLDIR="\"/Users/ur20980/src/openssl-1.1/etc\""
>-DENGINESDIR="\"/Users/ur20980/src/openssl-1.1/lib/engines\"" -O3
>-D_REENTRANT -arch x86_64 -DL_ENDIAN -Wall  -fPIC -Iinclude -I.
>-Icrypto/include -MMD -MF crypto/cms/cms_smime.d.tmp -MT
>crypto/cms/cms_smime.o -c -o crypto/cms/cms_smime.o crypto/cms/cms_smime.c
>clang -DZLIB -DDSO_DLFCN -DHAVE_DLFCN_H -DOPENSSL_THREADS
>-DOPENSSL_NO_STATIC_ENGINE -DOPENSSL_PIC -DOPENSSL_IA32_SSE2
>-DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m
>-DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DAES_ASM -DVPAES_ASM
>-DBSAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM
>-DOPENSSLDIR="\"/Users/ur20980/src/openssl-1.1/etc\""
>-DENGINESDIR="\"/Users/ur20980/src/openssl-1.1/lib/engines\"" -O3
>-D_REENTRANT -arch x86_64 -DL_ENDIAN -Wall  -fPIC -Iinclude -I.
>-Icrypto/include -MMD -MF crypto/comp/c_zlib.d.tmp -MT
>crypto/comp/c_zlib.o -c -o crypto/comp/c_zlib.o crypto/comp/c_zlib.c
>crypto/comp/c_zlib.c:334:25: error: variable has incomplete type 'const
>BIO_METHOD'
>      (aka 'const struct bio_method_st')
>static const BIO_METHOD bio_meth_zlib = {
>                        ^
>include/openssl/bio.h:293:16: note: forward declaration of 'struct
>bio_method_st'
>typedef struct bio_method_st BIO_METHOD;
>               ^
>crypto/comp/c_zlib.c:374:7: error: incomplete definition of type 'struct
>bio_st'
>    bi->init = 1;
>    ~~^
>include/openssl/ossl_typ.h:122:16: note: forward declaration of 'struct
>bio_st'
>typedef struct bio_st BIO;
>               ^
. . . . . . . . . . . . . . .
>        ret = BIO_ctrl(b->next_bio, cmd, num, ptr);
>                       ~^
>include/openssl/ossl_typ.h:122:16: note: forward declaration of 'struct
>bio_st'
>typedef struct bio_st BIO;
>               ^
>crypto/comp/c_zlib.c:628:25: error: incomplete definition of type 'struct
>bio_st'
>        ret = BIO_ctrl(b->next_bio, cmd, num, ptr);
>                       ~^
>include/openssl/ossl_typ.h:122:16: note: forward declaration of 'struct
>bio_st'
>typedef struct bio_st BIO;
>               ^
>fatal error: too many errors emitted, stopping now [-ferror-limit=]
>20 errors generated.
>make: *** [crypto/comp/c_zlib.o] Error 1
>$
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 4324 bytes
Desc: not available
URL: <http://mta.openssl.org/pipermail/openssl-dev/attachments/20160329/c17110f3/attachment-0001.bin>


More information about the openssl-dev mailing list