Skip to content

Instantly share code, notes, and snippets.

@steipete
Created July 16, 2015 15:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save steipete/539c924ad939ca8e3f36 to your computer and use it in GitHub Desktop.
Save steipete/539c924ad939ca8e3f36 to your computer and use it in GitHub Desktop.
log for openssl build on armv7
Configuring for iphoneos-cross
no-ec_nistp_64_gcc_128 [default] OPENSSL_NO_EC_NISTP_64_GCC_128 (skip dir)
no-gmp [default] OPENSSL_NO_GMP (skip dir)
no-jpake [experimental] OPENSSL_NO_JPAKE (skip dir)
no-krb5 [krb5-flavor not specified] OPENSSL_NO_KRB5
no-libunbound [experimental] OPENSSL_NO_LIBUNBOUND (skip dir)
no-md2 [default] OPENSSL_NO_MD2 (skip dir)
no-rc5 [default] OPENSSL_NO_RC5 (skip dir)
no-rfc3779 [default] OPENSSL_NO_RFC3779 (skip dir)
no-sctp [default] OPENSSL_NO_SCTP (skip dir)
no-shared [default]
no-ssl-trace [default] OPENSSL_NO_SSL_TRACE (skip dir)
no-store [experimental] OPENSSL_NO_STORE (skip dir)
no-unit-test [default] OPENSSL_NO_UNIT_TEST (skip dir)
no-zlib [default]
no-zlib-dynamic [default]
IsMK1MF=0
CC =/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7
CFLAG =-DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot $(CROSS_TOP)/SDKs/$(CROSS_SDK) -fomit-frame-pointer -fno-common
EX_LIBS =
CPUID_OBJ =mem_clr.o
BN_ASM =bn_asm.o
EC_ASM =
DES_ENC =des_enc.o fcrypt_b.o
AES_ENC =aes_core.o aes_cbc.o
BF_ENC =bf_enc.o
CAST_ENC =c_enc.o
RC4_ENC =rc4_enc.o rc4_skey.o
RC5_ENC =rc5_enc.o
MD5_OBJ_ASM =
SHA1_OBJ_ASM =
RMD160_OBJ_ASM=
CMLL_ENC =camellia.o cmll_misc.o cmll_cbc.o
MODES_OBJ =
ENGINES_OBJ =
PROCESSOR =
RANLIB =/usr/bin/ranlib
ARFLAGS =
PERL =/usr/bin/perl
THIRTY_TWO_BIT mode
DES_UNROLL used
BN_LLONG mode
RC4 uses uchar
RC4_CHUNK is unsigned long
BF_PTR used
e_os2.h => include/openssl/e_os2.h
making links in crypto...
crypto.h => ../include/openssl/crypto.h
opensslv.h => ../include/openssl/opensslv.h
opensslconf.h => ../include/openssl/opensslconf.h
ebcdic.h => ../include/openssl/ebcdic.h
symhacks.h => ../include/openssl/symhacks.h
ossl_typ.h => ../include/openssl/ossl_typ.h
constant_time_test.c => ../test/constant_time_test.c
making links in crypto/objects...
objects.h => ../../include/openssl/objects.h
obj_mac.h => ../../include/openssl/obj_mac.h
making links in crypto/md4...
md4.h => ../../include/openssl/md4.h
md4test.c => ../../test/md4test.c
md4.c => ../../apps/md4.c
making links in crypto/md5...
md5.h => ../../include/openssl/md5.h
md5test.c => ../../test/md5test.c
making links in crypto/sha...
sha.h => ../../include/openssl/sha.h
shatest.c => ../../test/shatest.c
sha1test.c => ../../test/sha1test.c
sha256t.c => ../../test/sha256t.c
sha512t.c => ../../test/sha512t.c
making links in crypto/mdc2...
mdc2.h => ../../include/openssl/mdc2.h
mdc2test.c => ../../test/mdc2test.c
making links in crypto/hmac...
hmac.h => ../../include/openssl/hmac.h
hmactest.c => ../../test/hmactest.c
making links in crypto/ripemd...
ripemd.h => ../../include/openssl/ripemd.h
rmdtest.c => ../../test/rmdtest.c
making links in crypto/whrlpool...
whrlpool.h => ../../include/openssl/whrlpool.h
wp_test.c => ../../test/wp_test.c
making links in crypto/des...
des.h => ../../include/openssl/des.h
des_old.h => ../../include/openssl/des_old.h
destest.c => ../../test/destest.c
making links in crypto/aes...
aes.h => ../../include/openssl/aes.h
making links in crypto/rc2...
rc2.h => ../../include/openssl/rc2.h
rc2test.c => ../../test/rc2test.c
making links in crypto/rc4...
rc4.h => ../../include/openssl/rc4.h
rc4test.c => ../../test/rc4test.c
making links in crypto/idea...
idea.h => ../../include/openssl/idea.h
ideatest.c => ../../test/ideatest.c
making links in crypto/bf...
blowfish.h => ../../include/openssl/blowfish.h
bftest.c => ../../test/bftest.c
making links in crypto/cast...
cast.h => ../../include/openssl/cast.h
casttest.c => ../../test/casttest.c
making links in crypto/camellia...
camellia.h => ../../include/openssl/camellia.h
making links in crypto/seed...
seed.h => ../../include/openssl/seed.h
making links in crypto/modes...
modes.h => ../../include/openssl/modes.h
making links in crypto/bn...
bn.h => ../../include/openssl/bn.h
bntest.c => ../../test/bntest.c
exptest.c => ../../test/exptest.c
making links in crypto/ec...
ec.h => ../../include/openssl/ec.h
ectest.c => ../../test/ectest.c
making links in crypto/rsa...
rsa.h => ../../include/openssl/rsa.h
rsa_test.c => ../../test/rsa_test.c
making links in crypto/dsa...
dsa.h => ../../include/openssl/dsa.h
dsatest.c => ../../test/dsatest.c
making links in crypto/ecdsa...
ecdsa.h => ../../include/openssl/ecdsa.h
ecdsatest.c => ../../test/ecdsatest.c
making links in crypto/dh...
dh.h => ../../include/openssl/dh.h
dhtest.c => ../../test/dhtest.c
making links in crypto/ecdh...
ecdh.h => ../../include/openssl/ecdh.h
ecdhtest.c => ../../test/ecdhtest.c
making links in crypto/dso...
dso.h => ../../include/openssl/dso.h
making links in crypto/engine...
engine.h => ../../include/openssl/engine.h
enginetest.c => ../../test/enginetest.c
making links in crypto/buffer...
buffer.h => ../../include/openssl/buffer.h
making links in crypto/bio...
bio.h => ../../include/openssl/bio.h
making links in crypto/stack...
stack.h => ../../include/openssl/stack.h
safestack.h => ../../include/openssl/safestack.h
making links in crypto/lhash...
lhash.h => ../../include/openssl/lhash.h
making links in crypto/rand...
rand.h => ../../include/openssl/rand.h
randtest.c => ../../test/randtest.c
making links in crypto/err...
err.h => ../../include/openssl/err.h
making links in crypto/evp...
evp.h => ../../include/openssl/evp.h
evp_test.c => ../../test/evp_test.c
evp_extra_test.c => ../../test/evp_extra_test.c
evptests.txt -> ../../test/evptests.txt
making links in crypto/asn1...
asn1.h => ../../include/openssl/asn1.h
asn1_mac.h => ../../include/openssl/asn1_mac.h
asn1t.h => ../../include/openssl/asn1t.h
making links in crypto/pem...
pem.h => ../../include/openssl/pem.h
pem2.h => ../../include/openssl/pem2.h
making links in crypto/x509...
x509.h => ../../include/openssl/x509.h
x509_vfy.h => ../../include/openssl/x509_vfy.h
verify_extra_test.c => ../../test/verify_extra_test.c
making links in crypto/x509v3...
x509v3.h => ../../include/openssl/x509v3.h
v3nametest.c => ../../test/v3nametest.c
making links in crypto/conf...
conf.h => ../../include/openssl/conf.h
conf_api.h => ../../include/openssl/conf_api.h
making links in crypto/txt_db...
txt_db.h => ../../include/openssl/txt_db.h
making links in crypto/pkcs7...
pkcs7.h => ../../include/openssl/pkcs7.h
making links in crypto/pkcs12...
pkcs12.h => ../../include/openssl/pkcs12.h
making links in crypto/comp...
comp.h => ../../include/openssl/comp.h
making links in crypto/ocsp...
ocsp.h => ../../include/openssl/ocsp.h
making links in crypto/ui...
ui.h => ../../include/openssl/ui.h
ui_compat.h => ../../include/openssl/ui_compat.h
making links in crypto/krb5...
krb5_asn.h => ../../include/openssl/krb5_asn.h
making links in crypto/cms...
cms.h => ../../include/openssl/cms.h
making links in crypto/pqueue...
pqueue.h => ../../include/openssl/pqueue.h
making links in crypto/ts...
ts.h => ../../include/openssl/ts.h
making links in crypto/srp...
srp.h => ../../include/openssl/srp.h
srptest.c => ../../test/srptest.c
making links in crypto/cmac...
cmac.h => ../../include/openssl/cmac.h
making links in ssl...
ssl.h => ../include/openssl/ssl.h
ssl2.h => ../include/openssl/ssl2.h
ssl3.h => ../include/openssl/ssl3.h
ssl23.h => ../include/openssl/ssl23.h
tls1.h => ../include/openssl/tls1.h
dtls1.h => ../include/openssl/dtls1.h
kssl.h => ../include/openssl/kssl.h
srtp.h => ../include/openssl/srtp.h
ssltest.c => ../test/ssltest.c
heartbeat_test.c => ../test/heartbeat_test.c
making links in engines...
making links in engines/ccgost...
make[2]: Nothing to be done for `links'.
making links in apps...
make[1]: Nothing to be done for `links'.
making links in test...
make[1]: Nothing to be done for `links'.
making links in tools...
make[1]: Nothing to be done for `links'.
generating dummy tests (if needed)...
make[1]: Nothing to be done for `generate'.
Configured for iphoneos-cross.
making all in crypto...
/usr/bin/perl ../util/mkbuildinf.pl "/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I. -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common" "iphoneos-cross" >buildinf.h
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I. -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o cryptlib.o cryptlib.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I. -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o mem.o mem.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I. -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o mem_dbg.o mem_dbg.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I. -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o cversion.o cversion.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I. -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o ex_data.o ex_data.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I. -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o cpt_err.o cpt_err.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I. -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o ebcdic.o ebcdic.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I. -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o uid.o uid.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I. -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o o_time.o o_time.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I. -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o o_str.o o_str.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I. -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o o_dir.o o_dir.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I. -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o o_fips.o o_fips.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I. -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o o_init.o o_init.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I. -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o fips_ers.o fips_ers.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I. -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o mem_clr.o mem_clr.c
ar r ../libcrypto.a cryptlib.o mem.o mem_dbg.o cversion.o ex_data.o cpt_err.o ebcdic.o uid.o o_time.o o_str.o o_dir.o o_fips.o o_init.o fips_ers.o mem_clr.o
ar: creating archive ../libcrypto.a
test -z "" || ar r ../libcrypto.a fipscanister.o
/usr/bin/ranlib ../libcrypto.a || echo Never mind.
making all in crypto/objects...
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o o_names.o o_names.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o obj_dat.o obj_dat.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o obj_lib.o obj_lib.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o obj_err.o obj_err.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o obj_xref.o obj_xref.c
ar r ../../libcrypto.a o_names.o obj_dat.o obj_lib.o obj_err.o obj_xref.o
/usr/bin/ranlib ../../libcrypto.a || echo Never mind.
making all in crypto/md4...
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o md4_dgst.o md4_dgst.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o md4_one.o md4_one.c
ar r ../../libcrypto.a md4_dgst.o md4_one.o
/usr/bin/ranlib ../../libcrypto.a || echo Never mind.
making all in crypto/md5...
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o md5_dgst.o md5_dgst.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o md5_one.o md5_one.c
ar r ../../libcrypto.a md5_dgst.o md5_one.o
/usr/bin/ranlib ../../libcrypto.a || echo Never mind.
making all in crypto/sha...
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o sha_dgst.o sha_dgst.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o sha1dgst.o sha1dgst.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o sha_one.o sha_one.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o sha1_one.o sha1_one.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o sha256.o sha256.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o sha512.o sha512.c
ar r ../../libcrypto.a sha_dgst.o sha1dgst.o sha_one.o sha1_one.o sha256.o sha512.o
/usr/bin/ranlib ../../libcrypto.a || echo Never mind.
making all in crypto/mdc2...
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o mdc2dgst.o mdc2dgst.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o mdc2_one.o mdc2_one.c
ar r ../../libcrypto.a mdc2dgst.o mdc2_one.o
/usr/bin/ranlib ../../libcrypto.a || echo Never mind.
making all in crypto/hmac...
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o hmac.o hmac.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o hm_ameth.o hm_ameth.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o hm_pmeth.o hm_pmeth.c
ar r ../../libcrypto.a hmac.o hm_ameth.o hm_pmeth.o
/usr/bin/ranlib ../../libcrypto.a || echo Never mind.
making all in crypto/ripemd...
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o rmd_dgst.o rmd_dgst.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o rmd_one.o rmd_one.c
ar r ../../libcrypto.a rmd_dgst.o rmd_one.o
/usr/bin/ranlib ../../libcrypto.a || echo Never mind.
making all in crypto/whrlpool...
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o wp_dgst.o wp_dgst.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o wp_block.o wp_block.c
ar r ../../libcrypto.a wp_dgst.o wp_block.o
/usr/bin/ranlib ../../libcrypto.a || echo Never mind.
making all in crypto/des...
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o set_key.o set_key.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o ecb_enc.o ecb_enc.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o cbc_enc.o cbc_enc.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o ecb3_enc.o ecb3_enc.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o cfb64enc.o cfb64enc.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o cfb64ede.o cfb64ede.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o cfb_enc.o cfb_enc.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o ofb64ede.o ofb64ede.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o enc_read.o enc_read.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o enc_writ.o enc_writ.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o ofb64enc.o ofb64enc.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o ofb_enc.o ofb_enc.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o str2key.o str2key.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o pcbc_enc.o pcbc_enc.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o qud_cksm.o qud_cksm.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o rand_key.o rand_key.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o des_enc.o des_enc.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o fcrypt_b.o fcrypt_b.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o fcrypt.o fcrypt.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o xcbc_enc.o xcbc_enc.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o rpc_enc.o rpc_enc.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o cbc_cksm.o cbc_cksm.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o ede_cbcm_enc.o ede_cbcm_enc.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o des_old.o des_old.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o des_old2.o des_old2.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o read2pwd.o read2pwd.c
ar r ../../libcrypto.a set_key.o ecb_enc.o cbc_enc.o ecb3_enc.o cfb64enc.o cfb64ede.o cfb_enc.o ofb64ede.o enc_read.o enc_writ.o ofb64enc.o ofb_enc.o str2key.o pcbc_enc.o qud_cksm.o rand_key.o des_enc.o fcrypt_b.o fcrypt.o xcbc_enc.o rpc_enc.o cbc_cksm.o ede_cbcm_enc.o des_old.o des_old2.o read2pwd.o
/usr/bin/ranlib ../../libcrypto.a || echo Never mind.
making all in crypto/aes...
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o aes_misc.o aes_misc.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o aes_ecb.o aes_ecb.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o aes_cfb.o aes_cfb.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o aes_ofb.o aes_ofb.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o aes_ctr.o aes_ctr.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o aes_ige.o aes_ige.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o aes_wrap.o aes_wrap.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o aes_core.o aes_core.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o aes_cbc.o aes_cbc.c
ar r ../../libcrypto.a aes_misc.o aes_ecb.o aes_cfb.o aes_ofb.o aes_ctr.o aes_ige.o aes_wrap.o aes_core.o aes_cbc.o
/usr/bin/ranlib ../../libcrypto.a || echo Never mind.
making all in crypto/rc2...
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o rc2_ecb.o rc2_ecb.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o rc2_skey.o rc2_skey.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o rc2_cbc.o rc2_cbc.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o rc2cfb64.o rc2cfb64.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o rc2ofb64.o rc2ofb64.c
ar r ../../libcrypto.a rc2_ecb.o rc2_skey.o rc2_cbc.o rc2cfb64.o rc2ofb64.o
/usr/bin/ranlib ../../libcrypto.a || echo Never mind.
making all in crypto/rc4...
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o rc4_enc.o rc4_enc.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o rc4_skey.o rc4_skey.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o rc4_utl.o rc4_utl.c
ar r ../../libcrypto.a rc4_enc.o rc4_skey.o rc4_utl.o
/usr/bin/ranlib ../../libcrypto.a || echo Never mind.
making all in crypto/idea...
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o i_cbc.o i_cbc.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o i_cfb64.o i_cfb64.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o i_ofb64.o i_ofb64.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o i_ecb.o i_ecb.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o i_skey.o i_skey.c
ar r ../../libcrypto.a i_cbc.o i_cfb64.o i_ofb64.o i_ecb.o i_skey.o
/usr/bin/ranlib ../../libcrypto.a || echo Never mind.
making all in crypto/bf...
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o bf_skey.o bf_skey.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o bf_ecb.o bf_ecb.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o bf_enc.o bf_enc.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o bf_cfb64.o bf_cfb64.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o bf_ofb64.o bf_ofb64.c
ar r ../../libcrypto.a bf_skey.o bf_ecb.o bf_enc.o bf_cfb64.o bf_ofb64.o
/usr/bin/ranlib ../../libcrypto.a || echo Never mind.
making all in crypto/cast...
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o c_skey.o c_skey.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o c_ecb.o c_ecb.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o c_enc.o c_enc.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o c_cfb64.o c_cfb64.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o c_ofb64.o c_ofb64.c
ar r ../../libcrypto.a c_skey.o c_ecb.o c_enc.o c_cfb64.o c_ofb64.o
/usr/bin/ranlib ../../libcrypto.a || echo Never mind.
making all in crypto/camellia...
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o cmll_ecb.o cmll_ecb.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o cmll_ofb.o cmll_ofb.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o cmll_cfb.o cmll_cfb.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o cmll_ctr.o cmll_ctr.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o cmll_utl.o cmll_utl.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o camellia.o camellia.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o cmll_misc.o cmll_misc.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o cmll_cbc.o cmll_cbc.c
ar r ../../libcrypto.a cmll_ecb.o cmll_ofb.o cmll_cfb.o cmll_ctr.o cmll_utl.o camellia.o cmll_misc.o cmll_cbc.o
/usr/bin/ranlib ../../libcrypto.a || echo Never mind.
making all in crypto/seed...
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o seed.o seed.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o seed_ecb.o seed_ecb.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o seed_cbc.o seed_cbc.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o seed_cfb.o seed_cfb.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o seed_ofb.o seed_ofb.c
ar r ../../libcrypto.a seed.o seed_ecb.o seed_cbc.o seed_cfb.o seed_ofb.o
/usr/bin/ranlib ../../libcrypto.a || echo Never mind.
making all in crypto/modes...
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o cbc128.o cbc128.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o ctr128.o ctr128.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o cts128.o cts128.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o cfb128.o cfb128.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o ofb128.o ofb128.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o gcm128.o gcm128.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o ccm128.o ccm128.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o xts128.o xts128.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o wrap128.o wrap128.c
ar r ../../libcrypto.a cbc128.o ctr128.o cts128.o cfb128.o ofb128.o gcm128.o ccm128.o xts128.o wrap128.o
/usr/bin/ranlib ../../libcrypto.a || echo Never mind.
making all in crypto/bn...
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o bn_add.o bn_add.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o bn_div.o bn_div.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o bn_exp.o bn_exp.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o bn_lib.o bn_lib.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o bn_ctx.o bn_ctx.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o bn_mul.o bn_mul.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o bn_mod.o bn_mod.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o bn_print.o bn_print.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o bn_rand.o bn_rand.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o bn_shift.o bn_shift.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o bn_word.o bn_word.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o bn_blind.o bn_blind.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o bn_kron.o bn_kron.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o bn_sqrt.o bn_sqrt.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o bn_gcd.o bn_gcd.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o bn_prime.o bn_prime.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o bn_err.o bn_err.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o bn_sqr.o bn_sqr.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o bn_asm.o bn_asm.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o bn_recp.o bn_recp.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o bn_mont.o bn_mont.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o bn_mpi.o bn_mpi.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o bn_exp2.o bn_exp2.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o bn_gf2m.o bn_gf2m.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o bn_nist.o bn_nist.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o bn_depr.o bn_depr.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o bn_const.o bn_const.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o bn_x931p.o bn_x931p.c
ar r ../../libcrypto.a bn_add.o bn_div.o bn_exp.o bn_lib.o bn_ctx.o bn_mul.o bn_mod.o bn_print.o bn_rand.o bn_shift.o bn_word.o bn_blind.o bn_kron.o bn_sqrt.o bn_gcd.o bn_prime.o bn_err.o bn_sqr.o bn_asm.o bn_recp.o bn_mont.o bn_mpi.o bn_exp2.o bn_gf2m.o bn_nist.o bn_depr.o bn_const.o bn_x931p.o
/usr/bin/ranlib ../../libcrypto.a || echo Never mind.
making all in crypto/ec...
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o ec_lib.o ec_lib.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o ecp_smpl.o ecp_smpl.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o ecp_mont.o ecp_mont.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o ecp_nist.o ecp_nist.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o ec_cvt.o ec_cvt.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o ec_mult.o ec_mult.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o ec_err.o ec_err.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o ec_curve.o ec_curve.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o ec_check.o ec_check.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o ec_print.o ec_print.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o ec_asn1.o ec_asn1.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o ec_key.o ec_key.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o ec2_smpl.o ec2_smpl.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o ec2_mult.o ec2_mult.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o ec_ameth.o ec_ameth.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o ec_pmeth.o ec_pmeth.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o eck_prn.o eck_prn.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o ecp_nistp224.o ecp_nistp224.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o ecp_nistp256.o ecp_nistp256.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o ecp_nistp521.o ecp_nistp521.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o ecp_nistputil.o ecp_nistputil.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o ecp_oct.o ecp_oct.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o ec2_oct.o ec2_oct.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o ec_oct.o ec_oct.c
ar r ../../libcrypto.a ec_lib.o ecp_smpl.o ecp_mont.o ecp_nist.o ec_cvt.o ec_mult.o ec_err.o ec_curve.o ec_check.o ec_print.o ec_asn1.o ec_key.o ec2_smpl.o ec2_mult.o ec_ameth.o ec_pmeth.o eck_prn.o ecp_nistp224.o ecp_nistp256.o ecp_nistp521.o ecp_nistputil.o ecp_oct.o ec2_oct.o ec_oct.o
/usr/bin/ranlib ../../libcrypto.a || echo Never mind.
making all in crypto/rsa...
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o rsa_eay.o rsa_eay.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o rsa_gen.o rsa_gen.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o rsa_lib.o rsa_lib.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o rsa_sign.o rsa_sign.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o rsa_saos.o rsa_saos.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o rsa_err.o rsa_err.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o rsa_pk1.o rsa_pk1.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o rsa_ssl.o rsa_ssl.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o rsa_none.o rsa_none.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o rsa_oaep.o rsa_oaep.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o rsa_chk.o rsa_chk.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o rsa_null.o rsa_null.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o rsa_pss.o rsa_pss.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o rsa_x931.o rsa_x931.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o rsa_asn1.o rsa_asn1.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o rsa_depr.o rsa_depr.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o rsa_ameth.o rsa_ameth.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o rsa_prn.o rsa_prn.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o rsa_pmeth.o rsa_pmeth.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o rsa_crpt.o rsa_crpt.c
ar r ../../libcrypto.a rsa_eay.o rsa_gen.o rsa_lib.o rsa_sign.o rsa_saos.o rsa_err.o rsa_pk1.o rsa_ssl.o rsa_none.o rsa_oaep.o rsa_chk.o rsa_null.o rsa_pss.o rsa_x931.o rsa_asn1.o rsa_depr.o rsa_ameth.o rsa_prn.o rsa_pmeth.o rsa_crpt.o
/usr/bin/ranlib ../../libcrypto.a || echo Never mind.
making all in crypto/dsa...
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o dsa_gen.o dsa_gen.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o dsa_key.o dsa_key.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o dsa_lib.o dsa_lib.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o dsa_asn1.o dsa_asn1.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o dsa_vrf.o dsa_vrf.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o dsa_sign.o dsa_sign.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o dsa_err.o dsa_err.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o dsa_ossl.o dsa_ossl.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o dsa_depr.o dsa_depr.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o dsa_ameth.o dsa_ameth.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o dsa_pmeth.o dsa_pmeth.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o dsa_prn.o dsa_prn.c
ar r ../../libcrypto.a dsa_gen.o dsa_key.o dsa_lib.o dsa_asn1.o dsa_vrf.o dsa_sign.o dsa_err.o dsa_ossl.o dsa_depr.o dsa_ameth.o dsa_pmeth.o dsa_prn.o
/usr/bin/ranlib ../../libcrypto.a || echo Never mind.
making all in crypto/ecdsa...
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o ecs_lib.o ecs_lib.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o ecs_asn1.o ecs_asn1.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o ecs_ossl.o ecs_ossl.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o ecs_sign.o ecs_sign.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o ecs_vrf.o ecs_vrf.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o ecs_err.o ecs_err.c
ar r ../../libcrypto.a ecs_lib.o ecs_asn1.o ecs_ossl.o ecs_sign.o ecs_vrf.o ecs_err.o
/usr/bin/ranlib ../../libcrypto.a || echo Never mind.
making all in crypto/dh...
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o dh_asn1.o dh_asn1.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o dh_gen.o dh_gen.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o dh_key.o dh_key.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o dh_lib.o dh_lib.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o dh_check.o dh_check.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o dh_err.o dh_err.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o dh_depr.o dh_depr.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o dh_ameth.o dh_ameth.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o dh_pmeth.o dh_pmeth.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o dh_prn.o dh_prn.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o dh_rfc5114.o dh_rfc5114.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o dh_kdf.o dh_kdf.c
ar r ../../libcrypto.a dh_asn1.o dh_gen.o dh_key.o dh_lib.o dh_check.o dh_err.o dh_depr.o dh_ameth.o dh_pmeth.o dh_prn.o dh_rfc5114.o dh_kdf.o
/usr/bin/ranlib ../../libcrypto.a || echo Never mind.
making all in crypto/ecdh...
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o ech_lib.o ech_lib.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o ech_ossl.o ech_ossl.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o ech_key.o ech_key.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o ech_err.o ech_err.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o ech_kdf.o ech_kdf.c
ar r ../../libcrypto.a ech_lib.o ech_ossl.o ech_key.o ech_err.o ech_kdf.o
/usr/bin/ranlib ../../libcrypto.a || echo Never mind.
making all in crypto/dso...
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o dso_dl.o dso_dl.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o dso_dlfcn.o dso_dlfcn.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o dso_err.o dso_err.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o dso_lib.o dso_lib.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o dso_null.o dso_null.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o dso_openssl.o dso_openssl.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o dso_win32.o dso_win32.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o dso_vms.o dso_vms.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o dso_beos.o dso_beos.c
ar r ../../libcrypto.a dso_dl.o dso_dlfcn.o dso_err.o dso_lib.o dso_null.o dso_openssl.o dso_win32.o dso_vms.o dso_beos.o
/usr/bin/ranlib ../../libcrypto.a || echo Never mind.
making all in crypto/engine...
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o eng_err.o eng_err.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o eng_lib.o eng_lib.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o eng_list.o eng_list.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o eng_init.o eng_init.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o eng_ctrl.o eng_ctrl.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o eng_table.o eng_table.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o eng_pkey.o eng_pkey.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o eng_fat.o eng_fat.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o eng_all.o eng_all.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o tb_rsa.o tb_rsa.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o tb_dsa.o tb_dsa.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o tb_ecdsa.o tb_ecdsa.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o tb_dh.o tb_dh.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o tb_ecdh.o tb_ecdh.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o tb_rand.o tb_rand.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o tb_store.o tb_store.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o tb_cipher.o tb_cipher.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o tb_digest.o tb_digest.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o tb_pkmeth.o tb_pkmeth.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o tb_asnmth.o tb_asnmth.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o eng_openssl.o eng_openssl.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o eng_cnf.o eng_cnf.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o eng_dyn.o eng_dyn.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o eng_cryptodev.o eng_cryptodev.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o eng_rdrand.o eng_rdrand.c
ar r ../../libcrypto.a eng_err.o eng_lib.o eng_list.o eng_init.o eng_ctrl.o eng_table.o eng_pkey.o eng_fat.o eng_all.o tb_rsa.o tb_dsa.o tb_ecdsa.o tb_dh.o tb_ecdh.o tb_rand.o tb_store.o tb_cipher.o tb_digest.o tb_pkmeth.o tb_asnmth.o eng_openssl.o eng_cnf.o eng_dyn.o eng_cryptodev.o eng_rdrand.o
/usr/bin/ranlib ../../libcrypto.a || echo Never mind.
making all in crypto/buffer...
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o buffer.o buffer.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o buf_str.o buf_str.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o buf_err.o buf_err.c
ar r ../../libcrypto.a buffer.o buf_str.o buf_err.o
/usr/bin/ranlib ../../libcrypto.a || echo Never mind.
making all in crypto/bio...
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o bio_lib.o bio_lib.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o bio_cb.o bio_cb.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o bio_err.o bio_err.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o bss_mem.o bss_mem.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o bss_null.o bss_null.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o bss_fd.o bss_fd.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o bss_file.o bss_file.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o bss_sock.o bss_sock.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o bss_conn.o bss_conn.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o bf_null.o bf_null.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o bf_buff.o bf_buff.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o b_print.o b_print.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o b_dump.o b_dump.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o b_sock.o b_sock.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o bss_acpt.o bss_acpt.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o bf_nbio.o bf_nbio.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o bss_log.o bss_log.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o bss_bio.o bss_bio.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o bss_dgram.o bss_dgram.c
ar r ../../libcrypto.a bio_lib.o bio_cb.o bio_err.o bss_mem.o bss_null.o bss_fd.o bss_file.o bss_sock.o bss_conn.o bf_null.o bf_buff.o b_print.o b_dump.o b_sock.o bss_acpt.o bf_nbio.o bss_log.o bss_bio.o bss_dgram.o
/usr/bin/ranlib ../../libcrypto.a || echo Never mind.
making all in crypto/stack...
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o stack.o stack.c
ar r ../../libcrypto.a stack.o
/usr/bin/ranlib ../../libcrypto.a || echo Never mind.
making all in crypto/lhash...
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o lhash.o lhash.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o lh_stats.o lh_stats.c
ar r ../../libcrypto.a lhash.o lh_stats.o
/usr/bin/ranlib ../../libcrypto.a || echo Never mind.
making all in crypto/rand...
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o md_rand.o md_rand.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o randfile.o randfile.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o rand_lib.o rand_lib.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o rand_err.o rand_err.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o rand_egd.o rand_egd.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o rand_win.o rand_win.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o rand_unix.o rand_unix.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o rand_os2.o rand_os2.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o rand_nw.o rand_nw.c
ar r ../../libcrypto.a md_rand.o randfile.o rand_lib.o rand_err.o rand_egd.o rand_win.o rand_unix.o rand_os2.o rand_nw.o
/usr/bin/ranlib ../../libcrypto.a || echo Never mind.
making all in crypto/err...
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o err.o err.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o err_all.o err_all.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o err_prn.o err_prn.c
ar r ../../libcrypto.a err.o err_all.o err_prn.o
/usr/bin/ranlib ../../libcrypto.a || echo Never mind.
making all in crypto/evp...
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o encode.o encode.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o digest.o digest.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o evp_enc.o evp_enc.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o evp_key.o evp_key.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o evp_acnf.o evp_acnf.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o evp_cnf.o evp_cnf.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o e_des.o e_des.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o e_bf.o e_bf.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o e_idea.o e_idea.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o e_des3.o e_des3.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o e_camellia.o e_camellia.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o e_rc4.o e_rc4.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o e_aes.o e_aes.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o names.o names.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o e_seed.o e_seed.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o e_xcbc_d.o e_xcbc_d.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o e_rc2.o e_rc2.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o e_cast.o e_cast.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o e_rc5.o e_rc5.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o m_null.o m_null.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o m_md2.o m_md2.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o m_md4.o m_md4.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o m_md5.o m_md5.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o m_sha.o m_sha.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o m_sha1.o m_sha1.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o m_wp.o m_wp.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o m_dss.o m_dss.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o m_dss1.o m_dss1.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o m_mdc2.o m_mdc2.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o m_ripemd.o m_ripemd.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o m_ecdsa.o m_ecdsa.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o p_open.o p_open.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o p_seal.o p_seal.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o p_sign.o p_sign.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o p_verify.o p_verify.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o p_lib.o p_lib.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o p_enc.o p_enc.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o p_dec.o p_dec.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o bio_md.o bio_md.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o bio_b64.o bio_b64.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o bio_enc.o bio_enc.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o evp_err.o evp_err.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o e_null.o e_null.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o c_all.o c_all.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o c_allc.o c_allc.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o c_alld.o c_alld.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o evp_lib.o evp_lib.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o bio_ok.o bio_ok.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o evp_pkey.o evp_pkey.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o evp_pbe.o evp_pbe.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o p5_crpt.o p5_crpt.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o p5_crpt2.o p5_crpt2.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o e_old.o e_old.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o pmeth_lib.o pmeth_lib.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o pmeth_fn.o pmeth_fn.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o pmeth_gn.o pmeth_gn.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o m_sigver.o m_sigver.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o e_aes_cbc_hmac_sha1.o e_aes_cbc_hmac_sha1.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o e_aes_cbc_hmac_sha256.o e_aes_cbc_hmac_sha256.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o e_rc4_hmac_md5.o e_rc4_hmac_md5.c
ar r ../../libcrypto.a encode.o digest.o evp_enc.o evp_key.o evp_acnf.o evp_cnf.o e_des.o e_bf.o e_idea.o e_des3.o e_camellia.o e_rc4.o e_aes.o names.o e_seed.o e_xcbc_d.o e_rc2.o e_cast.o e_rc5.o m_null.o m_md2.o m_md4.o m_md5.o m_sha.o m_sha1.o m_wp.o m_dss.o m_dss1.o m_mdc2.o m_ripemd.o m_ecdsa.o p_open.o p_seal.o p_sign.o p_verify.o p_lib.o p_enc.o p_dec.o bio_md.o bio_b64.o bio_enc.o evp_err.o e_null.o c_all.o c_allc.o c_alld.o evp_lib.o bio_ok.o evp_pkey.o evp_pbe.o p5_crpt.o p5_crpt2.o e_old.o pmeth_lib.o pmeth_fn.o pmeth_gn.o m_sigver.o e_aes_cbc_hmac_sha1.o e_aes_cbc_hmac_sha256.o e_rc4_hmac_md5.o
/usr/bin/ranlib ../../libcrypto.a || echo Never mind.
making all in crypto/asn1...
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o a_object.o a_object.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o a_bitstr.o a_bitstr.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o a_utctm.o a_utctm.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o a_gentm.o a_gentm.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o a_time.o a_time.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o a_int.o a_int.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o a_octet.o a_octet.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o a_print.o a_print.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o a_type.o a_type.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o a_set.o a_set.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o a_dup.o a_dup.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o a_d2i_fp.o a_d2i_fp.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o a_i2d_fp.o a_i2d_fp.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o a_enum.o a_enum.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o a_utf8.o a_utf8.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o a_sign.o a_sign.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o a_digest.o a_digest.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o a_verify.o a_verify.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o a_mbstr.o a_mbstr.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o a_strex.o a_strex.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o x_algor.o x_algor.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o x_val.o x_val.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o x_pubkey.o x_pubkey.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o x_sig.o x_sig.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o x_req.o x_req.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o x_attrib.o x_attrib.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o x_bignum.o x_bignum.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o x_long.o x_long.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o x_name.o x_name.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o x_x509.o x_x509.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o x_x509a.o x_x509a.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o x_crl.o x_crl.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o x_info.o x_info.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o x_spki.o x_spki.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o nsseq.o nsseq.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o x_nx509.o x_nx509.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o d2i_pu.o d2i_pu.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o d2i_pr.o d2i_pr.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o i2d_pu.o i2d_pu.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o i2d_pr.o i2d_pr.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o t_req.o t_req.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o t_x509.o t_x509.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o t_x509a.o t_x509a.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o t_crl.o t_crl.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o t_pkey.o t_pkey.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o t_spki.o t_spki.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o t_bitst.o t_bitst.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o tasn_new.o tasn_new.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o tasn_fre.o tasn_fre.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o tasn_enc.o tasn_enc.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o tasn_dec.o tasn_dec.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o tasn_utl.o tasn_utl.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o tasn_typ.o tasn_typ.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o tasn_prn.o tasn_prn.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o ameth_lib.o ameth_lib.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o f_int.o f_int.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o f_string.o f_string.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o n_pkey.o n_pkey.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o f_enum.o f_enum.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o x_pkey.o x_pkey.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o a_bool.o a_bool.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o x_exten.o x_exten.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o bio_asn1.o bio_asn1.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o bio_ndef.o bio_ndef.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o asn_mime.o asn_mime.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o asn1_gen.o asn1_gen.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o asn1_par.o asn1_par.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o asn1_lib.o asn1_lib.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o asn1_err.o asn1_err.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o a_bytes.o a_bytes.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o a_strnid.o a_strnid.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o evp_asn1.o evp_asn1.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o asn_pack.o asn_pack.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o p5_pbe.o p5_pbe.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o p5_pbev2.o p5_pbev2.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o p8_pkey.o p8_pkey.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o asn_moid.o asn_moid.c
ar r ../../libcrypto.a a_object.o a_bitstr.o a_utctm.o a_gentm.o a_time.o a_int.o a_octet.o a_print.o a_type.o a_set.o a_dup.o a_d2i_fp.o a_i2d_fp.o a_enum.o a_utf8.o a_sign.o a_digest.o a_verify.o a_mbstr.o a_strex.o x_algor.o x_val.o x_pubkey.o x_sig.o x_req.o x_attrib.o x_bignum.o x_long.o x_name.o x_x509.o x_x509a.o x_crl.o x_info.o x_spki.o nsseq.o x_nx509.o d2i_pu.o d2i_pr.o i2d_pu.o i2d_pr.o t_req.o t_x509.o t_x509a.o t_crl.o t_pkey.o t_spki.o t_bitst.o tasn_new.o tasn_fre.o tasn_enc.o tasn_dec.o tasn_utl.o tasn_typ.o tasn_prn.o ameth_lib.o f_int.o f_string.o n_pkey.o f_enum.o x_pkey.o a_bool.o x_exten.o bio_asn1.o bio_ndef.o asn_mime.o asn1_gen.o asn1_par.o asn1_lib.o asn1_err.o a_bytes.o a_strnid.o evp_asn1.o asn_pack.o p5_pbe.o p5_pbev2.o p8_pkey.o asn_moid.o
/usr/bin/ranlib ../../libcrypto.a || echo Never mind.
making all in crypto/pem...
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o pem_sign.o pem_sign.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o pem_seal.o pem_seal.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o pem_info.o pem_info.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o pem_lib.o pem_lib.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o pem_all.o pem_all.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o pem_err.o pem_err.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o pem_x509.o pem_x509.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o pem_xaux.o pem_xaux.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o pem_oth.o pem_oth.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o pem_pk8.o pem_pk8.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o pem_pkey.o pem_pkey.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o pvkfmt.o pvkfmt.c
ar r ../../libcrypto.a pem_sign.o pem_seal.o pem_info.o pem_lib.o pem_all.o pem_err.o pem_x509.o pem_xaux.o pem_oth.o pem_pk8.o pem_pkey.o pvkfmt.o
/usr/bin/ranlib ../../libcrypto.a || echo Never mind.
making all in crypto/x509...
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o x509_def.o x509_def.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o x509_d2.o x509_d2.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o x509_r2x.o x509_r2x.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o x509_cmp.o x509_cmp.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o x509_obj.o x509_obj.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o x509_req.o x509_req.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o x509spki.o x509spki.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o x509_vfy.o x509_vfy.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o x509_set.o x509_set.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o x509cset.o x509cset.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o x509rset.o x509rset.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o x509_err.o x509_err.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o x509name.o x509name.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o x509_v3.o x509_v3.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o x509_ext.o x509_ext.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o x509_att.o x509_att.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o x509type.o x509type.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o x509_lu.o x509_lu.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o x_all.o x_all.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o x509_txt.o x509_txt.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o x509_trs.o x509_trs.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o by_file.o by_file.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o by_dir.o by_dir.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o x509_vpm.o x509_vpm.c
ar r ../../libcrypto.a x509_def.o x509_d2.o x509_r2x.o x509_cmp.o x509_obj.o x509_req.o x509spki.o x509_vfy.o x509_set.o x509cset.o x509rset.o x509_err.o x509name.o x509_v3.o x509_ext.o x509_att.o x509type.o x509_lu.o x_all.o x509_txt.o x509_trs.o by_file.o by_dir.o x509_vpm.o
/usr/bin/ranlib ../../libcrypto.a || echo Never mind.
making all in crypto/x509v3...
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o v3_bcons.o v3_bcons.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o v3_bitst.o v3_bitst.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o v3_conf.o v3_conf.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o v3_extku.o v3_extku.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o v3_ia5.o v3_ia5.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o v3_lib.o v3_lib.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o v3_prn.o v3_prn.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o v3_utl.o v3_utl.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o v3err.o v3err.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o v3_genn.o v3_genn.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o v3_alt.o v3_alt.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o v3_skey.o v3_skey.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o v3_akey.o v3_akey.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o v3_pku.o v3_pku.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o v3_int.o v3_int.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o v3_enum.o v3_enum.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o v3_sxnet.o v3_sxnet.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o v3_cpols.o v3_cpols.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o v3_crld.o v3_crld.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o v3_purp.o v3_purp.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o v3_info.o v3_info.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o v3_ocsp.o v3_ocsp.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o v3_akeya.o v3_akeya.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o v3_pmaps.o v3_pmaps.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o v3_pcons.o v3_pcons.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o v3_ncons.o v3_ncons.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o v3_pcia.o v3_pcia.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o v3_pci.o v3_pci.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o pcy_cache.o pcy_cache.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o pcy_node.o pcy_node.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o pcy_data.o pcy_data.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o pcy_map.o pcy_map.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o pcy_tree.o pcy_tree.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o pcy_lib.o pcy_lib.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o v3_asid.o v3_asid.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o v3_addr.o v3_addr.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o v3_scts.o v3_scts.c
ar r ../../libcrypto.a v3_bcons.o v3_bitst.o v3_conf.o v3_extku.o v3_ia5.o v3_lib.o v3_prn.o v3_utl.o v3err.o v3_genn.o v3_alt.o v3_skey.o v3_akey.o v3_pku.o v3_int.o v3_enum.o v3_sxnet.o v3_cpols.o v3_crld.o v3_purp.o v3_info.o v3_ocsp.o v3_akeya.o v3_pmaps.o v3_pcons.o v3_ncons.o v3_pcia.o v3_pci.o pcy_cache.o pcy_node.o pcy_data.o pcy_map.o pcy_tree.o pcy_lib.o v3_asid.o v3_addr.o v3_scts.o
/usr/bin/ranlib ../../libcrypto.a || echo Never mind.
making all in crypto/conf...
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o conf_err.o conf_err.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o conf_lib.o conf_lib.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o conf_api.o conf_api.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o conf_def.o conf_def.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o conf_mod.o conf_mod.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o conf_mall.o conf_mall.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o conf_sap.o conf_sap.c
ar r ../../libcrypto.a conf_err.o conf_lib.o conf_api.o conf_def.o conf_mod.o conf_mall.o conf_sap.o
/usr/bin/ranlib ../../libcrypto.a || echo Never mind.
making all in crypto/txt_db...
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o txt_db.o txt_db.c
ar r ../../libcrypto.a txt_db.o
/usr/bin/ranlib ../../libcrypto.a || echo Never mind.
making all in crypto/pkcs7...
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o pk7_asn1.o pk7_asn1.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o pk7_lib.o pk7_lib.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o pkcs7err.o pkcs7err.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o pk7_doit.o pk7_doit.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o pk7_smime.o pk7_smime.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o pk7_attr.o pk7_attr.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o pk7_mime.o pk7_mime.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o bio_pk7.o bio_pk7.c
ar r ../../libcrypto.a pk7_asn1.o pk7_lib.o pkcs7err.o pk7_doit.o pk7_smime.o pk7_attr.o pk7_mime.o bio_pk7.o
/usr/bin/ranlib ../../libcrypto.a || echo Never mind.
making all in crypto/pkcs12...
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o p12_add.o p12_add.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o p12_asn.o p12_asn.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o p12_attr.o p12_attr.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o p12_crpt.o p12_crpt.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o p12_crt.o p12_crt.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o p12_decr.o p12_decr.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o p12_init.o p12_init.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o p12_key.o p12_key.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o p12_kiss.o p12_kiss.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o p12_mutl.o p12_mutl.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o p12_utl.o p12_utl.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o p12_npas.o p12_npas.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o pk12err.o pk12err.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o p12_p8d.o p12_p8d.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o p12_p8e.o p12_p8e.c
ar r ../../libcrypto.a p12_add.o p12_asn.o p12_attr.o p12_crpt.o p12_crt.o p12_decr.o p12_init.o p12_key.o p12_kiss.o p12_mutl.o p12_utl.o p12_npas.o pk12err.o p12_p8d.o p12_p8e.o
/usr/bin/ranlib ../../libcrypto.a || echo Never mind.
making all in crypto/comp...
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o comp_lib.o comp_lib.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o comp_err.o comp_err.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o c_rle.o c_rle.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o c_zlib.o c_zlib.c
ar r ../../libcrypto.a comp_lib.o comp_err.o c_rle.o c_zlib.o
/usr/bin/ranlib ../../libcrypto.a || echo Never mind.
making all in crypto/ocsp...
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o ocsp_asn.o ocsp_asn.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o ocsp_ext.o ocsp_ext.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o ocsp_ht.o ocsp_ht.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o ocsp_lib.o ocsp_lib.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o ocsp_cl.o ocsp_cl.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o ocsp_srv.o ocsp_srv.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o ocsp_prn.o ocsp_prn.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o ocsp_vfy.o ocsp_vfy.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o ocsp_err.o ocsp_err.c
ar r ../../libcrypto.a ocsp_asn.o ocsp_ext.o ocsp_ht.o ocsp_lib.o ocsp_cl.o ocsp_srv.o ocsp_prn.o ocsp_vfy.o ocsp_err.o
/usr/bin/ranlib ../../libcrypto.a || echo Never mind.
making all in crypto/ui...
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o ui_err.o ui_err.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o ui_lib.o ui_lib.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o ui_openssl.o ui_openssl.c
ui_openssl.c:410:17: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
static volatile intr_signal;
~~~~~~~~~~~~~~~ ^
1 warning generated.
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o ui_util.o ui_util.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o ui_compat.o ui_compat.c
ar r ../../libcrypto.a ui_err.o ui_lib.o ui_openssl.o ui_util.o ui_compat.o
/usr/bin/ranlib ../../libcrypto.a || echo Never mind.
making all in crypto/krb5...
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o krb5_asn.o krb5_asn.c
ar r ../../libcrypto.a krb5_asn.o
/usr/bin/ranlib ../../libcrypto.a || echo Never mind.
making all in crypto/cms...
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o cms_lib.o cms_lib.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o cms_asn1.o cms_asn1.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o cms_att.o cms_att.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o cms_io.o cms_io.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o cms_smime.o cms_smime.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o cms_err.o cms_err.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o cms_sd.o cms_sd.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o cms_dd.o cms_dd.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o cms_cd.o cms_cd.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o cms_env.o cms_env.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o cms_enc.o cms_enc.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o cms_ess.o cms_ess.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o cms_pwri.o cms_pwri.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o cms_kari.o cms_kari.c
ar r ../../libcrypto.a cms_lib.o cms_asn1.o cms_att.o cms_io.o cms_smime.o cms_err.o cms_sd.o cms_dd.o cms_cd.o cms_env.o cms_enc.o cms_ess.o cms_pwri.o cms_kari.o
/usr/bin/ranlib ../../libcrypto.a || echo Never mind.
making all in crypto/pqueue...
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o pqueue.o pqueue.c
ar r ../../libcrypto.a pqueue.o
/usr/bin/ranlib ../../libcrypto.a || echo Never mind.
making all in crypto/ts...
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o ts_err.o ts_err.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o ts_req_utils.o ts_req_utils.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o ts_req_print.o ts_req_print.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o ts_rsp_utils.o ts_rsp_utils.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o ts_rsp_print.o ts_rsp_print.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o ts_rsp_sign.o ts_rsp_sign.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o ts_rsp_verify.o ts_rsp_verify.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o ts_verify_ctx.o ts_verify_ctx.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o ts_lib.o ts_lib.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o ts_conf.o ts_conf.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o ts_asn1.o ts_asn1.c
ar r ../../libcrypto.a ts_err.o ts_req_utils.o ts_req_print.o ts_rsp_utils.o ts_rsp_print.o ts_rsp_sign.o ts_rsp_verify.o ts_verify_ctx.o ts_lib.o ts_conf.o ts_asn1.o
/usr/bin/ranlib ../../libcrypto.a || echo Never mind.
making all in crypto/srp...
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o srp_lib.o srp_lib.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o srp_vfy.o srp_vfy.c
ar r ../../libcrypto.a srp_lib.o srp_vfy.o
/usr/bin/ranlib ../../libcrypto.a || echo Never mind.
making all in crypto/cmac...
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o cmac.o cmac.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o cm_ameth.o cm_ameth.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../.. -I../modes -I../asn1 -I../evp -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o cm_pmeth.o cm_pmeth.c
ar r ../../libcrypto.a cmac.o cm_ameth.o cm_pmeth.o
/usr/bin/ranlib ../../libcrypto.a || echo Never mind.
if [ -n "" ]; then \
(cd ..; /Applications/Xcode-beta.app/Contents/Developer/usr/bin/make libcrypto.1.0.0.dylib); \
fi
making all in engines...
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o e_4758cca.o e_4758cca.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o e_aep.o e_aep.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o e_atalla.o e_atalla.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o e_cswift.o e_cswift.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o e_gmp.o e_gmp.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o e_chil.o e_chil.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o e_nuron.o e_nuron.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o e_sureware.o e_sureware.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o e_ubsec.o e_ubsec.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o e_padlock.o e_padlock.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o e_capi.o e_capi.c
echo
making all in engines/ccgost...
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o e_gost_err.o e_gost_err.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o gost2001_keyx.o gost2001_keyx.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o gost2001.o gost2001.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o gost89.o gost89.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o gost94_keyx.o gost94_keyx.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o gost_ameth.o gost_ameth.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o gost_asn1.o gost_asn1.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o gost_crypt.o gost_crypt.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o gost_ctl.o gost_ctl.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o gost_eng.o gost_eng.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o gosthash.o gosthash.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o gost_keywrap.o gost_keywrap.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o gost_md.o gost_md.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o gost_params.o gost_params.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o gost_pmeth.o gost_pmeth.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o gost_sign.o gost_sign.c
if [ -n "" ]; then \
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/make -f ../../Makefile.shared -e \
LIBNAME=gost \
LIBEXTRAS='e_gost_err.o gost2001_keyx.o gost2001.o gost89.o gost94_keyx.o gost_ameth.o gost_asn1.o gost_crypt.o gost_ctl.o gost_eng.o gosthash.o gost_keywrap.o gost_md.o gost_params.o gost_pmeth.o gost_sign.o' \
LIBDEPS='-L../.. -lcrypto' \
link_o.darwin-shared; \
else \
ar r ../../libcrypto.a e_gost_err.o gost2001_keyx.o gost2001.o gost89.o gost94_keyx.o gost_ameth.o gost_asn1.o gost_crypt.o gost_ctl.o gost_eng.o gosthash.o gost_keywrap.o gost_md.o gost_params.o gost_pmeth.o gost_sign.o; \
fi
making all in ssl...
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I../crypto -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o s2_meth.o s2_meth.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I../crypto -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o s2_srvr.o s2_srvr.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I../crypto -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o s2_clnt.o s2_clnt.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I../crypto -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o s2_lib.o s2_lib.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I../crypto -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o s2_enc.o s2_enc.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I../crypto -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o s2_pkt.o s2_pkt.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I../crypto -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o s3_meth.o s3_meth.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I../crypto -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o s3_srvr.o s3_srvr.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I../crypto -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o s3_clnt.o s3_clnt.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I../crypto -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o s3_lib.o s3_lib.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I../crypto -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o s3_enc.o s3_enc.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I../crypto -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o s3_pkt.o s3_pkt.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I../crypto -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o s3_both.o s3_both.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I../crypto -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o s3_cbc.o s3_cbc.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I../crypto -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o s23_meth.o s23_meth.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I../crypto -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o s23_srvr.o s23_srvr.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I../crypto -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o s23_clnt.o s23_clnt.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I../crypto -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o s23_lib.o s23_lib.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I../crypto -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o s23_pkt.o s23_pkt.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I../crypto -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o t1_meth.o t1_meth.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I../crypto -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o t1_srvr.o t1_srvr.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I../crypto -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o t1_clnt.o t1_clnt.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I../crypto -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o t1_lib.o t1_lib.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I../crypto -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o t1_enc.o t1_enc.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I../crypto -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o t1_ext.o t1_ext.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I../crypto -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o d1_meth.o d1_meth.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I../crypto -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o d1_srvr.o d1_srvr.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I../crypto -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o d1_clnt.o d1_clnt.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I../crypto -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o d1_lib.o d1_lib.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I../crypto -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o d1_pkt.o d1_pkt.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I../crypto -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o d1_both.o d1_both.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I../crypto -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o d1_srtp.o d1_srtp.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I../crypto -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o ssl_lib.o ssl_lib.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I../crypto -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o ssl_err2.o ssl_err2.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I../crypto -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o ssl_cert.o ssl_cert.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I../crypto -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o ssl_sess.o ssl_sess.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I../crypto -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o ssl_ciph.o ssl_ciph.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I../crypto -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o ssl_stat.o ssl_stat.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I../crypto -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o ssl_rsa.o ssl_rsa.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I../crypto -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o ssl_asn1.o ssl_asn1.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I../crypto -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o ssl_txt.o ssl_txt.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I../crypto -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o ssl_algs.o ssl_algs.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I../crypto -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o ssl_conf.o ssl_conf.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I../crypto -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o bio_ssl.o bio_ssl.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I../crypto -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o ssl_err.o ssl_err.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I../crypto -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o kssl.o kssl.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I../crypto -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o t1_reneg.o t1_reneg.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I../crypto -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o tls_srp.o tls_srp.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I../crypto -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o t1_trce.o t1_trce.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I../crypto -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o ssl_utst.o ssl_utst.c
ar r ../libssl.a s2_meth.o s2_srvr.o s2_clnt.o s2_lib.o s2_enc.o s2_pkt.o s3_meth.o s3_srvr.o s3_clnt.o s3_lib.o s3_enc.o s3_pkt.o s3_both.o s3_cbc.o s23_meth.o s23_srvr.o s23_clnt.o s23_lib.o s23_pkt.o t1_meth.o t1_srvr.o t1_clnt.o t1_lib.o t1_enc.o t1_ext.o d1_meth.o d1_srvr.o d1_clnt.o d1_lib.o d1_pkt.o d1_both.o d1_srtp.o ssl_lib.o ssl_err2.o ssl_cert.o ssl_sess.o ssl_ciph.o ssl_stat.o ssl_rsa.o ssl_asn1.o ssl_txt.o ssl_algs.o ssl_conf.o bio_ssl.o ssl_err.o kssl.o t1_reneg.o tls_srp.o t1_trce.o ssl_utst.o
ar: creating archive ../libssl.a
/usr/bin/ranlib ../libssl.a || echo Never mind.
if [ -n "" ]; then \
(cd ..; /Applications/Xcode-beta.app/Contents/Developer/usr/bin/make libssl.1.0.0.dylib); \
fi
making all in apps...
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -DMONOLITH -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o verify.o verify.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -DMONOLITH -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o asn1pars.o asn1pars.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -DMONOLITH -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o req.o req.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -DMONOLITH -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o dgst.o dgst.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -DMONOLITH -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o dh.o dh.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -DMONOLITH -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o dhparam.o dhparam.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -DMONOLITH -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o enc.o enc.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -DMONOLITH -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o passwd.o passwd.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -DMONOLITH -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o gendh.o gendh.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -DMONOLITH -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o errstr.o errstr.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -DMONOLITH -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o ca.o ca.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -DMONOLITH -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o pkcs7.o pkcs7.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -DMONOLITH -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o crl2p7.o crl2p7.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -DMONOLITH -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o crl.o crl.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -DMONOLITH -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o rsa.o rsa.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -DMONOLITH -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o rsautl.o rsautl.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -DMONOLITH -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o dsa.o dsa.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -DMONOLITH -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o dsaparam.o dsaparam.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -DMONOLITH -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o ec.o ec.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -DMONOLITH -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o ecparam.o ecparam.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -DMONOLITH -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o x509.o x509.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -DMONOLITH -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o genrsa.o genrsa.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -DMONOLITH -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o gendsa.o gendsa.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -DMONOLITH -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o genpkey.o genpkey.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -DMONOLITH -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o s_server.o s_server.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -DMONOLITH -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o s_client.o s_client.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -DMONOLITH -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o speed.o speed.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -DMONOLITH -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o s_time.o s_time.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -DMONOLITH -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o apps.o apps.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -DMONOLITH -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o s_cb.o s_cb.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -DMONOLITH -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o s_socket.o s_socket.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -DMONOLITH -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o app_rand.o app_rand.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -DMONOLITH -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o version.o version.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -DMONOLITH -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o sess_id.o sess_id.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -DMONOLITH -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o ciphers.o ciphers.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -DMONOLITH -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o nseq.o nseq.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -DMONOLITH -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o pkcs12.o pkcs12.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -DMONOLITH -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o pkcs8.o pkcs8.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -DMONOLITH -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o pkey.o pkey.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -DMONOLITH -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o pkeyparam.o pkeyparam.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -DMONOLITH -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o pkeyutl.o pkeyutl.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -DMONOLITH -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o spkac.o spkac.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -DMONOLITH -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o smime.o smime.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -DMONOLITH -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o cms.o cms.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -DMONOLITH -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o rand.o rand.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -DMONOLITH -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o engine.o engine.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -DMONOLITH -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o ocsp.o ocsp.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -DMONOLITH -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o prime.o prime.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -DMONOLITH -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o ts.o ts.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -DMONOLITH -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o srp.o srp.c
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -DMONOLITH -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o openssl.o openssl.c
rm -f openssl
shlib_target=; if [ -n "" ]; then \
shlib_target="darwin-shared"; \
elif [ -n "" ]; then \
FIPSLD_CC="/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7"; CC=/usr/local/ssl/fips-2.0/bin/fipsld; export CC FIPSLD_CC; \
fi; \
LIBRARIES="-L.. -lssl -L.. -lcrypto" ; \
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/make -f ../Makefile.shared -e \
APPNAME=openssl OBJECTS="openssl.o verify.o asn1pars.o req.o dgst.o dh.o dhparam.o enc.o passwd.o gendh.o errstr.o ca.o pkcs7.o crl2p7.o crl.o rsa.o rsautl.o dsa.o dsaparam.o ec.o ecparam.o x509.o genrsa.o gendsa.o genpkey.o s_server.o s_client.o speed.o s_time.o apps.o s_cb.o s_socket.o app_rand.o version.o sess_id.o ciphers.o nseq.o pkcs12.o pkcs8.o pkey.o pkeyparam.o pkeyutl.o spkac.o smime.o cms.o rand.o engine.o ocsp.o prime.o ts.o srp.o" \
LIBDEPS="-Wl,-search_paths_first $LIBRARIES " \
link_app.${shlib_target}
( :; LIBDEPS="${LIBDEPS:--Wl,-search_paths_first -L.. -lssl -L.. -lcrypto }"; LDCMD="${LDCMD:-/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7}"; LDFLAGS="${LDFLAGS:--isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common}"; LIBPATH=`for x in $LIBDEPS; do echo $x; done | sed -e 's/^ *-L//;t' -e d | uniq`; LIBPATH=`echo $LIBPATH | sed -e 's/ /:/g'`; LD_LIBRARY_PATH=$LIBPATH:$LD_LIBRARY_PATH ${LDCMD} ${LDFLAGS} -o ${APPNAME:=openssl} openssl.o verify.o asn1pars.o req.o dgst.o dh.o dhparam.o enc.o passwd.o gendh.o errstr.o ca.o pkcs7.o crl2p7.o crl.o rsa.o rsautl.o dsa.o dsaparam.o ec.o ecparam.o x509.o genrsa.o gendsa.o genpkey.o s_server.o s_client.o speed.o s_time.o apps.o s_cb.o s_socket.o app_rand.o version.o sess_id.o ciphers.o nseq.o pkcs12.o pkcs8.o pkey.o pkeyparam.o pkeyutl.o spkac.o smime.o cms.o rand.o engine.o ocsp.o prime.o ts.o srp.o ${LIBDEPS} )
Doing certs/demo
/Users/steipete/Documents/Projects/PSPDFKit/iOS/Extras/OpenSSL/openssl-1.0.2d/util/shlib_wrap.sh: line 96: /Users/steipete/Documents/Projects/PSPDFKit/iOS/Extras/OpenSSL/openssl-1.0.2d/util/../apps/openssl: Bad CPU type in executable
/Users/steipete/Documents/Projects/PSPDFKit/iOS/Extras/OpenSSL/openssl-1.0.2d/util/shlib_wrap.sh: line 96: /Users/steipete/Documents/Projects/PSPDFKit/iOS/Extras/OpenSSL/openssl-1.0.2d/util/../apps/openssl: Undefined error: 0
/Users/steipete/Documents/Projects/PSPDFKit/iOS/Extras/OpenSSL/openssl-1.0.2d/util/shlib_wrap.sh: line 96: /Users/steipete/Documents/Projects/PSPDFKit/iOS/Extras/OpenSSL/openssl-1.0.2d/util/../apps/openssl: Bad CPU type in executable
/Users/steipete/Documents/Projects/PSPDFKit/iOS/Extras/OpenSSL/openssl-1.0.2d/util/shlib_wrap.sh: line 96: /Users/steipete/Documents/Projects/PSPDFKit/iOS/Extras/OpenSSL/openssl-1.0.2d/util/../apps/openssl: Undefined error: 0
WARNING: Skipping duplicate certificate dsa-ca.pem
/Users/steipete/Documents/Projects/PSPDFKit/iOS/Extras/OpenSSL/openssl-1.0.2d/util/shlib_wrap.sh: line 96: /Users/steipete/Documents/Projects/PSPDFKit/iOS/Extras/OpenSSL/openssl-1.0.2d/util/../apps/openssl: Bad CPU type in executable
/Users/steipete/Documents/Projects/PSPDFKit/iOS/Extras/OpenSSL/openssl-1.0.2d/util/shlib_wrap.sh: line 96: /Users/steipete/Documents/Projects/PSPDFKit/iOS/Extras/OpenSSL/openssl-1.0.2d/util/../apps/openssl: Undefined error: 0
WARNING: Skipping duplicate certificate dsa-pca.pem
/Users/steipete/Documents/Projects/PSPDFKit/iOS/Extras/OpenSSL/openssl-1.0.2d/util/shlib_wrap.sh: line 96: /Users/steipete/Documents/Projects/PSPDFKit/iOS/Extras/OpenSSL/openssl-1.0.2d/util/../apps/openssl: Bad CPU type in executable
/Users/steipete/Documents/Projects/PSPDFKit/iOS/Extras/OpenSSL/openssl-1.0.2d/util/shlib_wrap.sh: line 96: /Users/steipete/Documents/Projects/PSPDFKit/iOS/Extras/OpenSSL/openssl-1.0.2d/util/../apps/openssl: Undefined error: 0
WARNING: Skipping duplicate certificate pca-cert.pem
making all in test...
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o bntest.o bntest.c
( :; LIBDEPS="${LIBDEPS:--Wl,-search_paths_first -L.. -lssl -L.. -lcrypto }"; LDCMD="${LDCMD:-/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7}"; LDFLAGS="${LDFLAGS:--isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common}"; LIBPATH=`for x in $LIBDEPS; do echo $x; done | sed -e 's/^ *-L//;t' -e d | uniq`; LIBPATH=`echo $LIBPATH | sed -e 's/ /:/g'`; LD_LIBRARY_PATH=$LIBPATH:$LD_LIBRARY_PATH ${LDCMD} ${LDFLAGS} -o ${APPNAME:=bntest} bntest.o ${LIBDEPS} )
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o ectest.o ectest.c
( :; LIBDEPS="${LIBDEPS:--Wl,-search_paths_first -L.. -lssl -L.. -lcrypto }"; LDCMD="${LDCMD:-/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7}"; LDFLAGS="${LDFLAGS:--isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common}"; LIBPATH=`for x in $LIBDEPS; do echo $x; done | sed -e 's/^ *-L//;t' -e d | uniq`; LIBPATH=`echo $LIBPATH | sed -e 's/ /:/g'`; LD_LIBRARY_PATH=$LIBPATH:$LD_LIBRARY_PATH ${LDCMD} ${LDFLAGS} -o ${APPNAME:=ectest} ectest.o ${LIBDEPS} )
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o ecdsatest.o ecdsatest.c
( :; LIBDEPS="${LIBDEPS:--Wl,-search_paths_first -L.. -lssl -L.. -lcrypto }"; LDCMD="${LDCMD:-/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7}"; LDFLAGS="${LDFLAGS:--isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common}"; LIBPATH=`for x in $LIBDEPS; do echo $x; done | sed -e 's/^ *-L//;t' -e d | uniq`; LIBPATH=`echo $LIBPATH | sed -e 's/ /:/g'`; LD_LIBRARY_PATH=$LIBPATH:$LD_LIBRARY_PATH ${LDCMD} ${LDFLAGS} -o ${APPNAME:=ecdsatest} ecdsatest.o ${LIBDEPS} )
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o ecdhtest.o ecdhtest.c
( :; LIBDEPS="${LIBDEPS:--Wl,-search_paths_first -L.. -lssl -L.. -lcrypto }"; LDCMD="${LDCMD:-/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7}"; LDFLAGS="${LDFLAGS:--isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common}"; LIBPATH=`for x in $LIBDEPS; do echo $x; done | sed -e 's/^ *-L//;t' -e d | uniq`; LIBPATH=`echo $LIBPATH | sed -e 's/ /:/g'`; LD_LIBRARY_PATH=$LIBPATH:$LD_LIBRARY_PATH ${LDCMD} ${LDFLAGS} -o ${APPNAME:=ecdhtest} ecdhtest.o ${LIBDEPS} )
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o ideatest.o ideatest.c
( :; LIBDEPS="${LIBDEPS:--Wl,-search_paths_first -L.. -lssl -L.. -lcrypto }"; LDCMD="${LDCMD:-/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7}"; LDFLAGS="${LDFLAGS:--isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common}"; LIBPATH=`for x in $LIBDEPS; do echo $x; done | sed -e 's/^ *-L//;t' -e d | uniq`; LIBPATH=`echo $LIBPATH | sed -e 's/ /:/g'`; LD_LIBRARY_PATH=$LIBPATH:$LD_LIBRARY_PATH ${LDCMD} ${LDFLAGS} -o ${APPNAME:=ideatest} ideatest.o ${LIBDEPS} )
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o md2test.o md2test.c
( :; LIBDEPS="${LIBDEPS:--Wl,-search_paths_first -L.. -lssl -L.. -lcrypto }"; LDCMD="${LDCMD:-/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7}"; LDFLAGS="${LDFLAGS:--isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common}"; LIBPATH=`for x in $LIBDEPS; do echo $x; done | sed -e 's/^ *-L//;t' -e d | uniq`; LIBPATH=`echo $LIBPATH | sed -e 's/ /:/g'`; LD_LIBRARY_PATH=$LIBPATH:$LD_LIBRARY_PATH ${LDCMD} ${LDFLAGS} -o ${APPNAME:=md2test} md2test.o ${LIBDEPS} )
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o md4test.o md4test.c
( :; LIBDEPS="${LIBDEPS:--Wl,-search_paths_first -L.. -lssl -L.. -lcrypto }"; LDCMD="${LDCMD:-/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7}"; LDFLAGS="${LDFLAGS:--isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common}"; LIBPATH=`for x in $LIBDEPS; do echo $x; done | sed -e 's/^ *-L//;t' -e d | uniq`; LIBPATH=`echo $LIBPATH | sed -e 's/ /:/g'`; LD_LIBRARY_PATH=$LIBPATH:$LD_LIBRARY_PATH ${LDCMD} ${LDFLAGS} -o ${APPNAME:=md4test} md4test.o ${LIBDEPS} )
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o md5test.o md5test.c
( :; LIBDEPS="${LIBDEPS:--Wl,-search_paths_first -L.. -lssl -L.. -lcrypto }"; LDCMD="${LDCMD:-/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7}"; LDFLAGS="${LDFLAGS:--isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common}"; LIBPATH=`for x in $LIBDEPS; do echo $x; done | sed -e 's/^ *-L//;t' -e d | uniq`; LIBPATH=`echo $LIBPATH | sed -e 's/ /:/g'`; LD_LIBRARY_PATH=$LIBPATH:$LD_LIBRARY_PATH ${LDCMD} ${LDFLAGS} -o ${APPNAME:=md5test} md5test.o ${LIBDEPS} )
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o hmactest.o hmactest.c
( :; LIBDEPS="${LIBDEPS:--Wl,-search_paths_first -L.. -lssl -L.. -lcrypto }"; LDCMD="${LDCMD:-/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7}"; LDFLAGS="${LDFLAGS:--isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common}"; LIBPATH=`for x in $LIBDEPS; do echo $x; done | sed -e 's/^ *-L//;t' -e d | uniq`; LIBPATH=`echo $LIBPATH | sed -e 's/ /:/g'`; LD_LIBRARY_PATH=$LIBPATH:$LD_LIBRARY_PATH ${LDCMD} ${LDFLAGS} -o ${APPNAME:=hmactest} hmactest.o ${LIBDEPS} )
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o wp_test.o wp_test.c
( :; LIBDEPS="${LIBDEPS:--Wl,-search_paths_first -L.. -lssl -L.. -lcrypto }"; LDCMD="${LDCMD:-/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7}"; LDFLAGS="${LDFLAGS:--isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common}"; LIBPATH=`for x in $LIBDEPS; do echo $x; done | sed -e 's/^ *-L//;t' -e d | uniq`; LIBPATH=`echo $LIBPATH | sed -e 's/ /:/g'`; LD_LIBRARY_PATH=$LIBPATH:$LD_LIBRARY_PATH ${LDCMD} ${LDFLAGS} -o ${APPNAME:=wp_test} wp_test.o ${LIBDEPS} )
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o rc2test.o rc2test.c
( :; LIBDEPS="${LIBDEPS:--Wl,-search_paths_first -L.. -lssl -L.. -lcrypto }"; LDCMD="${LDCMD:-/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7}"; LDFLAGS="${LDFLAGS:--isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common}"; LIBPATH=`for x in $LIBDEPS; do echo $x; done | sed -e 's/^ *-L//;t' -e d | uniq`; LIBPATH=`echo $LIBPATH | sed -e 's/ /:/g'`; LD_LIBRARY_PATH=$LIBPATH:$LD_LIBRARY_PATH ${LDCMD} ${LDFLAGS} -o ${APPNAME:=rc2test} rc2test.o ${LIBDEPS} )
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o rc4test.o rc4test.c
( :; LIBDEPS="${LIBDEPS:--Wl,-search_paths_first -L.. -lssl -L.. -lcrypto }"; LDCMD="${LDCMD:-/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7}"; LDFLAGS="${LDFLAGS:--isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common}"; LIBPATH=`for x in $LIBDEPS; do echo $x; done | sed -e 's/^ *-L//;t' -e d | uniq`; LIBPATH=`echo $LIBPATH | sed -e 's/ /:/g'`; LD_LIBRARY_PATH=$LIBPATH:$LD_LIBRARY_PATH ${LDCMD} ${LDFLAGS} -o ${APPNAME:=rc4test} rc4test.o ${LIBDEPS} )
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o rc5test.o rc5test.c
( :; LIBDEPS="${LIBDEPS:--Wl,-search_paths_first -L.. -lssl -L.. -lcrypto }"; LDCMD="${LDCMD:-/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7}"; LDFLAGS="${LDFLAGS:--isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common}"; LIBPATH=`for x in $LIBDEPS; do echo $x; done | sed -e 's/^ *-L//;t' -e d | uniq`; LIBPATH=`echo $LIBPATH | sed -e 's/ /:/g'`; LD_LIBRARY_PATH=$LIBPATH:$LD_LIBRARY_PATH ${LDCMD} ${LDFLAGS} -o ${APPNAME:=rc5test} rc5test.o ${LIBDEPS} )
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o destest.o destest.c
( :; LIBDEPS="${LIBDEPS:--Wl,-search_paths_first -L.. -lssl -L.. -lcrypto }"; LDCMD="${LDCMD:-/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7}"; LDFLAGS="${LDFLAGS:--isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common}"; LIBPATH=`for x in $LIBDEPS; do echo $x; done | sed -e 's/^ *-L//;t' -e d | uniq`; LIBPATH=`echo $LIBPATH | sed -e 's/ /:/g'`; LD_LIBRARY_PATH=$LIBPATH:$LD_LIBRARY_PATH ${LDCMD} ${LDFLAGS} -o ${APPNAME:=destest} destest.o ${LIBDEPS} )
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o shatest.o shatest.c
( :; LIBDEPS="${LIBDEPS:--Wl,-search_paths_first -L.. -lssl -L.. -lcrypto }"; LDCMD="${LDCMD:-/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7}"; LDFLAGS="${LDFLAGS:--isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common}"; LIBPATH=`for x in $LIBDEPS; do echo $x; done | sed -e 's/^ *-L//;t' -e d | uniq`; LIBPATH=`echo $LIBPATH | sed -e 's/ /:/g'`; LD_LIBRARY_PATH=$LIBPATH:$LD_LIBRARY_PATH ${LDCMD} ${LDFLAGS} -o ${APPNAME:=shatest} shatest.o ${LIBDEPS} )
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o sha1test.o sha1test.c
( :; LIBDEPS="${LIBDEPS:--Wl,-search_paths_first -L.. -lssl -L.. -lcrypto }"; LDCMD="${LDCMD:-/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7}"; LDFLAGS="${LDFLAGS:--isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common}"; LIBPATH=`for x in $LIBDEPS; do echo $x; done | sed -e 's/^ *-L//;t' -e d | uniq`; LIBPATH=`echo $LIBPATH | sed -e 's/ /:/g'`; LD_LIBRARY_PATH=$LIBPATH:$LD_LIBRARY_PATH ${LDCMD} ${LDFLAGS} -o ${APPNAME:=sha1test} sha1test.o ${LIBDEPS} )
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o sha256t.o sha256t.c
( :; LIBDEPS="${LIBDEPS:--Wl,-search_paths_first -L.. -lssl -L.. -lcrypto }"; LDCMD="${LDCMD:-/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7}"; LDFLAGS="${LDFLAGS:--isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common}"; LIBPATH=`for x in $LIBDEPS; do echo $x; done | sed -e 's/^ *-L//;t' -e d | uniq`; LIBPATH=`echo $LIBPATH | sed -e 's/ /:/g'`; LD_LIBRARY_PATH=$LIBPATH:$LD_LIBRARY_PATH ${LDCMD} ${LDFLAGS} -o ${APPNAME:=sha256t} sha256t.o ${LIBDEPS} )
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o sha512t.o sha512t.c
( :; LIBDEPS="${LIBDEPS:--Wl,-search_paths_first -L.. -lssl -L.. -lcrypto }"; LDCMD="${LDCMD:-/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7}"; LDFLAGS="${LDFLAGS:--isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common}"; LIBPATH=`for x in $LIBDEPS; do echo $x; done | sed -e 's/^ *-L//;t' -e d | uniq`; LIBPATH=`echo $LIBPATH | sed -e 's/ /:/g'`; LD_LIBRARY_PATH=$LIBPATH:$LD_LIBRARY_PATH ${LDCMD} ${LDFLAGS} -o ${APPNAME:=sha512t} sha512t.o ${LIBDEPS} )
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o mdc2test.o mdc2test.c
( :; LIBDEPS="${LIBDEPS:--Wl,-search_paths_first -L.. -lssl -L.. -lcrypto }"; LDCMD="${LDCMD:-/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7}"; LDFLAGS="${LDFLAGS:--isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common}"; LIBPATH=`for x in $LIBDEPS; do echo $x; done | sed -e 's/^ *-L//;t' -e d | uniq`; LIBPATH=`echo $LIBPATH | sed -e 's/ /:/g'`; LD_LIBRARY_PATH=$LIBPATH:$LD_LIBRARY_PATH ${LDCMD} ${LDFLAGS} -o ${APPNAME:=mdc2test} mdc2test.o ${LIBDEPS} )
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o rmdtest.o rmdtest.c
( :; LIBDEPS="${LIBDEPS:--Wl,-search_paths_first -L.. -lssl -L.. -lcrypto }"; LDCMD="${LDCMD:-/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7}"; LDFLAGS="${LDFLAGS:--isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common}"; LIBPATH=`for x in $LIBDEPS; do echo $x; done | sed -e 's/^ *-L//;t' -e d | uniq`; LIBPATH=`echo $LIBPATH | sed -e 's/ /:/g'`; LD_LIBRARY_PATH=$LIBPATH:$LD_LIBRARY_PATH ${LDCMD} ${LDFLAGS} -o ${APPNAME:=rmdtest} rmdtest.o ${LIBDEPS} )
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o randtest.o randtest.c
( :; LIBDEPS="${LIBDEPS:--Wl,-search_paths_first -L.. -lssl -L.. -lcrypto }"; LDCMD="${LDCMD:-/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7}"; LDFLAGS="${LDFLAGS:--isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common}"; LIBPATH=`for x in $LIBDEPS; do echo $x; done | sed -e 's/^ *-L//;t' -e d | uniq`; LIBPATH=`echo $LIBPATH | sed -e 's/ /:/g'`; LD_LIBRARY_PATH=$LIBPATH:$LD_LIBRARY_PATH ${LDCMD} ${LDFLAGS} -o ${APPNAME:=randtest} randtest.o ${LIBDEPS} )
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o dhtest.o dhtest.c
( :; LIBDEPS="${LIBDEPS:--Wl,-search_paths_first -L.. -lssl -L.. -lcrypto }"; LDCMD="${LDCMD:-/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7}"; LDFLAGS="${LDFLAGS:--isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common}"; LIBPATH=`for x in $LIBDEPS; do echo $x; done | sed -e 's/^ *-L//;t' -e d | uniq`; LIBPATH=`echo $LIBPATH | sed -e 's/ /:/g'`; LD_LIBRARY_PATH=$LIBPATH:$LD_LIBRARY_PATH ${LDCMD} ${LDFLAGS} -o ${APPNAME:=dhtest} dhtest.o ${LIBDEPS} )
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o enginetest.o enginetest.c
( :; LIBDEPS="${LIBDEPS:--Wl,-search_paths_first -L.. -lssl -L.. -lcrypto }"; LDCMD="${LDCMD:-/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7}"; LDFLAGS="${LDFLAGS:--isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common}"; LIBPATH=`for x in $LIBDEPS; do echo $x; done | sed -e 's/^ *-L//;t' -e d | uniq`; LIBPATH=`echo $LIBPATH | sed -e 's/ /:/g'`; LD_LIBRARY_PATH=$LIBPATH:$LD_LIBRARY_PATH ${LDCMD} ${LDFLAGS} -o ${APPNAME:=enginetest} enginetest.o ${LIBDEPS} )
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o bftest.o bftest.c
( :; LIBDEPS="${LIBDEPS:--Wl,-search_paths_first -L.. -lssl -L.. -lcrypto }"; LDCMD="${LDCMD:-/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7}"; LDFLAGS="${LDFLAGS:--isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common}"; LIBPATH=`for x in $LIBDEPS; do echo $x; done | sed -e 's/^ *-L//;t' -e d | uniq`; LIBPATH=`echo $LIBPATH | sed -e 's/ /:/g'`; LD_LIBRARY_PATH=$LIBPATH:$LD_LIBRARY_PATH ${LDCMD} ${LDFLAGS} -o ${APPNAME:=bftest} bftest.o ${LIBDEPS} )
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o casttest.o casttest.c
( :; LIBDEPS="${LIBDEPS:--Wl,-search_paths_first -L.. -lssl -L.. -lcrypto }"; LDCMD="${LDCMD:-/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7}"; LDFLAGS="${LDFLAGS:--isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common}"; LIBPATH=`for x in $LIBDEPS; do echo $x; done | sed -e 's/^ *-L//;t' -e d | uniq`; LIBPATH=`echo $LIBPATH | sed -e 's/ /:/g'`; LD_LIBRARY_PATH=$LIBPATH:$LD_LIBRARY_PATH ${LDCMD} ${LDFLAGS} -o ${APPNAME:=casttest} casttest.o ${LIBDEPS} )
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o ssltest.o ssltest.c
( :; LIBDEPS="${LIBDEPS:--Wl,-search_paths_first -L.. -lssl -L.. -lcrypto }"; LDCMD="${LDCMD:-/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7}"; LDFLAGS="${LDFLAGS:--isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common}"; LIBPATH=`for x in $LIBDEPS; do echo $x; done | sed -e 's/^ *-L//;t' -e d | uniq`; LIBPATH=`echo $LIBPATH | sed -e 's/ /:/g'`; LD_LIBRARY_PATH=$LIBPATH:$LD_LIBRARY_PATH ${LDCMD} ${LDFLAGS} -o ${APPNAME:=ssltest} ssltest.o ${LIBDEPS} )
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o exptest.o exptest.c
( :; LIBDEPS="${LIBDEPS:--Wl,-search_paths_first -L.. -lssl -L.. -lcrypto }"; LDCMD="${LDCMD:-/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7}"; LDFLAGS="${LDFLAGS:--isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common}"; LIBPATH=`for x in $LIBDEPS; do echo $x; done | sed -e 's/^ *-L//;t' -e d | uniq`; LIBPATH=`echo $LIBPATH | sed -e 's/ /:/g'`; LD_LIBRARY_PATH=$LIBPATH:$LD_LIBRARY_PATH ${LDCMD} ${LDFLAGS} -o ${APPNAME:=exptest} exptest.o ${LIBDEPS} )
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o dsatest.o dsatest.c
( :; LIBDEPS="${LIBDEPS:--Wl,-search_paths_first -L.. -lssl -L.. -lcrypto }"; LDCMD="${LDCMD:-/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7}"; LDFLAGS="${LDFLAGS:--isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common}"; LIBPATH=`for x in $LIBDEPS; do echo $x; done | sed -e 's/^ *-L//;t' -e d | uniq`; LIBPATH=`echo $LIBPATH | sed -e 's/ /:/g'`; LD_LIBRARY_PATH=$LIBPATH:$LD_LIBRARY_PATH ${LDCMD} ${LDFLAGS} -o ${APPNAME:=dsatest} dsatest.o ${LIBDEPS} )
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o rsa_test.o rsa_test.c
( :; LIBDEPS="${LIBDEPS:--Wl,-search_paths_first -L.. -lssl -L.. -lcrypto }"; LDCMD="${LDCMD:-/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7}"; LDFLAGS="${LDFLAGS:--isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common}"; LIBPATH=`for x in $LIBDEPS; do echo $x; done | sed -e 's/^ *-L//;t' -e d | uniq`; LIBPATH=`echo $LIBPATH | sed -e 's/ /:/g'`; LD_LIBRARY_PATH=$LIBPATH:$LD_LIBRARY_PATH ${LDCMD} ${LDFLAGS} -o ${APPNAME:=rsa_test} rsa_test.o ${LIBDEPS} )
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o evp_test.o evp_test.c
( :; LIBDEPS="${LIBDEPS:--Wl,-search_paths_first -L.. -lssl -L.. -lcrypto }"; LDCMD="${LDCMD:-/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7}"; LDFLAGS="${LDFLAGS:--isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common}"; LIBPATH=`for x in $LIBDEPS; do echo $x; done | sed -e 's/^ *-L//;t' -e d | uniq`; LIBPATH=`echo $LIBPATH | sed -e 's/ /:/g'`; LD_LIBRARY_PATH=$LIBPATH:$LD_LIBRARY_PATH ${LDCMD} ${LDFLAGS} -o ${APPNAME:=evp_test} evp_test.o ${LIBDEPS} )
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o evp_extra_test.o evp_extra_test.c
( :; LIBDEPS="${LIBDEPS:--Wl,-search_paths_first -L.. -lssl -L.. -lcrypto }"; LDCMD="${LDCMD:-/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7}"; LDFLAGS="${LDFLAGS:--isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common}"; LIBPATH=`for x in $LIBDEPS; do echo $x; done | sed -e 's/^ *-L//;t' -e d | uniq`; LIBPATH=`echo $LIBPATH | sed -e 's/ /:/g'`; LD_LIBRARY_PATH=$LIBPATH:$LD_LIBRARY_PATH ${LDCMD} ${LDFLAGS} -o ${APPNAME:=evp_extra_test} evp_extra_test.o ${LIBDEPS} )
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o igetest.o igetest.c
( :; LIBDEPS="${LIBDEPS:--Wl,-search_paths_first -L.. -lssl -L.. -lcrypto }"; LDCMD="${LDCMD:-/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7}"; LDFLAGS="${LDFLAGS:--isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common}"; LIBPATH=`for x in $LIBDEPS; do echo $x; done | sed -e 's/^ *-L//;t' -e d | uniq`; LIBPATH=`echo $LIBPATH | sed -e 's/ /:/g'`; LD_LIBRARY_PATH=$LIBPATH:$LD_LIBRARY_PATH ${LDCMD} ${LDFLAGS} -o ${APPNAME:=igetest} igetest.o ${LIBDEPS} )
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o jpaketest.o jpaketest.c
( :; LIBDEPS="${LIBDEPS:--Wl,-search_paths_first -L.. -lssl -L.. -lcrypto }"; LDCMD="${LDCMD:-/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7}"; LDFLAGS="${LDFLAGS:--isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common}"; LIBPATH=`for x in $LIBDEPS; do echo $x; done | sed -e 's/^ *-L//;t' -e d | uniq`; LIBPATH=`echo $LIBPATH | sed -e 's/ /:/g'`; LD_LIBRARY_PATH=$LIBPATH:$LD_LIBRARY_PATH ${LDCMD} ${LDFLAGS} -o ${APPNAME:=jpaketest} jpaketest.o ${LIBDEPS} )
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o srptest.o srptest.c
( :; LIBDEPS="${LIBDEPS:--Wl,-search_paths_first -L.. -lssl -L.. -lcrypto }"; LDCMD="${LDCMD:-/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7}"; LDFLAGS="${LDFLAGS:--isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common}"; LIBPATH=`for x in $LIBDEPS; do echo $x; done | sed -e 's/^ *-L//;t' -e d | uniq`; LIBPATH=`echo $LIBPATH | sed -e 's/ /:/g'`; LD_LIBRARY_PATH=$LIBPATH:$LD_LIBRARY_PATH ${LDCMD} ${LDFLAGS} -o ${APPNAME:=srptest} srptest.o ${LIBDEPS} )
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o asn1test.o asn1test.c
( :; LIBDEPS="${LIBDEPS:--Wl,-search_paths_first -L.. -lssl -L.. -lcrypto }"; LDCMD="${LDCMD:-/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7}"; LDFLAGS="${LDFLAGS:--isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common}"; LIBPATH=`for x in $LIBDEPS; do echo $x; done | sed -e 's/^ *-L//;t' -e d | uniq`; LIBPATH=`echo $LIBPATH | sed -e 's/ /:/g'`; LD_LIBRARY_PATH=$LIBPATH:$LD_LIBRARY_PATH ${LDCMD} ${LDFLAGS} -o ${APPNAME:=asn1test} asn1test.o ${LIBDEPS} )
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o v3nametest.o v3nametest.c
( :; LIBDEPS="${LIBDEPS:--Wl,-search_paths_first -L.. -lssl -L.. -lcrypto }"; LDCMD="${LDCMD:-/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7}"; LDFLAGS="${LDFLAGS:--isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common}"; LIBPATH=`for x in $LIBDEPS; do echo $x; done | sed -e 's/^ *-L//;t' -e d | uniq`; LIBPATH=`echo $LIBPATH | sed -e 's/ /:/g'`; LD_LIBRARY_PATH=$LIBPATH:$LD_LIBRARY_PATH ${LDCMD} ${LDFLAGS} -o ${APPNAME:=v3nametest} v3nametest.o ${LIBDEPS} )
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o heartbeat_test.o heartbeat_test.c
( :; LIBDEPS="${LIBDEPS:--Wl,-search_paths_first ../libssl.a ../libcrypto.a }"; LDCMD="${LDCMD:-/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7}"; LDFLAGS="${LDFLAGS:--isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common}"; LIBPATH=`for x in $LIBDEPS; do echo $x; done | sed -e 's/^ *-L//;t' -e d | uniq`; LIBPATH=`echo $LIBPATH | sed -e 's/ /:/g'`; LD_LIBRARY_PATH=$LIBPATH:$LD_LIBRARY_PATH ${LDCMD} ${LDFLAGS} -o ${APPNAME:=heartbeat_test} heartbeat_test.o ${LIBDEPS} )
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o constant_time_test.o constant_time_test.c
( :; LIBDEPS="${LIBDEPS:--Wl,-search_paths_first -L.. -lssl -L.. -lcrypto }"; LDCMD="${LDCMD:-/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7}"; LDFLAGS="${LDFLAGS:--isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common}"; LIBPATH=`for x in $LIBDEPS; do echo $x; done | sed -e 's/^ *-L//;t' -e d | uniq`; LIBPATH=`echo $LIBPATH | sed -e 's/ /:/g'`; LD_LIBRARY_PATH=$LIBPATH:$LD_LIBRARY_PATH ${LDCMD} ${LDFLAGS} -o ${APPNAME:=constant_time_test} constant_time_test.o ${LIBDEPS} )
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o verify_extra_test.o verify_extra_test.c
( :; LIBDEPS="${LIBDEPS:--Wl,-search_paths_first -L.. -lssl -L.. -lcrypto }"; LDCMD="${LDCMD:-/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7}"; LDFLAGS="${LDFLAGS:--isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common}"; LIBPATH=`for x in $LIBDEPS; do echo $x; done | sed -e 's/^ *-L//;t' -e d | uniq`; LIBPATH=`echo $LIBPATH | sed -e 's/ /:/g'`; LD_LIBRARY_PATH=$LIBPATH:$LD_LIBRARY_PATH ${LDCMD} ${LDFLAGS} -o ${APPNAME:=verify_extra_test} verify_extra_test.o ${LIBDEPS} )
/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7 -I.. -I../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common -c -o dummytest.o dummytest.c
( :; LIBDEPS="${LIBDEPS:--Wl,-search_paths_first -L.. -lssl -L.. -lcrypto }"; LDCMD="${LDCMD:-/Applications/Xcode-beta.app/Contents/Developer/usr/bin/gcc -fembed-bitcode -arch armv7}"; LDFLAGS="${LDFLAGS:--isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common}"; LIBPATH=`for x in $LIBDEPS; do echo $x; done | sed -e 's/^ *-L//;t' -e d | uniq`; LIBPATH=`echo $LIBPATH | sed -e 's/ /:/g'`; LD_LIBRARY_PATH=$LIBPATH:$LD_LIBRARY_PATH ${LDCMD} ${LDFLAGS} -o ${APPNAME:=dummytest} dummytest.o ${LIBDEPS} )
making all in tools...
make[1]: Nothing to be done for `all'.
making all in crypto...
making all in crypto/objects...
make[2]: Nothing to be done for `all'.
making all in crypto/md4...
make[2]: Nothing to be done for `all'.
making all in crypto/md5...
make[2]: Nothing to be done for `all'.
making all in crypto/sha...
make[2]: Nothing to be done for `all'.
making all in crypto/mdc2...
make[2]: Nothing to be done for `all'.
making all in crypto/hmac...
make[2]: Nothing to be done for `all'.
making all in crypto/ripemd...
make[2]: Nothing to be done for `all'.
making all in crypto/whrlpool...
make[2]: Nothing to be done for `all'.
making all in crypto/des...
make[2]: Nothing to be done for `all'.
making all in crypto/aes...
make[2]: Nothing to be done for `all'.
making all in crypto/rc2...
make[2]: Nothing to be done for `all'.
making all in crypto/rc4...
make[2]: Nothing to be done for `all'.
making all in crypto/idea...
make[2]: Nothing to be done for `all'.
making all in crypto/bf...
make[2]: Nothing to be done for `all'.
making all in crypto/cast...
make[2]: Nothing to be done for `all'.
making all in crypto/camellia...
make[2]: Nothing to be done for `all'.
making all in crypto/seed...
make[2]: Nothing to be done for `all'.
making all in crypto/modes...
make[2]: Nothing to be done for `all'.
making all in crypto/bn...
make[2]: Nothing to be done for `all'.
making all in crypto/ec...
make[2]: Nothing to be done for `all'.
making all in crypto/rsa...
make[2]: Nothing to be done for `all'.
making all in crypto/dsa...
make[2]: Nothing to be done for `all'.
making all in crypto/ecdsa...
make[2]: Nothing to be done for `all'.
making all in crypto/dh...
make[2]: Nothing to be done for `all'.
making all in crypto/ecdh...
make[2]: Nothing to be done for `all'.
making all in crypto/dso...
make[2]: Nothing to be done for `all'.
making all in crypto/engine...
make[2]: Nothing to be done for `all'.
making all in crypto/buffer...
make[2]: Nothing to be done for `all'.
making all in crypto/bio...
make[2]: Nothing to be done for `all'.
making all in crypto/stack...
make[2]: Nothing to be done for `all'.
making all in crypto/lhash...
make[2]: Nothing to be done for `all'.
making all in crypto/rand...
make[2]: Nothing to be done for `all'.
making all in crypto/err...
make[2]: Nothing to be done for `all'.
making all in crypto/evp...
make[2]: Nothing to be done for `all'.
making all in crypto/asn1...
make[2]: Nothing to be done for `all'.
making all in crypto/pem...
make[2]: Nothing to be done for `all'.
making all in crypto/x509...
make[2]: Nothing to be done for `all'.
making all in crypto/x509v3...
make[2]: Nothing to be done for `all'.
making all in crypto/conf...
make[2]: Nothing to be done for `all'.
making all in crypto/txt_db...
make[2]: Nothing to be done for `all'.
making all in crypto/pkcs7...
make[2]: Nothing to be done for `all'.
making all in crypto/pkcs12...
make[2]: Nothing to be done for `all'.
making all in crypto/comp...
make[2]: Nothing to be done for `all'.
making all in crypto/ocsp...
make[2]: Nothing to be done for `all'.
making all in crypto/ui...
make[2]: Nothing to be done for `all'.
making all in crypto/krb5...
make[2]: Nothing to be done for `all'.
making all in crypto/cms...
make[2]: Nothing to be done for `all'.
making all in crypto/pqueue...
make[2]: Nothing to be done for `all'.
making all in crypto/ts...
make[2]: Nothing to be done for `all'.
making all in crypto/srp...
make[2]: Nothing to be done for `all'.
making all in crypto/cmac...
make[2]: Nothing to be done for `all'.
if [ -n "" ]; then \
(cd ..; /Applications/Xcode-beta.app/Contents/Developer/usr/bin/make libcrypto.1.0.0.dylib); \
fi
making all in engines...
echo
making all in engines/ccgost...
make[2]: Nothing to be done for `all'.
making all in ssl...
if [ -n "" ]; then \
(cd ..; /Applications/Xcode-beta.app/Contents/Developer/usr/bin/make libssl.1.0.0.dylib); \
fi
making all in apps...
make[1]: Nothing to be done for `all'.
making all in test...
make[1]: Nothing to be done for `all'.
making all in tools...
make[1]: Nothing to be done for `all'.
created directory `/tmp/openssl-1.0.2d-iOS-armv7'
created directory `/tmp/openssl-1.0.2d-iOS-armv7/man'
created directory `/tmp/openssl-1.0.2d-iOS-armv7/man/man1'
created directory `/tmp/openssl-1.0.2d-iOS-armv7/man/man3'
created directory `/tmp/openssl-1.0.2d-iOS-armv7/man/man5'
created directory `/tmp/openssl-1.0.2d-iOS-armv7/man/man7'
installing man1/CA.pl.1
installing man1/asn1parse.1
installing man1/c_rehash.1
installing man1/ca.1
installing man1/ciphers.1
installing man1/cms.1
installing man5/config.5
installing man1/crl.1
installing man1/crl2pkcs7.1
installing man1/dgst.1
sha.1 => dgst.1
sha1.1 => dgst.1
mdc2.1 => dgst.1
ripemd160.1 => dgst.1
sha224.1 => dgst.1
sha256.1 => dgst.1
sha384.1 => dgst.1
sha512.1 => dgst.1
md2.1 => dgst.1
md4.1 => dgst.1
md5.1 => dgst.1
dss1.1 => dgst.1
installing man1/dhparam.1
installing man1/dsa.1
installing man1/dsaparam.1
installing man1/ec.1
installing man1/ecparam.1
installing man1/enc.1
installing man1/errstr.1
installing man1/gendsa.1
installing man1/genpkey.1
installing man1/genrsa.1
installing man1/nseq.1
installing man1/ocsp.1
installing man1/openssl.1
installing man1/passwd.1
installing man1/pkcs12.1
installing man1/pkcs7.1
installing man1/pkcs8.1
installing man1/pkey.1
installing man1/pkeyparam.1
installing man1/pkeyutl.1
installing man1/rand.1
installing man1/req.1
installing man1/rsa.1
installing man1/rsautl.1
installing man1/s_client.1
installing man1/s_server.1
installing man1/s_time.1
installing man1/sess_id.1
installing man1/smime.1
installing man1/speed.1
installing man1/spkac.1
installing man1/ts.1
installing man1/tsget.1
installing man1/verify.1
installing man1/version.1
installing man1/x509.1
installing man5/x509v3_config.5
installing man3/ASN1_OBJECT_new.3
ASN1_OBJECT_free.3 => ASN1_OBJECT_new.3
installing man3/ASN1_STRING_length.3
ASN1_STRING_dup.3 => ASN1_STRING_length.3
ASN1_STRING_cmp.3 => ASN1_STRING_length.3
ASN1_STRING_set.3 => ASN1_STRING_length.3
ASN1_STRING_length_set.3 => ASN1_STRING_length.3
ASN1_STRING_type.3 => ASN1_STRING_length.3
ASN1_STRING_data.3 => ASN1_STRING_length.3
ASN1_STRING_to_UTF8.3 => ASN1_STRING_length.3
installing man3/ASN1_STRING_new.3
ASN1_STRING_type_new.3 => ASN1_STRING_new.3
ASN1_STRING_free.3 => ASN1_STRING_new.3
installing man3/ASN1_STRING_print_ex.3
ASN1_STRING_print_ex_fp.3 => ASN1_STRING_print_ex.3
ASN1_STRING_print.3 => ASN1_STRING_print_ex.3
installing man3/ASN1_TIME_set.3
ASN1_TIME_adj.3 => ASN1_TIME_set.3
ASN1_TIME_check.3 => ASN1_TIME_set.3
ASN1_TIME_set_string.3 => ASN1_TIME_set.3
ASN1_TIME_print.3 => ASN1_TIME_set.3
ASN1_TIME_diff.3 => ASN1_TIME_set.3
installing man3/ASN1_generate_nconf.3
ASN1_generate_v3.3 => ASN1_generate_nconf.3
installing man3/BIO_ctrl.3
BIO_callback_ctrl.3 => BIO_ctrl.3
BIO_ptr_ctrl.3 => BIO_ctrl.3
BIO_int_ctrl.3 => BIO_ctrl.3
BIO_reset.3 => BIO_ctrl.3
BIO_seek.3 => BIO_ctrl.3
BIO_tell.3 => BIO_ctrl.3
BIO_flush.3 => BIO_ctrl.3
BIO_eof.3 => BIO_ctrl.3
BIO_set_close.3 => BIO_ctrl.3
BIO_get_close.3 => BIO_ctrl.3
BIO_pending.3 => BIO_ctrl.3
BIO_wpending.3 => BIO_ctrl.3
BIO_ctrl_pending.3 => BIO_ctrl.3
BIO_ctrl_wpending.3 => BIO_ctrl.3
BIO_get_info_callback.3 => BIO_ctrl.3
BIO_set_info_callback.3 => BIO_ctrl.3
installing man3/BIO_f_base64.3
installing man3/BIO_f_buffer.3
installing man3/BIO_f_cipher.3
BIO_set_cipher.3 => BIO_f_cipher.3
BIO_get_cipher_status.3 => BIO_f_cipher.3
BIO_get_cipher_ctx.3 => BIO_f_cipher.3
installing man3/BIO_f_md.3
BIO_set_md.3 => BIO_f_md.3
BIO_get_md.3 => BIO_f_md.3
BIO_get_md_ctx.3 => BIO_f_md.3
installing man3/BIO_f_null.3
installing man3/BIO_f_ssl.3
BIO_set_ssl.3 => BIO_f_ssl.3
BIO_get_ssl.3 => BIO_f_ssl.3
BIO_set_ssl_mode.3 => BIO_f_ssl.3
BIO_set_ssl_renegotiate_bytes.3 => BIO_f_ssl.3
BIO_get_num_renegotiates.3 => BIO_f_ssl.3
BIO_set_ssl_renegotiate_timeout.3 => BIO_f_ssl.3
BIO_new_ssl.3 => BIO_f_ssl.3
BIO_new_ssl_connect.3 => BIO_f_ssl.3
BIO_new_buffer_ssl_connect.3 => BIO_f_ssl.3
BIO_ssl_copy_session_id.3 => BIO_f_ssl.3
BIO_ssl_shutdown.3 => BIO_f_ssl.3
installing man3/BIO_find_type.3
BIO_next.3 => BIO_find_type.3
BIO_method_type.3 => BIO_find_type.3
installing man3/BIO_new.3
BIO_set.3 => BIO_new.3
BIO_free.3 => BIO_new.3
BIO_vfree.3 => BIO_new.3
BIO_free_all.3 => BIO_new.3
installing man3/BIO_new_CMS.3
installing man3/BIO_push.3
BIO_pop.3 => BIO_push.3
installing man3/BIO_read.3
BIO_write.3 => BIO_read.3
BIO_gets.3 => BIO_read.3
BIO_puts.3 => BIO_read.3
installing man3/BIO_s_accept.3
BIO_set_accept_port.3 => BIO_s_accept.3
BIO_get_accept_port.3 => BIO_s_accept.3
BIO_new_accept.3 => BIO_s_accept.3
BIO_set_nbio_accept.3 => BIO_s_accept.3
BIO_set_accept_bios.3 => BIO_s_accept.3
BIO_set_bind_mode.3 => BIO_s_accept.3
BIO_get_bind_mode.3 => BIO_s_accept.3
BIO_do_accept.3 => BIO_s_accept.3
installing man3/BIO_s_bio.3
BIO_make_bio_pair.3 => BIO_s_bio.3
BIO_destroy_bio_pair.3 => BIO_s_bio.3
BIO_shutdown_wr.3 => BIO_s_bio.3
BIO_set_write_buf_size.3 => BIO_s_bio.3
BIO_get_write_buf_size.3 => BIO_s_bio.3
BIO_new_bio_pair.3 => BIO_s_bio.3
BIO_get_write_guarantee.3 => BIO_s_bio.3
BIO_ctrl_get_write_guarantee.3 => BIO_s_bio.3
BIO_get_read_request.3 => BIO_s_bio.3
BIO_ctrl_get_read_request.3 => BIO_s_bio.3
BIO_ctrl_reset_read_request.3 => BIO_s_bio.3
installing man3/BIO_s_connect.3
BIO_new_connect.3 => BIO_s_connect.3
BIO_set_conn_hostname.3 => BIO_s_connect.3
BIO_set_conn_port.3 => BIO_s_connect.3
BIO_set_conn_ip.3 => BIO_s_connect.3
BIO_set_conn_int_port.3 => BIO_s_connect.3
BIO_get_conn_hostname.3 => BIO_s_connect.3
BIO_get_conn_port.3 => BIO_s_connect.3
BIO_get_conn_ip.3 => BIO_s_connect.3
BIO_get_conn_int_port.3 => BIO_s_connect.3
BIO_set_nbio.3 => BIO_s_connect.3
BIO_do_connect.3 => BIO_s_connect.3
installing man3/BIO_s_fd.3
BIO_set_fd.3 => BIO_s_fd.3
BIO_get_fd.3 => BIO_s_fd.3
BIO_new_fd.3 => BIO_s_fd.3
installing man3/BIO_s_file.3
BIO_new_file.3 => BIO_s_file.3
BIO_new_fp.3 => BIO_s_file.3
BIO_set_fp.3 => BIO_s_file.3
BIO_get_fp.3 => BIO_s_file.3
BIO_read_filename.3 => BIO_s_file.3
BIO_write_filename.3 => BIO_s_file.3
BIO_append_filename.3 => BIO_s_file.3
BIO_rw_filename.3 => BIO_s_file.3
installing man3/BIO_s_mem.3
BIO_set_mem_eof_return.3 => BIO_s_mem.3
BIO_get_mem_data.3 => BIO_s_mem.3
BIO_set_mem_buf.3 => BIO_s_mem.3
BIO_get_mem_ptr.3 => BIO_s_mem.3
BIO_new_mem_buf.3 => BIO_s_mem.3
installing man3/BIO_s_null.3
installing man3/BIO_s_socket.3
BIO_new_socket.3 => BIO_s_socket.3
installing man3/BIO_set_callback.3
BIO_get_callback.3 => BIO_set_callback.3
BIO_set_callback_arg.3 => BIO_set_callback.3
BIO_get_callback_arg.3 => BIO_set_callback.3
BIO_debug_callback.3 => BIO_set_callback.3
installing man3/BIO_should_retry.3
BIO_should_read.3 => BIO_should_retry.3
BIO_should_write.3 => BIO_should_retry.3
BIO_should_io_special.3 => BIO_should_retry.3
BIO_retry_type.3 => BIO_should_retry.3
BIO_get_retry_BIO.3 => BIO_should_retry.3
BIO_get_retry_reason.3 => BIO_should_retry.3
installing man3/BN_BLINDING_new.3
BN_BLINDING_free.3 => BN_BLINDING_new.3
BN_BLINDING_update.3 => BN_BLINDING_new.3
BN_BLINDING_convert.3 => BN_BLINDING_new.3
BN_BLINDING_invert.3 => BN_BLINDING_new.3
BN_BLINDING_convert_ex.3 => BN_BLINDING_new.3
BN_BLINDING_invert_ex.3 => BN_BLINDING_new.3
BN_BLINDING_get_thread_id.3 => BN_BLINDING_new.3
BN_BLINDING_set_thread_id.3 => BN_BLINDING_new.3
BN_BLINDING_thread_id.3 => BN_BLINDING_new.3
BN_BLINDING_get_flags.3 => BN_BLINDING_new.3
BN_BLINDING_set_flags.3 => BN_BLINDING_new.3
BN_BLINDING_create_param.3 => BN_BLINDING_new.3
installing man3/BN_CTX_new.3
BN_CTX_init.3 => BN_CTX_new.3
BN_CTX_free.3 => BN_CTX_new.3
installing man3/BN_CTX_start.3
BN_CTX_get.3 => BN_CTX_start.3
BN_CTX_end.3 => BN_CTX_start.3
installing man3/BN_add.3
BN_sub.3 => BN_add.3
BN_mul.3 => BN_add.3
BN_sqr.3 => BN_add.3
BN_div.3 => BN_add.3
BN_mod.3 => BN_add.3
BN_nnmod.3 => BN_add.3
BN_mod_add.3 => BN_add.3
BN_mod_sub.3 => BN_add.3
BN_mod_mul.3 => BN_add.3
BN_mod_sqr.3 => BN_add.3
BN_exp.3 => BN_add.3
BN_mod_exp.3 => BN_add.3
BN_gcd.3 => BN_add.3
installing man3/BN_add_word.3
BN_sub_word.3 => BN_add_word.3
BN_mul_word.3 => BN_add_word.3
BN_div_word.3 => BN_add_word.3
BN_mod_word.3 => BN_add_word.3
installing man3/BN_bn2bin.3
BN_bin2bn.3 => BN_bn2bin.3
BN_bn2hex.3 => BN_bn2bin.3
BN_bn2dec.3 => BN_bn2bin.3
BN_hex2bn.3 => BN_bn2bin.3
BN_dec2bn.3 => BN_bn2bin.3
BN_print.3 => BN_bn2bin.3
BN_print_fp.3 => BN_bn2bin.3
BN_bn2mpi.3 => BN_bn2bin.3
BN_mpi2bn.3 => BN_bn2bin.3
installing man3/BN_cmp.3
BN_ucmp.3 => BN_cmp.3
BN_is_zero.3 => BN_cmp.3
BN_is_one.3 => BN_cmp.3
BN_is_word.3 => BN_cmp.3
BN_is_odd.3 => BN_cmp.3
installing man3/BN_copy.3
BN_dup.3 => BN_copy.3
installing man3/BN_generate_prime.3
BN_generate_prime_ex.3 => BN_generate_prime.3
BN_is_prime_ex.3 => BN_generate_prime.3
BN_is_prime_fasttest_ex.3 => BN_generate_prime.3
BN_GENCB_call.3 => BN_generate_prime.3
BN_GENCB_set_old.3 => BN_generate_prime.3
BN_GENCB_set.3 => BN_generate_prime.3
BN_is_prime.3 => BN_generate_prime.3
BN_is_prime_fasttest.3 => BN_generate_prime.3
installing man3/BN_mod_inverse.3
installing man3/BN_mod_mul_montgomery.3
BN_MONT_CTX_new.3 => BN_mod_mul_montgomery.3
BN_MONT_CTX_init.3 => BN_mod_mul_montgomery.3
BN_MONT_CTX_free.3 => BN_mod_mul_montgomery.3
BN_MONT_CTX_set.3 => BN_mod_mul_montgomery.3
BN_MONT_CTX_copy.3 => BN_mod_mul_montgomery.3
BN_from_montgomery.3 => BN_mod_mul_montgomery.3
BN_to_montgomery.3 => BN_mod_mul_montgomery.3
installing man3/BN_mod_mul_reciprocal.3
BN_div_recp.3 => BN_mod_mul_reciprocal.3
BN_RECP_CTX_new.3 => BN_mod_mul_reciprocal.3
BN_RECP_CTX_init.3 => BN_mod_mul_reciprocal.3
BN_RECP_CTX_free.3 => BN_mod_mul_reciprocal.3
BN_RECP_CTX_set.3 => BN_mod_mul_reciprocal.3
installing man3/BN_new.3
BN_init.3 => BN_new.3
BN_clear.3 => BN_new.3
BN_free.3 => BN_new.3
BN_clear_free.3 => BN_new.3
installing man3/BN_num_bytes.3
BN_num_bits.3 => BN_num_bytes.3
BN_num_bits_word.3 => BN_num_bytes.3
installing man3/BN_rand.3
BN_pseudo_rand.3 => BN_rand.3
BN_rand_range.3 => BN_rand.3
BN_pseudo_rand_range.3 => BN_rand.3
installing man3/BN_set_bit.3
BN_clear_bit.3 => BN_set_bit.3
BN_is_bit_set.3 => BN_set_bit.3
BN_mask_bits.3 => BN_set_bit.3
BN_lshift.3 => BN_set_bit.3
BN_lshift1.3 => BN_set_bit.3
BN_rshift.3 => BN_set_bit.3
BN_rshift1.3 => BN_set_bit.3
installing man3/BN_swap.3
installing man3/BN_zero.3
BN_one.3 => BN_zero.3
BN_value_one.3 => BN_zero.3
BN_set_word.3 => BN_zero.3
BN_get_word.3 => BN_zero.3
installing man3/CMS_add0_cert.3
CMS_add1_cert.3 => CMS_add0_cert.3
CMS_get1_certs.3 => CMS_add0_cert.3
CMS_add0_crl.3 => CMS_add0_cert.3
CMS_add1_crl.3 => CMS_add0_cert.3
CMS_get1_crls.3 => CMS_add0_cert.3
installing man3/CMS_add1_recipient_cert.3
CMS_add0_recipient_key.3 => CMS_add1_recipient_cert.3
installing man3/CMS_add1_signer.3
CMS_SignerInfo_sign.3 => CMS_add1_signer.3
installing man3/CMS_compress.3
installing man3/CMS_decrypt.3
installing man3/CMS_encrypt.3
installing man3/CMS_final.3
installing man3/CMS_get0_RecipientInfos.3
CMS_RecipientInfo_type.3 => CMS_get0_RecipientInfos.3
CMS_RecipientInfo_ktri_get0_signer_id.3 => CMS_get0_RecipientInfos.3
CMS_RecipientInfo_ktri_cert_cmp.3 => CMS_get0_RecipientInfos.3
CMS_RecipientInfo_set0_pkey.3 => CMS_get0_RecipientInfos.3
CMS_RecipientInfo_kekri_get0_id.3 => CMS_get0_RecipientInfos.3
CMS_RecipientInfo_kekri_id_cmp.3 => CMS_get0_RecipientInfos.3
CMS_RecipientInfo_set0_key.3 => CMS_get0_RecipientInfos.3
CMS_RecipientInfo_decrypt.3 => CMS_get0_RecipientInfos.3
CMS_RecipientInfo_encrypt.3 => CMS_get0_RecipientInfos.3
installing man3/CMS_get0_SignerInfos.3
CMS_SignerInfo_get0_signer_id.3 => CMS_get0_SignerInfos.3
CMS_SignerInfo_get0_signature.3 => CMS_get0_SignerInfos.3
CMS_SignerInfo_cert_cmp.3 => CMS_get0_SignerInfos.3
CMS_set1_signer_cert.3 => CMS_get0_SignerInfos.3
installing man3/CMS_get0_type.3
CMS_set1_eContentType.3 => CMS_get0_type.3
CMS_get0_eContentType.3 => CMS_get0_type.3
CMS_get0_content.3 => CMS_get0_type.3
installing man3/CMS_get1_ReceiptRequest.3
CMS_ReceiptRequest_create0.3 => CMS_get1_ReceiptRequest.3
CMS_add1_ReceiptRequest.3 => CMS_get1_ReceiptRequest.3
CMS_ReceiptRequest_get0_values.3 => CMS_get1_ReceiptRequest.3
installing man3/CMS_sign.3
installing man3/CMS_sign_receipt.3
installing man3/CMS_uncompress.3
installing man3/CMS_verify.3
CMS_get0_signers.3 => CMS_verify.3
installing man3/CMS_verify_receipt.3
installing man3/CONF_modules_free.3
CONF_modules_finish.3 => CONF_modules_free.3
CONF_modules_unload.3 => CONF_modules_free.3
installing man3/CONF_modules_load_file.3
CONF_modules_load.3 => CONF_modules_load_file.3
installing man3/CRYPTO_set_ex_data.3
CRYPTO_get_ex_data.3 => CRYPTO_set_ex_data.3
installing man3/DH_generate_key.3
DH_compute_key.3 => DH_generate_key.3
installing man3/DH_generate_parameters.3
DH_generate_parameters_ex.3 => DH_generate_parameters.3
DH_check.3 => DH_generate_parameters.3
installing man3/DH_get_ex_new_index.3
DH_set_ex_data.3 => DH_get_ex_new_index.3
DH_get_ex_data.3 => DH_get_ex_new_index.3
installing man3/DH_new.3
DH_free.3 => DH_new.3
installing man3/DH_set_method.3
DH_set_default_method.3 => DH_set_method.3
DH_get_default_method.3 => DH_set_method.3
DH_new_method.3 => DH_set_method.3
DH_OpenSSL.3 => DH_set_method.3
installing man3/DH_size.3
installing man3/DSA_SIG_new.3
DSA_SIG_free.3 => DSA_SIG_new.3
installing man3/DSA_do_sign.3
DSA_do_verify.3 => DSA_do_sign.3
installing man3/DSA_dup_DH.3
installing man3/DSA_generate_key.3
installing man3/DSA_generate_parameters.3
DSA_generate_parameters_ex.3 => DSA_generate_parameters.3
installing man3/DSA_get_ex_new_index.3
DSA_set_ex_data.3 => DSA_get_ex_new_index.3
DSA_get_ex_data.3 => DSA_get_ex_new_index.3
installing man3/DSA_new.3
DSA_free.3 => DSA_new.3
installing man3/DSA_set_method.3
DSA_set_default_method.3 => DSA_set_method.3
DSA_get_default_method.3 => DSA_set_method.3
DSA_new_method.3 => DSA_set_method.3
DSA_OpenSSL.3 => DSA_set_method.3
installing man3/DSA_sign.3
DSA_sign_setup.3 => DSA_sign.3
DSA_verify.3 => DSA_sign.3
installing man3/DSA_size.3
installing man3/EC_GFp_simple_method.3
EC_GFp_mont_method.3 => EC_GFp_simple_method.3
EC_GFp_nist_method.3 => EC_GFp_simple_method.3
EC_GFp_nistp224_method.3 => EC_GFp_simple_method.3
EC_GFp_nistp256_method.3 => EC_GFp_simple_method.3
EC_GFp_nistp521_method.3 => EC_GFp_simple_method.3
EC_GF2m_simple_method.3 => EC_GFp_simple_method.3
EC_METHOD_get_field_type.3 => EC_GFp_simple_method.3
installing man3/EC_GROUP_copy.3
EC_GROUP_dup.3 => EC_GROUP_copy.3
EC_GROUP_method_of.3 => EC_GROUP_copy.3
EC_GROUP_set_generator.3 => EC_GROUP_copy.3
EC_GROUP_get0_generator.3 => EC_GROUP_copy.3
EC_GROUP_get_order.3 => EC_GROUP_copy.3
EC_GROUP_get_cofactor.3 => EC_GROUP_copy.3
EC_GROUP_set_curve_name.3 => EC_GROUP_copy.3
EC_GROUP_get_curve_name.3 => EC_GROUP_copy.3
EC_GROUP_set_asn1_flag.3 => EC_GROUP_copy.3
EC_GROUP_get_asn1_flag.3 => EC_GROUP_copy.3
EC_GROUP_set_point_conversion_form.3 => EC_GROUP_copy.3
EC_GROUP_get_point_conversion_form.3 => EC_GROUP_copy.3
EC_GROUP_get0_seed.3 => EC_GROUP_copy.3
EC_GROUP_get_seed_len.3 => EC_GROUP_copy.3
EC_GROUP_set_seed.3 => EC_GROUP_copy.3
EC_GROUP_get_degree.3 => EC_GROUP_copy.3
EC_GROUP_check.3 => EC_GROUP_copy.3
EC_GROUP_check_discriminant.3 => EC_GROUP_copy.3
EC_GROUP_cmp.3 => EC_GROUP_copy.3
EC_GROUP_get_basis_type.3 => EC_GROUP_copy.3
EC_GROUP_get_trinomial_basis.3 => EC_GROUP_copy.3
EC_GROUP_get_pentanomial_basis.3 => EC_GROUP_copy.3
installing man3/EC_GROUP_new.3
EC_GROUP_free.3 => EC_GROUP_new.3
EC_GROUP_clear_free.3 => EC_GROUP_new.3
EC_GROUP_new_curve_GFp.3 => EC_GROUP_new.3
EC_GROUP_new_curve_GF2m.3 => EC_GROUP_new.3
EC_GROUP_new_by_curve_name.3 => EC_GROUP_new.3
EC_GROUP_set_curve_GFp.3 => EC_GROUP_new.3
EC_GROUP_get_curve_GFp.3 => EC_GROUP_new.3
EC_GROUP_set_curve_GF2m.3 => EC_GROUP_new.3
EC_GROUP_get_curve_GF2m.3 => EC_GROUP_new.3
EC_get_builtin_curves.3 => EC_GROUP_new.3
installing man3/EC_KEY_new.3
EC_KEY_get_flags.3 => EC_KEY_new.3
EC_KEY_set_flags.3 => EC_KEY_new.3
EC_KEY_clear_flags.3 => EC_KEY_new.3
EC_KEY_new_by_curve_name.3 => EC_KEY_new.3
EC_KEY_free.3 => EC_KEY_new.3
EC_KEY_copy.3 => EC_KEY_new.3
EC_KEY_dup.3 => EC_KEY_new.3
EC_KEY_up_ref.3 => EC_KEY_new.3
EC_KEY_get0_group.3 => EC_KEY_new.3
EC_KEY_set_group.3 => EC_KEY_new.3
EC_KEY_get0_private_key.3 => EC_KEY_new.3
EC_KEY_set_private_key.3 => EC_KEY_new.3
EC_KEY_get0_public_key.3 => EC_KEY_new.3
EC_KEY_set_public_key.3 => EC_KEY_new.3
EC_KEY_get_enc_flags.3 => EC_KEY_new.3
EC_KEY_set_enc_flags.3 => EC_KEY_new.3
EC_KEY_get_conv_form.3 => EC_KEY_new.3
EC_KEY_set_conv_form.3 => EC_KEY_new.3
EC_KEY_get_key_method_data.3 => EC_KEY_new.3
EC_KEY_insert_key_method_data.3 => EC_KEY_new.3
EC_KEY_set_asn1_flag.3 => EC_KEY_new.3
EC_KEY_precompute_mult.3 => EC_KEY_new.3
EC_KEY_generate_key.3 => EC_KEY_new.3
EC_KEY_check_key.3 => EC_KEY_new.3
EC_KEY_set_public_key_affine_coordinates.3 => EC_KEY_new.3
installing man3/EC_POINT_add.3
EC_POINT_dbl.3 => EC_POINT_add.3
EC_POINT_invert.3 => EC_POINT_add.3
EC_POINT_is_at_infinity.3 => EC_POINT_add.3
EC_POINT_is_on_curve.3 => EC_POINT_add.3
EC_POINT_cmp.3 => EC_POINT_add.3
EC_POINT_make_affine.3 => EC_POINT_add.3
EC_POINTs_make_affine.3 => EC_POINT_add.3
EC_POINTs_mul.3 => EC_POINT_add.3
EC_POINT_mul.3 => EC_POINT_add.3
EC_GROUP_precompute_mult.3 => EC_POINT_add.3
EC_GROUP_have_precompute_mult.3 => EC_POINT_add.3
installing man3/EC_POINT_new.3
EC_POINT_free.3 => EC_POINT_new.3
EC_POINT_clear_free.3 => EC_POINT_new.3
EC_POINT_copy.3 => EC_POINT_new.3
EC_POINT_dup.3 => EC_POINT_new.3
EC_POINT_method_of.3 => EC_POINT_new.3
EC_POINT_set_to_infinity.3 => EC_POINT_new.3
EC_POINT_set_Jprojective_coordinates.3 => EC_POINT_new.3
EC_POINT_get_Jprojective_coordinates_GFp.3 => EC_POINT_new.3
EC_POINT_set_affine_coordinates_GFp.3 => EC_POINT_new.3
EC_POINT_get_affine_coordinates_GFp.3 => EC_POINT_new.3
EC_POINT_set_compressed_coordinates_GFp.3 => EC_POINT_new.3
EC_POINT_set_affine_coordinates_GF2m.3 => EC_POINT_new.3
EC_POINT_get_affine_coordinates_GF2m.3 => EC_POINT_new.3
EC_POINT_set_compressed_coordinates_GF2m.3 => EC_POINT_new.3
EC_POINT_point2oct.3 => EC_POINT_new.3
EC_POINT_oct2point.3 => EC_POINT_new.3
EC_POINT_point2bn.3 => EC_POINT_new.3
EC_POINT_bn2point.3 => EC_POINT_new.3
EC_POINT_point2hex.3 => EC_POINT_new.3
EC_POINT_hex2point.3 => EC_POINT_new.3
installing man3/ERR_GET_LIB.3
ERR_GET_FUNC.3 => ERR_GET_LIB.3
ERR_GET_REASON.3 => ERR_GET_LIB.3
installing man3/ERR_clear_error.3
installing man3/ERR_error_string.3
ERR_error_string_n.3 => ERR_error_string.3
ERR_lib_error_string.3 => ERR_error_string.3
ERR_func_error_string.3 => ERR_error_string.3
ERR_reason_error_string.3 => ERR_error_string.3
installing man3/ERR_get_error.3
ERR_peek_error.3 => ERR_get_error.3
ERR_peek_last_error.3 => ERR_get_error.3
ERR_get_error_line.3 => ERR_get_error.3
ERR_peek_error_line.3 => ERR_get_error.3
ERR_peek_last_error_line.3 => ERR_get_error.3
ERR_get_error_line_data.3 => ERR_get_error.3
ERR_peek_error_line_data.3 => ERR_get_error.3
ERR_peek_last_error_line_data.3 => ERR_get_error.3
installing man3/ERR_load_crypto_strings.3
SSL_load_error_strings.3 => ERR_load_crypto_strings.3
ERR_free_strings.3 => ERR_load_crypto_strings.3
installing man3/ERR_load_strings.3
ERR_PACK.3 => ERR_load_strings.3
ERR_get_next_error_library.3 => ERR_load_strings.3
installing man3/ERR_print_errors.3
ERR_print_errors_fp.3 => ERR_print_errors.3
installing man3/ERR_put_error.3
ERR_add_error_data.3 => ERR_put_error.3
installing man3/ERR_remove_state.3
ERR_remove_thread_state.3 => ERR_remove_state.3
installing man3/ERR_set_mark.3
ERR_pop_to_mark.3 => ERR_set_mark.3
installing man3/EVP_BytesToKey.3
installing man3/EVP_DigestInit.3
EVP_MD_CTX_init.3 => EVP_DigestInit.3
EVP_MD_CTX_create.3 => EVP_DigestInit.3
EVP_DigestInit_ex.3 => EVP_DigestInit.3
EVP_DigestUpdate.3 => EVP_DigestInit.3
EVP_DigestFinal_ex.3 => EVP_DigestInit.3
EVP_MD_CTX_cleanup.3 => EVP_DigestInit.3
EVP_MD_CTX_destroy.3 => EVP_DigestInit.3
EVP_MAX_MD_SIZE.3 => EVP_DigestInit.3
EVP_MD_CTX_copy_ex.3 => EVP_DigestInit.3
EVP_DigestFinal.3 => EVP_DigestInit.3
EVP_MD_CTX_copy.3 => EVP_DigestInit.3
EVP_MD_type.3 => EVP_DigestInit.3
EVP_MD_pkey_type.3 => EVP_DigestInit.3
EVP_MD_size.3 => EVP_DigestInit.3
EVP_MD_block_size.3 => EVP_DigestInit.3
EVP_MD_CTX_md.3 => EVP_DigestInit.3
EVP_MD_CTX_size.3 => EVP_DigestInit.3
EVP_MD_CTX_block_size.3 => EVP_DigestInit.3
EVP_MD_CTX_type.3 => EVP_DigestInit.3
EVP_md_null.3 => EVP_DigestInit.3
EVP_md2.3 => EVP_DigestInit.3
EVP_md5.3 => EVP_DigestInit.3
EVP_sha.3 => EVP_DigestInit.3
EVP_sha1.3 => EVP_DigestInit.3
EVP_sha224.3 => EVP_DigestInit.3
EVP_sha256.3 => EVP_DigestInit.3
EVP_sha384.3 => EVP_DigestInit.3
EVP_sha512.3 => EVP_DigestInit.3
EVP_dss.3 => EVP_DigestInit.3
EVP_dss1.3 => EVP_DigestInit.3
EVP_mdc2.3 => EVP_DigestInit.3
EVP_ripemd160.3 => EVP_DigestInit.3
EVP_get_digestbyname.3 => EVP_DigestInit.3
EVP_get_digestbynid.3 => EVP_DigestInit.3
EVP_get_digestbyobj.3 => EVP_DigestInit.3
installing man3/EVP_DigestSignInit.3
EVP_DigestSignUpdate.3 => EVP_DigestSignInit.3
EVP_DigestSignFinal.3 => EVP_DigestSignInit.3
installing man3/EVP_DigestVerifyInit.3
EVP_DigestVerifyUpdate.3 => EVP_DigestVerifyInit.3
EVP_DigestVerifyFinal.3 => EVP_DigestVerifyInit.3
installing man3/EVP_EncryptInit.3
EVP_CIPHER_CTX_init.3 => EVP_EncryptInit.3
EVP_EncryptInit_ex.3 => EVP_EncryptInit.3
EVP_EncryptUpdate.3 => EVP_EncryptInit.3
EVP_EncryptFinal_ex.3 => EVP_EncryptInit.3
EVP_DecryptInit_ex.3 => EVP_EncryptInit.3
EVP_DecryptUpdate.3 => EVP_EncryptInit.3
EVP_DecryptFinal_ex.3 => EVP_EncryptInit.3
EVP_CipherInit_ex.3 => EVP_EncryptInit.3
EVP_CipherUpdate.3 => EVP_EncryptInit.3
EVP_CipherFinal_ex.3 => EVP_EncryptInit.3
EVP_CIPHER_CTX_set_key_length.3 => EVP_EncryptInit.3
EVP_CIPHER_CTX_ctrl.3 => EVP_EncryptInit.3
EVP_CIPHER_CTX_cleanup.3 => EVP_EncryptInit.3
EVP_EncryptFinal.3 => EVP_EncryptInit.3
EVP_DecryptInit.3 => EVP_EncryptInit.3
EVP_DecryptFinal.3 => EVP_EncryptInit.3
EVP_CipherInit.3 => EVP_EncryptInit.3
EVP_CipherFinal.3 => EVP_EncryptInit.3
EVP_get_cipherbyname.3 => EVP_EncryptInit.3
EVP_get_cipherbynid.3 => EVP_EncryptInit.3
EVP_get_cipherbyobj.3 => EVP_EncryptInit.3
EVP_CIPHER_nid.3 => EVP_EncryptInit.3
EVP_CIPHER_block_size.3 => EVP_EncryptInit.3
EVP_CIPHER_key_length.3 => EVP_EncryptInit.3
EVP_CIPHER_iv_length.3 => EVP_EncryptInit.3
EVP_CIPHER_flags.3 => EVP_EncryptInit.3
EVP_CIPHER_mode.3 => EVP_EncryptInit.3
EVP_CIPHER_type.3 => EVP_EncryptInit.3
EVP_CIPHER_CTX_cipher.3 => EVP_EncryptInit.3
EVP_CIPHER_CTX_nid.3 => EVP_EncryptInit.3
EVP_CIPHER_CTX_block_size.3 => EVP_EncryptInit.3
EVP_CIPHER_CTX_key_length.3 => EVP_EncryptInit.3
EVP_CIPHER_CTX_iv_length.3 => EVP_EncryptInit.3
EVP_CIPHER_CTX_get_app_data.3 => EVP_EncryptInit.3
EVP_CIPHER_CTX_set_app_data.3 => EVP_EncryptInit.3
EVP_CIPHER_CTX_type.3 => EVP_EncryptInit.3
EVP_CIPHER_CTX_flags.3 => EVP_EncryptInit.3
EVP_CIPHER_CTX_mode.3 => EVP_EncryptInit.3
EVP_CIPHER_param_to_asn1.3 => EVP_EncryptInit.3
EVP_CIPHER_asn1_to_param.3 => EVP_EncryptInit.3
EVP_CIPHER_CTX_set_padding.3 => EVP_EncryptInit.3
EVP_enc_null.3 => EVP_EncryptInit.3
EVP_des_cbc.3 => EVP_EncryptInit.3
EVP_des_ecb.3 => EVP_EncryptInit.3
EVP_des_cfb.3 => EVP_EncryptInit.3
EVP_des_ofb.3 => EVP_EncryptInit.3
EVP_des_ede_cbc.3 => EVP_EncryptInit.3
EVP_des_ede.3 => EVP_EncryptInit.3
EVP_des_ede_ofb.3 => EVP_EncryptInit.3
EVP_des_ede_cfb.3 => EVP_EncryptInit.3
EVP_des_ede3_cbc.3 => EVP_EncryptInit.3
EVP_des_ede3.3 => EVP_EncryptInit.3
EVP_des_ede3_ofb.3 => EVP_EncryptInit.3
EVP_des_ede3_cfb.3 => EVP_EncryptInit.3
EVP_desx_cbc.3 => EVP_EncryptInit.3
EVP_rc4.3 => EVP_EncryptInit.3
EVP_rc4_40.3 => EVP_EncryptInit.3
EVP_idea_cbc.3 => EVP_EncryptInit.3
EVP_idea_ecb.3 => EVP_EncryptInit.3
EVP_idea_cfb.3 => EVP_EncryptInit.3
EVP_idea_ofb.3 => EVP_EncryptInit.3
EVP_idea_cbc.3 => EVP_EncryptInit.3
EVP_rc2_cbc.3 => EVP_EncryptInit.3
EVP_rc2_ecb.3 => EVP_EncryptInit.3
EVP_rc2_cfb.3 => EVP_EncryptInit.3
EVP_rc2_ofb.3 => EVP_EncryptInit.3
EVP_rc2_40_cbc.3 => EVP_EncryptInit.3
EVP_rc2_64_cbc.3 => EVP_EncryptInit.3
EVP_bf_cbc.3 => EVP_EncryptInit.3
EVP_bf_ecb.3 => EVP_EncryptInit.3
EVP_bf_cfb.3 => EVP_EncryptInit.3
EVP_bf_ofb.3 => EVP_EncryptInit.3
EVP_cast5_cbc.3 => EVP_EncryptInit.3
EVP_cast5_ecb.3 => EVP_EncryptInit.3
EVP_cast5_cfb.3 => EVP_EncryptInit.3
EVP_cast5_ofb.3 => EVP_EncryptInit.3
EVP_rc5_32_12_16_cbc.3 => EVP_EncryptInit.3
EVP_rc5_32_12_16_ecb.3 => EVP_EncryptInit.3
EVP_rc5_32_12_16_cfb.3 => EVP_EncryptInit.3
EVP_rc5_32_12_16_ofb.3 => EVP_EncryptInit.3
EVP_aes_128_gcm.3 => EVP_EncryptInit.3
EVP_aes_192_gcm.3 => EVP_EncryptInit.3
EVP_aes_256_gcm.3 => EVP_EncryptInit.3
EVP_aes_128_ccm.3 => EVP_EncryptInit.3
EVP_aes_192_ccm.3 => EVP_EncryptInit.3
EVP_aes_256_ccm.3 => EVP_EncryptInit.3
installing man3/EVP_OpenInit.3
EVP_OpenUpdate.3 => EVP_OpenInit.3
EVP_OpenFinal.3 => EVP_OpenInit.3
installing man3/EVP_PKEY_CTX_ctrl.3
EVP_PKEY_CTX_ctrl_str.3 => EVP_PKEY_CTX_ctrl.3
EVP_PKEY_get_default_digest_nid.3 => EVP_PKEY_CTX_ctrl.3
EVP_PKEY_CTX_set_signature_md.3 => EVP_PKEY_CTX_ctrl.3
EVP_PKEY_CTX_set_rsa_padding.3 => EVP_PKEY_CTX_ctrl.3
EVP_PKEY_CTX_set_rsa_pss_saltlen.3 => EVP_PKEY_CTX_ctrl.3
EVP_PKEY_CTX_set_rsa_rsa_keygen_bits.3 => EVP_PKEY_CTX_ctrl.3
EVP_PKEY_CTX_set_rsa_keygen_pubexp.3 => EVP_PKEY_CTX_ctrl.3
EVP_PKEY_CTX_set_dsa_paramgen_bits.3 => EVP_PKEY_CTX_ctrl.3
EVP_PKEY_CTX_set_dh_paramgen_prime_len.3 => EVP_PKEY_CTX_ctrl.3
EVP_PKEY_CTX_set_dh_paramgen_generator.3 => EVP_PKEY_CTX_ctrl.3
EVP_PKEY_CTX_set_ec_paramgen_curve_nid.3 => EVP_PKEY_CTX_ctrl.3
installing man3/EVP_PKEY_CTX_new.3
EVP_PKEY_CTX_new_id.3 => EVP_PKEY_CTX_new.3
EVP_PKEY_CTX_dup.3 => EVP_PKEY_CTX_new.3
EVP_PKEY_CTX_free.3 => EVP_PKEY_CTX_new.3
installing man3/EVP_PKEY_cmp.3
EVP_PKEY_copy_parameters.3 => EVP_PKEY_cmp.3
EVP_PKEY_missing_parameters.3 => EVP_PKEY_cmp.3
EVP_PKEY_cmp_parameters.3 => EVP_PKEY_cmp.3
installing man3/EVP_PKEY_decrypt.3
EVP_PKEY_decrypt_init.3 => EVP_PKEY_decrypt.3
installing man3/EVP_PKEY_derive.3
EVP_PKEY_derive_init.3 => EVP_PKEY_derive.3
EVP_PKEY_derive_set_peer.3 => EVP_PKEY_derive.3
installing man3/EVP_PKEY_encrypt.3
EVP_PKEY_encrypt_init.3 => EVP_PKEY_encrypt.3
installing man3/EVP_PKEY_get_default_digest.3
EVP_PKEY_get_default_digest_nid.3 => EVP_PKEY_get_default_digest.3
installing man3/EVP_PKEY_keygen.3
EVP_PKEY_keygen_init.3 => EVP_PKEY_keygen.3
EVP_PKEY_paramgen_init.3 => EVP_PKEY_keygen.3
EVP_PKEY_paramgen.3 => EVP_PKEY_keygen.3
EVP_PKEY_CTX_set_cb.3 => EVP_PKEY_keygen.3
EVP_PKEY_CTX_get_cb.3 => EVP_PKEY_keygen.3
EVP_PKEY_CTX_get_keygen_info.3 => EVP_PKEY_keygen.3
EVP_PKEVP_PKEY_CTX_set_app_data.3 => EVP_PKEY_keygen.3
EVP_PKEY_CTX_get_app_data.3 => EVP_PKEY_keygen.3
installing man3/EVP_PKEY_new.3
EVP_PKEY_free.3 => EVP_PKEY_new.3
installing man3/EVP_PKEY_print_private.3
EVP_PKEY_print_public.3 => EVP_PKEY_print_private.3
EVP_PKEY_print_params.3 => EVP_PKEY_print_private.3
installing man3/EVP_PKEY_set1_RSA.3
EVP_PKEY_set1_DSA.3 => EVP_PKEY_set1_RSA.3
EVP_PKEY_set1_DH.3 => EVP_PKEY_set1_RSA.3
EVP_PKEY_set1_EC_KEY.3 => EVP_PKEY_set1_RSA.3
EVP_PKEY_get1_RSA.3 => EVP_PKEY_set1_RSA.3
EVP_PKEY_get1_DSA.3 => EVP_PKEY_set1_RSA.3
EVP_PKEY_get1_DH.3 => EVP_PKEY_set1_RSA.3
EVP_PKEY_get1_EC_KEY.3 => EVP_PKEY_set1_RSA.3
EVP_PKEY_assign_RSA.3 => EVP_PKEY_set1_RSA.3
EVP_PKEY_assign_DSA.3 => EVP_PKEY_set1_RSA.3
EVP_PKEY_assign_DH.3 => EVP_PKEY_set1_RSA.3
EVP_PKEY_assign_EC_KEY.3 => EVP_PKEY_set1_RSA.3
EVP_PKEY_type.3 => EVP_PKEY_set1_RSA.3
installing man3/EVP_PKEY_sign.3
EVP_PKEY_sign_init.3 => EVP_PKEY_sign.3
installing man3/EVP_PKEY_verify.3
EVP_PKEY_verify_init.3 => EVP_PKEY_verify.3
installing man3/EVP_PKEY_verify_recover.3
EVP_PKEY_verify_recover_init.3 => EVP_PKEY_verify_recover.3
installing man3/EVP_SealInit.3
EVP_SealUpdate.3 => EVP_SealInit.3
EVP_SealFinal.3 => EVP_SealInit.3
installing man3/EVP_SignInit.3
EVP_SignUpdate.3 => EVP_SignInit.3
EVP_SignFinal.3 => EVP_SignInit.3
installing man3/EVP_VerifyInit.3
EVP_VerifyUpdate.3 => EVP_VerifyInit.3
EVP_VerifyFinal.3 => EVP_VerifyInit.3
installing man3/OBJ_nid2obj.3
OBJ_nid2ln.3 => OBJ_nid2obj.3
OBJ_nid2sn.3 => OBJ_nid2obj.3
OBJ_obj2nid.3 => OBJ_nid2obj.3
OBJ_txt2nid.3 => OBJ_nid2obj.3
OBJ_ln2nid.3 => OBJ_nid2obj.3
OBJ_sn2nid.3 => OBJ_nid2obj.3
OBJ_cmp.3 => OBJ_nid2obj.3
OBJ_dup.3 => OBJ_nid2obj.3
OBJ_txt2obj.3 => OBJ_nid2obj.3
OBJ_obj2txt.3 => OBJ_nid2obj.3
OBJ_create.3 => OBJ_nid2obj.3
OBJ_cleanup.3 => OBJ_nid2obj.3
installing man3/OPENSSL_Applink.3
installing man3/OPENSSL_VERSION_NUMBER.3
SSLeay.3 => OPENSSL_VERSION_NUMBER.3
SSLeay_version.3 => OPENSSL_VERSION_NUMBER.3
installing man3/OPENSSL_config.3
OPENSSL_no_config.3 => OPENSSL_config.3
installing man3/OPENSSL_ia32cap.3
OPENSSL_ia32cap_loc.3 => OPENSSL_ia32cap.3
installing man3/OPENSSL_instrument_bus.3
OPENSSL_instrument_bus2.3 => OPENSSL_instrument_bus.3
installing man3/OPENSSL_load_builtin_modules.3
ASN1_add_oid_module.3 => OPENSSL_load_builtin_modules.3
ENGINE_add_conf_module.3 => OPENSSL_load_builtin_modules.3
installing man3/OpenSSL_add_all_algorithms.3
OpenSSL_add_all_ciphers.3 => OpenSSL_add_all_algorithms.3
OpenSSL_add_all_digests.3 => OpenSSL_add_all_algorithms.3
EVP_cleanup.3 => OpenSSL_add_all_algorithms.3
installing man3/PEM_write_bio_CMS_stream.3
installing man3/PEM_write_bio_PKCS7_stream.3
installing man3/PKCS12_create.3
installing man3/PKCS12_parse.3
installing man3/PKCS7_decrypt.3
installing man3/PKCS7_encrypt.3
installing man3/PKCS7_sign.3
installing man3/PKCS7_sign_add_signer.3
installing man3/PKCS7_verify.3
PKCS7_get0_signers.3 => PKCS7_verify.3
installing man3/RAND_add.3
RAND_seed.3 => RAND_add.3
RAND_status.3 => RAND_add.3
RAND_event.3 => RAND_add.3
RAND_screen.3 => RAND_add.3
installing man3/RAND_bytes.3
RAND_pseudo_bytes.3 => RAND_bytes.3
installing man3/RAND_cleanup.3
installing man3/RAND_egd.3
RAND_egd_bytes.3 => RAND_egd.3
RAND_query_egd_bytes.3 => RAND_egd.3
installing man3/RAND_load_file.3
RAND_write_file.3 => RAND_load_file.3
RAND_file_name.3 => RAND_load_file.3
installing man3/RAND_set_rand_method.3
RAND_get_rand_method.3 => RAND_set_rand_method.3
RAND_SSLeay.3 => RAND_set_rand_method.3
installing man3/RSA_blinding_on.3
RSA_blinding_off.3 => RSA_blinding_on.3
installing man3/RSA_check_key.3
installing man3/RSA_generate_key.3
RSA_generate_key_ex.3 => RSA_generate_key.3
installing man3/RSA_get_ex_new_index.3
RSA_set_ex_data.3 => RSA_get_ex_new_index.3
RSA_get_ex_data.3 => RSA_get_ex_new_index.3
installing man3/RSA_new.3
RSA_free.3 => RSA_new.3
installing man3/RSA_padding_add_PKCS1_type_1.3
RSA_padding_check_PKCS1_type_1.3 => RSA_padding_add_PKCS1_type_1.3
RSA_padding_add_PKCS1_type_2.3 => RSA_padding_add_PKCS1_type_1.3
RSA_padding_check_PKCS1_type_2.3 => RSA_padding_add_PKCS1_type_1.3
RSA_padding_add_PKCS1_OAEP.3 => RSA_padding_add_PKCS1_type_1.3
RSA_padding_check_PKCS1_OAEP.3 => RSA_padding_add_PKCS1_type_1.3
RSA_padding_add_SSLv23.3 => RSA_padding_add_PKCS1_type_1.3
RSA_padding_check_SSLv23.3 => RSA_padding_add_PKCS1_type_1.3
RSA_padding_add_none.3 => RSA_padding_add_PKCS1_type_1.3
RSA_padding_check_none.3 => RSA_padding_add_PKCS1_type_1.3
installing man3/RSA_print.3
RSA_print_fp.3 => RSA_print.3
DSAparams_print.3 => RSA_print.3
DSAparams_print_fp.3 => RSA_print.3
DSA_print.3 => RSA_print.3
DSA_print_fp.3 => RSA_print.3
DHparams_print.3 => RSA_print.3
DHparams_print_fp.3 => RSA_print.3
installing man3/RSA_private_encrypt.3
RSA_public_decrypt.3 => RSA_private_encrypt.3
installing man3/RSA_public_encrypt.3
RSA_private_decrypt.3 => RSA_public_encrypt.3
installing man3/RSA_set_method.3
RSA_set_default_method.3 => RSA_set_method.3
RSA_get_default_method.3 => RSA_set_method.3
RSA_get_method.3 => RSA_set_method.3
RSA_PKCS1_SSLeay.3 => RSA_set_method.3
RSA_null_method.3 => RSA_set_method.3
RSA_flags.3 => RSA_set_method.3
RSA_new_method.3 => RSA_set_method.3
installing man3/RSA_sign.3
RSA_verify.3 => RSA_sign.3
installing man3/RSA_sign_ASN1_OCTET_STRING.3
RSA_verify_ASN1_OCTET_STRING.3 => RSA_sign_ASN1_OCTET_STRING.3
installing man3/RSA_size.3
installing man3/SMIME_read_CMS.3
installing man3/SMIME_read_PKCS7.3
installing man3/SMIME_write_CMS.3
installing man3/SMIME_write_PKCS7.3
installing man3/SSLeay_version.3
installing man3/X509_NAME_ENTRY_get_object.3
X509_NAME_ENTRY_get_data.3 => X509_NAME_ENTRY_get_object.3
X509_NAME_ENTRY_set_object.3 => X509_NAME_ENTRY_get_object.3
X509_NAME_ENTRY_set_data.3 => X509_NAME_ENTRY_get_object.3
X509_NAME_ENTRY_create_by_txt.3 => X509_NAME_ENTRY_get_object.3
X509_NAME_ENTRY_create_by_NID.3 => X509_NAME_ENTRY_get_object.3
X509_NAME_ENTRY_create_by_OBJ.3 => X509_NAME_ENTRY_get_object.3
installing man3/X509_NAME_add_entry_by_txt.3
X509_NAME_add_entry_by_OBJ.3 => X509_NAME_add_entry_by_txt.3
X509_NAME_add_entry_by_NID.3 => X509_NAME_add_entry_by_txt.3
X509_NAME_add_entry.3 => X509_NAME_add_entry_by_txt.3
X509_NAME_delete_entry.3 => X509_NAME_add_entry_by_txt.3
installing man3/X509_NAME_get_index_by_NID.3
X509_NAME_get_index_by_OBJ.3 => X509_NAME_get_index_by_NID.3
X509_NAME_get_entry.3 => X509_NAME_get_index_by_NID.3
X509_NAME_entry_count.3 => X509_NAME_get_index_by_NID.3
X509_NAME_get_text_by_NID.3 => X509_NAME_get_index_by_NID.3
X509_NAME_get_text_by_OBJ.3 => X509_NAME_get_index_by_NID.3
installing man3/X509_NAME_print_ex.3
X509_NAME_print_ex_fp.3 => X509_NAME_print_ex.3
X509_NAME_print.3 => X509_NAME_print_ex.3
X509_NAME_oneline.3 => X509_NAME_print_ex.3
installing man3/X509_STORE_CTX_get_error.3
X509_STORE_CTX_set_error.3 => X509_STORE_CTX_get_error.3
X509_STORE_CTX_get_error_depth.3 => X509_STORE_CTX_get_error.3
X509_STORE_CTX_get_current_cert.3 => X509_STORE_CTX_get_error.3
X509_STORE_CTX_get1_chain.3 => X509_STORE_CTX_get_error.3
X509_verify_cert_error_string.3 => X509_STORE_CTX_get_error.3
installing man3/X509_STORE_CTX_get_ex_new_index.3
X509_STORE_CTX_set_ex_data.3 => X509_STORE_CTX_get_ex_new_index.3
X509_STORE_CTX_get_ex_data.3 => X509_STORE_CTX_get_ex_new_index.3
installing man3/X509_STORE_CTX_new.3
X509_STORE_CTX_cleanup.3 => X509_STORE_CTX_new.3
X509_STORE_CTX_free.3 => X509_STORE_CTX_new.3
X509_STORE_CTX_init.3 => X509_STORE_CTX_new.3
X509_STORE_CTX_trusted_stack.3 => X509_STORE_CTX_new.3
X509_STORE_CTX_set_cert.3 => X509_STORE_CTX_new.3
X509_STORE_CTX_set_chain.3 => X509_STORE_CTX_new.3
X509_STORE_CTX_set0_crls.3 => X509_STORE_CTX_new.3
X509_STORE_CTX_get0_param.3 => X509_STORE_CTX_new.3
X509_STORE_CTX_set0_param.3 => X509_STORE_CTX_new.3
X509_STORE_CTX_set_default.3 => X509_STORE_CTX_new.3
installing man3/X509_STORE_CTX_set_verify_cb.3
installing man3/X509_STORE_set_verify_cb_func.3
X509_STORE_set_verify_cb.3 => X509_STORE_set_verify_cb_func.3
installing man3/X509_VERIFY_PARAM_set_flags.3
X509_VERIFY_PARAM_clear_flags.3 => X509_VERIFY_PARAM_set_flags.3
X509_VERIFY_PARAM_get_flags.3 => X509_VERIFY_PARAM_set_flags.3
X509_VERIFY_PARAM_set_purpose.3 => X509_VERIFY_PARAM_set_flags.3
X509_VERIFY_PARAM_set_trust.3 => X509_VERIFY_PARAM_set_flags.3
X509_VERIFY_PARAM_set_depth.3 => X509_VERIFY_PARAM_set_flags.3
X509_VERIFY_PARAM_get_depth.3 => X509_VERIFY_PARAM_set_flags.3
X509_VERIFY_PARAM_set_time.3 => X509_VERIFY_PARAM_set_flags.3
X509_VERIFY_PARAM_add0_policy.3 => X509_VERIFY_PARAM_set_flags.3
X509_VERIFY_PARAM_set1_policies.3 => X509_VERIFY_PARAM_set_flags.3
X509_VERIFY_PARAM_set1_host.3 => X509_VERIFY_PARAM_set_flags.3
X509_VERIFY_PARAM_add1_host.3 => X509_VERIFY_PARAM_set_flags.3
X509_VERIFY_PARAM_set_hostflags.3 => X509_VERIFY_PARAM_set_flags.3
X509_VERIFY_PARAM_get0_peername.3 => X509_VERIFY_PARAM_set_flags.3
X509_VERIFY_PARAM_set1_email.3 => X509_VERIFY_PARAM_set_flags.3
X509_VERIFY_PARAM_set1_ip.3 => X509_VERIFY_PARAM_set_flags.3
X509_VERIFY_PARAM_set1_ip_asc.3 => X509_VERIFY_PARAM_set_flags.3
installing man3/X509_check_host.3
X509_check_email.3 => X509_check_host.3
X509_check_ip.3 => X509_check_host.3
X509_check_ip_asc.3 => X509_check_host.3
installing man3/X509_new.3
X509_free.3 => X509_new.3
installing man3/X509_verify_cert.3
installing man3/bio.3
installing man3/blowfish.3
BF_set_key.3 => blowfish.3
BF_encrypt.3 => blowfish.3
BF_decrypt.3 => blowfish.3
BF_ecb_encrypt.3 => blowfish.3
BF_cbc_encrypt.3 => blowfish.3
BF_cfb64_encrypt.3 => blowfish.3
BF_ofb64_encrypt.3 => blowfish.3
BF_options.3 => blowfish.3
installing man3/bn.3
installing man3/bn_internal.3
bn_mul_words.3 => bn_internal.3
bn_mul_add_words.3 => bn_internal.3
bn_sqr_words.3 => bn_internal.3
bn_div_words.3 => bn_internal.3
bn_add_words.3 => bn_internal.3
bn_sub_words.3 => bn_internal.3
bn_mul_comba4.3 => bn_internal.3
bn_mul_comba8.3 => bn_internal.3
bn_sqr_comba4.3 => bn_internal.3
bn_sqr_comba8.3 => bn_internal.3
bn_cmp_words.3 => bn_internal.3
bn_mul_normal.3 => bn_internal.3
bn_mul_low_normal.3 => bn_internal.3
bn_mul_recursive.3 => bn_internal.3
bn_mul_part_recursive.3 => bn_internal.3
bn_mul_low_recursive.3 => bn_internal.3
bn_mul_high.3 => bn_internal.3
bn_sqr_normal.3 => bn_internal.3
bn_sqr_recursive.3 => bn_internal.3
bn_expand.3 => bn_internal.3
bn_wexpand.3 => bn_internal.3
bn_expand2.3 => bn_internal.3
bn_fix_top.3 => bn_internal.3
bn_check_top.3 => bn_internal.3
bn_print.3 => bn_internal.3
bn_dump.3 => bn_internal.3
bn_set_max.3 => bn_internal.3
bn_set_high.3 => bn_internal.3
bn_set_low.3 => bn_internal.3
installing man3/buffer.3
BUF_MEM_new.3 => buffer.3
BUF_MEM_free.3 => buffer.3
BUF_MEM_grow.3 => buffer.3
BUF_strdup.3 => buffer.3
installing man3/crypto.3
installing man3/d2i_ASN1_OBJECT.3
i2d_ASN1_OBJECT.3 => d2i_ASN1_OBJECT.3
installing man3/d2i_CMS_ContentInfo.3
i2d_CMS_ContentInfo.3 => d2i_CMS_ContentInfo.3
installing man3/d2i_DHparams.3
i2d_DHparams.3 => d2i_DHparams.3
installing man3/d2i_DSAPublicKey.3
i2d_DSAPublicKey.3 => d2i_DSAPublicKey.3
d2i_DSAPrivateKey.3 => d2i_DSAPublicKey.3
i2d_DSAPrivateKey.3 => d2i_DSAPublicKey.3
d2i_DSA_PUBKEY.3 => d2i_DSAPublicKey.3
i2d_DSA_PUBKEY.3 => d2i_DSAPublicKey.3
d2i_DSAparams.3 => d2i_DSAPublicKey.3
i2d_DSAparams.3 => d2i_DSAPublicKey.3
d2i_DSA_SIG.3 => d2i_DSAPublicKey.3
i2d_DSA_SIG.3 => d2i_DSAPublicKey.3
installing man3/d2i_ECPKParameters.3
i2d_ECPKParameters.3 => d2i_ECPKParameters.3
d2i_ECPKParameters_bio.3 => d2i_ECPKParameters.3
i2d_ECPKParameters_bio.3 => d2i_ECPKParameters.3
d2i_ECPKParameters_fp.3 => d2i_ECPKParameters.3
i2d_ECPKParameters_fp.3 => d2i_ECPKParameters.3
ECPKParameters_print.3 => d2i_ECPKParameters.3
ECPKParameters_print_fp.3 => d2i_ECPKParameters.3
installing man3/d2i_ECPrivateKey.3
i2d_ECPrivateKey.3 => d2i_ECPrivateKey.3
d2i_ECPrivate_key.3 => d2i_ECPrivateKey.3
installing man3/d2i_PKCS8PrivateKey.3
d2i_PKCS8PrivateKey_bio.3 => d2i_PKCS8PrivateKey.3
d2i_PKCS8PrivateKey_fp.3 => d2i_PKCS8PrivateKey.3
i2d_PKCS8PrivateKey_bio.3 => d2i_PKCS8PrivateKey.3
i2d_PKCS8PrivateKey_fp.3 => d2i_PKCS8PrivateKey.3
i2d_PKCS8PrivateKey_nid_bio.3 => d2i_PKCS8PrivateKey.3
i2d_PKCS8PrivateKey_nid_fp.3 => d2i_PKCS8PrivateKey.3
installing man3/d2i_RSAPublicKey.3
i2d_RSAPublicKey.3 => d2i_RSAPublicKey.3
d2i_RSAPrivateKey.3 => d2i_RSAPublicKey.3
i2d_RSAPrivateKey.3 => d2i_RSAPublicKey.3
d2i_RSA_PUBKEY.3 => d2i_RSAPublicKey.3
i2d_RSA_PUBKEY.3 => d2i_RSAPublicKey.3
i2d_Netscape_RSA.3 => d2i_RSAPublicKey.3
d2i_Netscape_RSA.3 => d2i_RSAPublicKey.3
installing man3/d2i_X509.3
i2d_X509.3 => d2i_X509.3
d2i_X509_bio.3 => d2i_X509.3
d2i_X509_fp.3 => d2i_X509.3
i2d_X509_bio.3 => d2i_X509.3
i2d_X509_fp.3 => d2i_X509.3
installing man3/d2i_X509_ALGOR.3
i2d_X509_ALGOR.3 => d2i_X509_ALGOR.3
installing man3/d2i_X509_CRL.3
i2d_X509_CRL.3 => d2i_X509_CRL.3
d2i_X509_CRL_bio.3 => d2i_X509_CRL.3
d2i_X509_CRL_fp.3 => d2i_X509_CRL.3
i2d_X509_CRL_bio.3 => d2i_X509_CRL.3
i2d_X509_CRL_fp.3 => d2i_X509_CRL.3
installing man3/d2i_X509_NAME.3
i2d_X509_NAME.3 => d2i_X509_NAME.3
installing man3/d2i_X509_REQ.3
i2d_X509_REQ.3 => d2i_X509_REQ.3
d2i_X509_REQ_bio.3 => d2i_X509_REQ.3
d2i_X509_REQ_fp.3 => d2i_X509_REQ.3
i2d_X509_REQ_bio.3 => d2i_X509_REQ.3
i2d_X509_REQ_fp.3 => d2i_X509_REQ.3
installing man3/d2i_X509_SIG.3
i2d_X509_SIG.3 => d2i_X509_SIG.3
installing man3/des.3
DES_random_key.3 => des.3
DES_set_key.3 => des.3
DES_key_sched.3 => des.3
DES_set_key_checked.3 => des.3
DES_set_key_unchecked.3 => des.3
DES_set_odd_parity.3 => des.3
DES_is_weak_key.3 => des.3
DES_ecb_encrypt.3 => des.3
DES_ecb2_encrypt.3 => des.3
DES_ecb3_encrypt.3 => des.3
DES_ncbc_encrypt.3 => des.3
DES_cfb_encrypt.3 => des.3
DES_ofb_encrypt.3 => des.3
DES_pcbc_encrypt.3 => des.3
DES_cfb64_encrypt.3 => des.3
DES_ofb64_encrypt.3 => des.3
DES_xcbc_encrypt.3 => des.3
DES_ede2_cbc_encrypt.3 => des.3
DES_ede2_cfb64_encrypt.3 => des.3
DES_ede2_ofb64_encrypt.3 => des.3
DES_ede3_cbc_encrypt.3 => des.3
DES_ede3_cbcm_encrypt.3 => des.3
DES_ede3_cfb64_encrypt.3 => des.3
DES_ede3_ofb64_encrypt.3 => des.3
DES_cbc_cksum.3 => des.3
DES_quad_cksum.3 => des.3
DES_string_to_key.3 => des.3
DES_string_to_2keys.3 => des.3
DES_fcrypt.3 => des.3
DES_crypt.3 => des.3
DES_enc_read.3 => des.3
DES_enc_write.3 => des.3
installing man7/des_modes.7
installing man3/dh.3
installing man3/dsa.3
installing man3/ec.3
installing man3/ecdsa.3
ECDSA_SIG_new.3 => ecdsa.3
ECDSA_SIG_free.3 => ecdsa.3
i2d_ECDSA_SIG.3 => ecdsa.3
d2i_ECDSA_SIG.3 => ecdsa.3
ECDSA_size.3 => ecdsa.3
ECDSA_sign_setup.3 => ecdsa.3
ECDSA_sign.3 => ecdsa.3
ECDSA_sign_ex.3 => ecdsa.3
ECDSA_verify.3 => ecdsa.3
ECDSA_do_sign.3 => ecdsa.3
ECDSA_do_sign_ex.3 => ecdsa.3
ECDSA_do_verify.3 => ecdsa.3
installing man3/engine.3
installing man3/err.3
installing man3/evp.3
installing man3/hmac.3
HMAC.3 => hmac.3
HMAC_CTX_init.3 => hmac.3
HMAC_Init.3 => hmac.3
HMAC_Init_ex.3 => hmac.3
HMAC_Update.3 => hmac.3
HMAC_Final.3 => hmac.3
HMAC_CTX_cleanup.3 => hmac.3
HMAC_cleanup.3 => hmac.3
installing man3/i2d_CMS_bio_stream.3
installing man3/i2d_PKCS7_bio_stream.3
installing man3/lh_stats.3
lh_node_stats.3 => lh_stats.3
lh_node_usage_stats.3 => lh_stats.3
lh_stats_bio.3 => lh_stats.3
lh_node_stats_bio.3 => lh_stats.3
lh_node_usage_stats_bio.3 => lh_stats.3
installing man3/lhash.3
lh_new.3 => lhash.3
lh_free.3 => lhash.3
lh_insert.3 => lhash.3
lh_delete.3 => lhash.3
lh_retrieve.3 => lhash.3
lh_doall.3 => lhash.3
lh_doall_arg.3 => lhash.3
lh_error.3 => lhash.3
installing man3/md5.3
MD2.3 => md5.3
MD4.3 => md5.3
MD5.3 => md5.3
MD2_Init.3 => md5.3
MD2_Update.3 => md5.3
MD2_Final.3 => md5.3
MD4_Init.3 => md5.3
MD4_Update.3 => md5.3
MD4_Final.3 => md5.3
MD5_Init.3 => md5.3
MD5_Update.3 => md5.3
MD5_Final.3 => md5.3
installing man3/mdc2.3
MDC2.3 => mdc2.3
MDC2_Init.3 => mdc2.3
MDC2_Update.3 => mdc2.3
MDC2_Final.3 => mdc2.3
installing man3/pem.3
PEM.3 => pem.3
PEM_read_bio_PrivateKey.3 => pem.3
PEM_read_PrivateKey.3 => pem.3
PEM_write_bio_PrivateKey.3 => pem.3
PEM_write_PrivateKey.3 => pem.3
PEM_write_bio_PKCS8PrivateKey.3 => pem.3
PEM_write_PKCS8PrivateKey.3 => pem.3
PEM_write_bio_PKCS8PrivateKey_nid.3 => pem.3
PEM_write_PKCS8PrivateKey_nid.3 => pem.3
PEM_read_bio_PUBKEY.3 => pem.3
PEM_read_PUBKEY.3 => pem.3
PEM_write_bio_PUBKEY.3 => pem.3
PEM_write_PUBKEY.3 => pem.3
PEM_read_bio_RSAPrivateKey.3 => pem.3
PEM_read_RSAPrivateKey.3 => pem.3
PEM_write_bio_RSAPrivateKey.3 => pem.3
PEM_write_RSAPrivateKey.3 => pem.3
PEM_read_bio_RSAPublicKey.3 => pem.3
PEM_read_RSAPublicKey.3 => pem.3
PEM_write_bio_RSAPublicKey.3 => pem.3
PEM_write_RSAPublicKey.3 => pem.3
PEM_read_bio_RSA_PUBKEY.3 => pem.3
PEM_read_RSA_PUBKEY.3 => pem.3
PEM_write_bio_RSA_PUBKEY.3 => pem.3
PEM_write_RSA_PUBKEY.3 => pem.3
PEM_read_bio_DSAPrivateKey.3 => pem.3
PEM_read_DSAPrivateKey.3 => pem.3
PEM_write_bio_DSAPrivateKey.3 => pem.3
PEM_write_DSAPrivateKey.3 => pem.3
PEM_read_bio_DSA_PUBKEY.3 => pem.3
PEM_read_DSA_PUBKEY.3 => pem.3
PEM_write_bio_DSA_PUBKEY.3 => pem.3
PEM_write_DSA_PUBKEY.3 => pem.3
PEM_read_bio_DSAparams.3 => pem.3
PEM_read_DSAparams.3 => pem.3
PEM_write_bio_DSAparams.3 => pem.3
PEM_write_DSAparams.3 => pem.3
PEM_read_bio_DHparams.3 => pem.3
PEM_read_DHparams.3 => pem.3
PEM_write_bio_DHparams.3 => pem.3
PEM_write_DHparams.3 => pem.3
PEM_read_bio_X509.3 => pem.3
PEM_read_X509.3 => pem.3
PEM_write_bio_X509.3 => pem.3
PEM_write_X509.3 => pem.3
PEM_read_bio_X509_AUX.3 => pem.3
PEM_read_X509_AUX.3 => pem.3
PEM_write_bio_X509_AUX.3 => pem.3
PEM_write_X509_AUX.3 => pem.3
PEM_read_bio_X509_REQ.3 => pem.3
PEM_read_X509_REQ.3 => pem.3
PEM_write_bio_X509_REQ.3 => pem.3
PEM_write_X509_REQ.3 => pem.3
PEM_write_bio_X509_REQ_NEW.3 => pem.3
PEM_write_X509_REQ_NEW.3 => pem.3
PEM_read_bio_X509_CRL.3 => pem.3
PEM_read_X509_CRL.3 => pem.3
PEM_write_bio_X509_CRL.3 => pem.3
PEM_write_X509_CRL.3 => pem.3
PEM_read_bio_PKCS7.3 => pem.3
PEM_read_PKCS7.3 => pem.3
PEM_write_bio_PKCS7.3 => pem.3
PEM_write_PKCS7.3 => pem.3
PEM_read_bio_NETSCAPE_CERT_SEQUENCE.3 => pem.3
PEM_read_NETSCAPE_CERT_SEQUENCE.3 => pem.3
PEM_write_bio_NETSCAPE_CERT_SEQUENCE.3 => pem.3
PEM_write_NETSCAPE_CERT_SEQUENCE.3 => pem.3
installing man3/rand.3
installing man3/rc4.3
RC4_set_key.3 => rc4.3
RC4.3 => rc4.3
installing man3/ripemd.3
RIPEMD160.3 => ripemd.3
RIPEMD160_Init.3 => ripemd.3
RIPEMD160_Update.3 => ripemd.3
RIPEMD160_Final.3 => ripemd.3
installing man3/rsa.3
installing man3/sha.3
SHA1.3 => sha.3
SHA1_Init.3 => sha.3
SHA1_Update.3 => sha.3
SHA1_Final.3 => sha.3
SHA224.3 => sha.3
SHA224_Init.3 => sha.3
SHA224_Update.3 => sha.3
SHA224_Final.3 => sha.3
SHA256.3 => sha.3
SHA256_Init.3 => sha.3
SHA256_Update.3 => sha.3
SHA256_Final.3 => sha.3
SHA384.3 => sha.3
SHA384_Init.3 => sha.3
SHA384_Update.3 => sha.3
SHA384_Final.3 => sha.3
SHA512.3 => sha.3
SHA512_Init.3 => sha.3
SHA512_Update.3 => sha.3
SHA512_Final.3 => sha.3
installing man3/threads.3
CRYPTO_THREADID_set_callback.3 => threads.3
CRYPTO_THREADID_get_callback.3 => threads.3
CRYPTO_THREADID_current.3 => threads.3
CRYPTO_THREADID_cmp.3 => threads.3
CRYPTO_THREADID_cpy.3 => threads.3
CRYPTO_THREADID_hash.3 => threads.3
CRYPTO_set_locking_callback.3 => threads.3
CRYPTO_num_locks.3 => threads.3
CRYPTO_set_dynlock_create_callback.3 => threads.3
CRYPTO_set_dynlock_lock_callback.3 => threads.3
CRYPTO_set_dynlock_destroy_callback.3 => threads.3
CRYPTO_get_new_dynlockid.3 => threads.3
CRYPTO_destroy_dynlockid.3 => threads.3
CRYPTO_lock.3 => threads.3
installing man3/ui.3
UI_new.3 => ui.3
UI_new_method.3 => ui.3
UI_free.3 => ui.3
UI_add_input_string.3 => ui.3
UI_dup_input_string.3 => ui.3
UI_add_verify_string.3 => ui.3
UI_dup_verify_string.3 => ui.3
UI_add_input_boolean.3 => ui.3
UI_dup_input_boolean.3 => ui.3
UI_add_info_string.3 => ui.3
UI_dup_info_string.3 => ui.3
UI_add_error_string.3 => ui.3
UI_dup_error_string.3 => ui.3
UI_construct_prompt.3 => ui.3
UI_add_user_data.3 => ui.3
UI_get0_user_data.3 => ui.3
UI_get0_result.3 => ui.3
UI_process.3 => ui.3
UI_ctrl.3 => ui.3
UI_set_default_method.3 => ui.3
UI_get_default_method.3 => ui.3
UI_get_method.3 => ui.3
UI_set_method.3 => ui.3
UI_OpenSSL.3 => ui.3
ERR_load_UI_strings.3 => ui.3
installing man3/ui_compat.3
des_read_password.3 => ui_compat.3
des_read_2passwords.3 => ui_compat.3
des_read_pw_string.3 => ui_compat.3
des_read_pw.3 => ui_compat.3
installing man3/x509.3
installing man3/SSL_CIPHER_get_name.3
SSL_CIPHER_get_bits.3 => SSL_CIPHER_get_name.3
SSL_CIPHER_get_version.3 => SSL_CIPHER_get_name.3
SSL_CIPHER_description.3 => SSL_CIPHER_get_name.3
installing man3/SSL_COMP_add_compression_method.3
SSL_COMP_free_compression_methods.3 => SSL_COMP_add_compression_method.3
installing man3/SSL_CONF_CTX_new.3
SSL_CONF_CTX_free.3 => SSL_CONF_CTX_new.3
installing man3/SSL_CONF_CTX_set1_prefix.3
installing man3/SSL_CONF_CTX_set_flags.3
SSL_CONF_CTX_clear_flags.3 => SSL_CONF_CTX_set_flags.3
installing man3/SSL_CONF_CTX_set_ssl_ctx.3
SSL_CONF_CTX_set_ssl.3 => SSL_CONF_CTX_set_ssl_ctx.3
installing man3/SSL_CONF_cmd.3
installing man3/SSL_CONF_cmd_argv.3
installing man3/SSL_CTX_add1_chain_cert.3
SSL_CTX_set0_chain.3 => SSL_CTX_add1_chain_cert.3
SSL_CTX_set1_chain.3 => SSL_CTX_add1_chain_cert.3
SSL_CTX_add0_chain_cert.3 => SSL_CTX_add1_chain_cert.3
SSL_CTX_get0_chain_certs.3 => SSL_CTX_add1_chain_cert.3
SSL_CTX_clear_chain_certs.3 => SSL_CTX_add1_chain_cert.3
SSL_set0_chain.3 => SSL_CTX_add1_chain_cert.3
SSL_set1_chain.3 => SSL_CTX_add1_chain_cert.3
SSL_add0_chain_cert.3 => SSL_CTX_add1_chain_cert.3
SSL_add1_chain_cert.3 => SSL_CTX_add1_chain_cert.3
SSL_get0_chain_certs.3 => SSL_CTX_add1_chain_cert.3
SSL_clear_chain_certs.3 => SSL_CTX_add1_chain_cert.3
SSL_CTX_build_cert_chain.3 => SSL_CTX_add1_chain_cert.3
SSL_build_cert_chain.3 => SSL_CTX_add1_chain_cert.3
SSL_CTX_select_current_cert.3 => SSL_CTX_add1_chain_cert.3
SSL_select_current_cert.3 => SSL_CTX_add1_chain_cert.3
SSL_CTX_set_current_cert.3 => SSL_CTX_add1_chain_cert.3
SSL_set_current_cert.3 => SSL_CTX_add1_chain_cert.3
installing man3/SSL_CTX_add_extra_chain_cert.3
installing man3/SSL_CTX_add_session.3
SSL_add_session.3 => SSL_CTX_add_session.3
SSL_CTX_remove_session.3 => SSL_CTX_add_session.3
SSL_remove_session.3 => SSL_CTX_add_session.3
installing man3/SSL_CTX_ctrl.3
SSL_CTX_callback_ctrl.3 => SSL_CTX_ctrl.3
SSL_ctrl.3 => SSL_CTX_ctrl.3
SSL_callback_ctrl.3 => SSL_CTX_ctrl.3
installing man3/SSL_CTX_flush_sessions.3
SSL_flush_sessions.3 => SSL_CTX_flush_sessions.3
installing man3/SSL_CTX_free.3
installing man3/SSL_CTX_get0_param.3
SSL_get0_param.3 => SSL_CTX_get0_param.3
SSL_CTX_set1_param.3 => SSL_CTX_get0_param.3
SSL_set1_param.3 => SSL_CTX_get0_param.3
installing man3/SSL_CTX_get_ex_new_index.3
SSL_CTX_set_ex_data.3 => SSL_CTX_get_ex_new_index.3
SSL_CTX_get_ex_data.3 => SSL_CTX_get_ex_new_index.3
installing man3/SSL_CTX_get_verify_mode.3
SSL_get_verify_mode.3 => SSL_CTX_get_verify_mode.3
SSL_CTX_get_verify_depth.3 => SSL_CTX_get_verify_mode.3
SSL_get_verify_depth.3 => SSL_CTX_get_verify_mode.3
SSL_get_verify_callback.3 => SSL_CTX_get_verify_mode.3
SSL_CTX_get_verify_callback.3 => SSL_CTX_get_verify_mode.3
installing man3/SSL_CTX_load_verify_locations.3
installing man3/SSL_CTX_new.3
installing man3/SSL_CTX_sess_number.3
SSL_CTX_sess_connect.3 => SSL_CTX_sess_number.3
SSL_CTX_sess_connect_good.3 => SSL_CTX_sess_number.3
SSL_CTX_sess_connect_renegotiate.3 => SSL_CTX_sess_number.3
SSL_CTX_sess_accept.3 => SSL_CTX_sess_number.3
SSL_CTX_sess_accept_good.3 => SSL_CTX_sess_number.3
SSL_CTX_sess_accept_renegotiate.3 => SSL_CTX_sess_number.3
SSL_CTX_sess_hits.3 => SSL_CTX_sess_number.3
SSL_CTX_sess_cb_hits.3 => SSL_CTX_sess_number.3
SSL_CTX_sess_misses.3 => SSL_CTX_sess_number.3
SSL_CTX_sess_timeouts.3 => SSL_CTX_sess_number.3
SSL_CTX_sess_cache_full.3 => SSL_CTX_sess_number.3
installing man3/SSL_CTX_sess_set_cache_size.3
SSL_CTX_sess_get_cache_size.3 => SSL_CTX_sess_set_cache_size.3
installing man3/SSL_CTX_sess_set_get_cb.3
SSL_CTX_sess_set_new_cb.3 => SSL_CTX_sess_set_get_cb.3
SSL_CTX_sess_set_remove_cb.3 => SSL_CTX_sess_set_get_cb.3
SSL_CTX_sess_get_new_cb.3 => SSL_CTX_sess_set_get_cb.3
SSL_CTX_sess_get_remove_cb.3 => SSL_CTX_sess_set_get_cb.3
SSL_CTX_sess_get_get_cb.3 => SSL_CTX_sess_set_get_cb.3
installing man3/SSL_CTX_sessions.3
installing man3/SSL_CTX_set1_curves.3
SSL_CTX_set1_curves_list.3 => SSL_CTX_set1_curves.3
SSL_set1_curves.3 => SSL_CTX_set1_curves.3
SSL_set1_curves_list.3 => SSL_CTX_set1_curves.3
SSL_get1_curves.3 => SSL_CTX_set1_curves.3
SSL_get_shared_curve.3 => SSL_CTX_set1_curves.3
SSL_CTX_set_ecdh_auto.3 => SSL_CTX_set1_curves.3
SSL_set_ecdh_auto.3 => SSL_CTX_set1_curves.3
installing man3/SSL_CTX_set1_verify_cert_store.3
SSL_CTX_set0_verify_cert_store.3 => SSL_CTX_set1_verify_cert_store.3
SSL_CTX_set0_chain_cert_store.3 => SSL_CTX_set1_verify_cert_store.3
SSL_CTX_set1_chain_cert_store.3 => SSL_CTX_set1_verify_cert_store.3
SSL_set0_verify_cert_store.3 => SSL_CTX_set1_verify_cert_store.3
SSL_set1_verify_cert_store.3 => SSL_CTX_set1_verify_cert_store.3
SSL_set0_chain_cert_store.3 => SSL_CTX_set1_verify_cert_store.3
SSL_set1_chain_cert_store.3 => SSL_CTX_set1_verify_cert_store.3
installing man3/SSL_CTX_set_cert_cb.3
SSL_set_cert_cb.3 => SSL_CTX_set_cert_cb.3
installing man3/SSL_CTX_set_cert_store.3
SSL_CTX_get_cert_store.3 => SSL_CTX_set_cert_store.3
installing man3/SSL_CTX_set_cert_verify_callback.3
installing man3/SSL_CTX_set_cipher_list.3
SSL_set_cipher_list.3 => SSL_CTX_set_cipher_list.3
installing man3/SSL_CTX_set_client_CA_list.3
SSL_set_client_CA_list.3 => SSL_CTX_set_client_CA_list.3
SSL_CTX_add_client_CA.3 => SSL_CTX_set_client_CA_list.3
SSL_add_client_CA.3 => SSL_CTX_set_client_CA_list.3
installing man3/SSL_CTX_set_client_cert_cb.3
SSL_CTX_get_client_cert_cb.3 => SSL_CTX_set_client_cert_cb.3
installing man3/SSL_CTX_set_custom_cli_ext.3
SSL_CTX_add_client_custom_ext.3 => SSL_CTX_set_custom_cli_ext.3
SSL_CTX_add_server_custom_ext.3 => SSL_CTX_set_custom_cli_ext.3
installing man3/SSL_CTX_set_default_passwd_cb.3
SSL_CTX_set_default_passwd_cb_userdata.3 => SSL_CTX_set_default_passwd_cb.3
installing man3/SSL_CTX_set_generate_session_id.3
SSL_set_generate_session_id.3 => SSL_CTX_set_generate_session_id.3
SSL_has_matching_session_id.3 => SSL_CTX_set_generate_session_id.3
installing man3/SSL_CTX_set_info_callback.3
SSL_CTX_get_info_callback.3 => SSL_CTX_set_info_callback.3
SSL_set_info_callback.3 => SSL_CTX_set_info_callback.3
SSL_get_info_callback.3 => SSL_CTX_set_info_callback.3
installing man3/SSL_CTX_set_max_cert_list.3
SSL_CTX_get_max_cert_list.3 => SSL_CTX_set_max_cert_list.3
SSL_set_max_cert_list.3 => SSL_CTX_set_max_cert_list.3
SSL_get_max_cert_list.3 => SSL_CTX_set_max_cert_list.3
installing man3/SSL_CTX_set_mode.3
SSL_set_mode.3 => SSL_CTX_set_mode.3
SSL_CTX_get_mode.3 => SSL_CTX_set_mode.3
SSL_get_mode.3 => SSL_CTX_set_mode.3
installing man3/SSL_CTX_set_msg_callback.3
SSL_CTX_set_msg_callback_arg.3 => SSL_CTX_set_msg_callback.3
SSL_set_msg_callback.3 => SSL_CTX_set_msg_callback.3
SSL_get_msg_callback_arg.3 => SSL_CTX_set_msg_callback.3
installing man3/SSL_CTX_set_options.3
SSL_set_options.3 => SSL_CTX_set_options.3
SSL_CTX_clear_options.3 => SSL_CTX_set_options.3
SSL_clear_options.3 => SSL_CTX_set_options.3
SSL_CTX_get_options.3 => SSL_CTX_set_options.3
SSL_get_options.3 => SSL_CTX_set_options.3
SSL_get_secure_renegotiation_support.3 => SSL_CTX_set_options.3
installing man3/SSL_CTX_set_psk_client_callback.3
SSL_set_psk_client_callback.3 => SSL_CTX_set_psk_client_callback.3
installing man3/SSL_CTX_set_quiet_shutdown.3
SSL_CTX_get_quiet_shutdown.3 => SSL_CTX_set_quiet_shutdown.3
SSL_set_quiet_shutdown.3 => SSL_CTX_set_quiet_shutdown.3
SSL_get_quiet_shutdown.3 => SSL_CTX_set_quiet_shutdown.3
installing man3/SSL_CTX_set_read_ahead.3
SSL_CTX_set_default_read_ahead.3 => SSL_CTX_set_read_ahead.3
SSL_CTX_get_read_ahead.3 => SSL_CTX_set_read_ahead.3
SSL_CTX_get_default_read_ahead.3 => SSL_CTX_set_read_ahead.3
SSL_set_read_ahead.3 => SSL_CTX_set_read_ahead.3
SSL_get_read_ahead.3 => SSL_CTX_set_read_ahead.3
installing man3/SSL_CTX_set_session_cache_mode.3
SSL_CTX_get_session_cache_mode.3 => SSL_CTX_set_session_cache_mode.3
installing man3/SSL_CTX_set_session_id_context.3
SSL_set_session_id_context.3 => SSL_CTX_set_session_id_context.3
installing man3/SSL_CTX_set_ssl_version.3
SSL_set_ssl_method.3 => SSL_CTX_set_ssl_version.3
SSL_get_ssl_method.3 => SSL_CTX_set_ssl_version.3
installing man3/SSL_CTX_set_timeout.3
SSL_CTX_get_timeout.3 => SSL_CTX_set_timeout.3
installing man3/SSL_CTX_set_tlsext_ticket_key_cb.3
installing man3/SSL_CTX_set_tmp_dh_callback.3
SSL_CTX_set_tmp_dh.3 => SSL_CTX_set_tmp_dh_callback.3
SSL_set_tmp_dh_callback.3 => SSL_CTX_set_tmp_dh_callback.3
SSL_set_tmp_dh.3 => SSL_CTX_set_tmp_dh_callback.3
installing man3/SSL_CTX_set_tmp_rsa_callback.3
SSL_CTX_set_tmp_rsa.3 => SSL_CTX_set_tmp_rsa_callback.3
SSL_CTX_need_tmp_rsa.3 => SSL_CTX_set_tmp_rsa_callback.3
SSL_set_tmp_rsa_callback.3 => SSL_CTX_set_tmp_rsa_callback.3
SSL_set_tmp_rsa.3 => SSL_CTX_set_tmp_rsa_callback.3
SSL_need_tmp_rsa.3 => SSL_CTX_set_tmp_rsa_callback.3
installing man3/SSL_CTX_set_verify.3
SSL_set_verify.3 => SSL_CTX_set_verify.3
SSL_CTX_set_verify_depth.3 => SSL_CTX_set_verify.3
SSL_set_verify_depth.3 => SSL_CTX_set_verify.3
installing man3/SSL_CTX_use_certificate.3
SSL_CTX_use_certificate_ASN1.3 => SSL_CTX_use_certificate.3
SSL_CTX_use_certificate_file.3 => SSL_CTX_use_certificate.3
SSL_use_certificate.3 => SSL_CTX_use_certificate.3
SSL_use_certificate_ASN1.3 => SSL_CTX_use_certificate.3
SSL_use_certificate_file.3 => SSL_CTX_use_certificate.3
SSL_CTX_use_certificate_chain_file.3 => SSL_CTX_use_certificate.3
SSL_CTX_use_PrivateKey.3 => SSL_CTX_use_certificate.3
SSL_CTX_use_PrivateKey_ASN1.3 => SSL_CTX_use_certificate.3
SSL_CTX_use_PrivateKey_file.3 => SSL_CTX_use_certificate.3
SSL_CTX_use_RSAPrivateKey.3 => SSL_CTX_use_certificate.3
SSL_CTX_use_RSAPrivateKey_ASN1.3 => SSL_CTX_use_certificate.3
SSL_CTX_use_RSAPrivateKey_file.3 => SSL_CTX_use_certificate.3
SSL_use_PrivateKey_file.3 => SSL_CTX_use_certificate.3
SSL_use_PrivateKey_ASN1.3 => SSL_CTX_use_certificate.3
SSL_use_PrivateKey.3 => SSL_CTX_use_certificate.3
SSL_use_RSAPrivateKey.3 => SSL_CTX_use_certificate.3
SSL_use_RSAPrivateKey_ASN1.3 => SSL_CTX_use_certificate.3
SSL_use_RSAPrivateKey_file.3 => SSL_CTX_use_certificate.3
SSL_CTX_check_private_key.3 => SSL_CTX_use_certificate.3
SSL_check_private_key.3 => SSL_CTX_use_certificate.3
installing man3/SSL_CTX_use_psk_identity_hint.3
SSL_use_psk_identity_hint.3 => SSL_CTX_use_psk_identity_hint.3
SSL_CTX_set_psk_server_callback.3 => SSL_CTX_use_psk_identity_hint.3
SSL_set_psk_server_callback.3 => SSL_CTX_use_psk_identity_hint.3
installing man3/SSL_CTX_use_serverinfo.3
SSL_CTX_use_serverinfo_file.3 => SSL_CTX_use_serverinfo.3
installing man3/SSL_SESSION_free.3
installing man3/SSL_SESSION_get_ex_new_index.3
SSL_SESSION_set_ex_data.3 => SSL_SESSION_get_ex_new_index.3
SSL_SESSION_get_ex_data.3 => SSL_SESSION_get_ex_new_index.3
installing man3/SSL_SESSION_get_time.3
SSL_SESSION_set_time.3 => SSL_SESSION_get_time.3
SSL_SESSION_get_timeout.3 => SSL_SESSION_get_time.3
SSL_SESSION_set_timeout.3 => SSL_SESSION_get_time.3
installing man3/SSL_accept.3
installing man3/SSL_alert_type_string.3
SSL_alert_type_string_long.3 => SSL_alert_type_string.3
SSL_alert_desc_string.3 => SSL_alert_type_string.3
SSL_alert_desc_string_long.3 => SSL_alert_type_string.3
installing man3/SSL_clear.3
installing man3/SSL_connect.3
installing man3/SSL_do_handshake.3
installing man3/SSL_free.3
installing man3/SSL_get_SSL_CTX.3
installing man3/SSL_get_ciphers.3
SSL_get_cipher_list.3 => SSL_get_ciphers.3
installing man3/SSL_get_client_CA_list.3
SSL_CTX_get_client_CA_list.3 => SSL_get_client_CA_list.3
installing man3/SSL_get_current_cipher.3
SSL_get_cipher.3 => SSL_get_current_cipher.3
SSL_get_cipher_name.3 => SSL_get_current_cipher.3
SSL_get_cipher_bits.3 => SSL_get_current_cipher.3
SSL_get_cipher_version.3 => SSL_get_current_cipher.3
installing man3/SSL_get_default_timeout.3
installing man3/SSL_get_error.3
installing man3/SSL_get_ex_data_X509_STORE_CTX_idx.3
installing man3/SSL_get_ex_new_index.3
SSL_set_ex_data.3 => SSL_get_ex_new_index.3
SSL_get_ex_data.3 => SSL_get_ex_new_index.3
installing man3/SSL_get_fd.3
installing man3/SSL_get_peer_cert_chain.3
installing man3/SSL_get_peer_certificate.3
installing man3/SSL_get_psk_identity.3
SSL_get_psk_identity_hint.3 => SSL_get_psk_identity.3
installing man3/SSL_get_rbio.3
installing man3/SSL_get_session.3
installing man3/SSL_get_verify_result.3
installing man3/SSL_get_version.3
installing man3/SSL_library_init.3
OpenSSL_add_ssl_algorithms.3 => SSL_library_init.3
SSLeay_add_ssl_algorithms.3 => SSL_library_init.3
installing man3/SSL_load_client_CA_file.3
installing man3/SSL_new.3
installing man3/SSL_pending.3
installing man3/SSL_read.3
installing man3/SSL_rstate_string.3
SSL_rstate_string_long.3 => SSL_rstate_string.3
installing man3/SSL_session_reused.3
installing man3/SSL_set_bio.3
installing man3/SSL_set_connect_state.3
SSL_get_accept_state.3 => SSL_set_connect_state.3
installing man3/SSL_set_fd.3
installing man3/SSL_set_session.3
installing man3/SSL_set_shutdown.3
SSL_get_shutdown.3 => SSL_set_shutdown.3
installing man3/SSL_set_verify_result.3
installing man3/SSL_shutdown.3
installing man3/SSL_state_string.3
SSL_state_string_long.3 => SSL_state_string.3
installing man3/SSL_want.3
SSL_want_nothing.3 => SSL_want.3
SSL_want_read.3 => SSL_want.3
SSL_want_write.3 => SSL_want.3
SSL_want_x509_lookup.3 => SSL_want.3
installing man3/SSL_write.3
installing man3/d2i_SSL_SESSION.3
i2d_SSL_SESSION.3 => d2i_SSL_SESSION.3
installing man3/ssl.3
SSL.3 => ssl.3
created directory `/tmp/openssl-1.0.2d-iOS-armv7/bin'
created directory `/tmp/openssl-1.0.2d-iOS-armv7/lib'
created directory `/tmp/openssl-1.0.2d-iOS-armv7/lib/engines'
created directory `/tmp/openssl-1.0.2d-iOS-armv7/lib/pkgconfig'
created directory `/tmp/openssl-1.0.2d-iOS-armv7/include'
created directory `/tmp/openssl-1.0.2d-iOS-armv7/include/openssl'
created directory `/tmp/openssl-1.0.2d-iOS-armv7/misc'
created directory `/tmp/openssl-1.0.2d-iOS-armv7/certs'
created directory `/tmp/openssl-1.0.2d-iOS-armv7/private'
making install in crypto...
making install in crypto/objects...
making install in crypto/md4...
making install in crypto/md5...
making install in crypto/sha...
making install in crypto/mdc2...
making install in crypto/hmac...
making install in crypto/ripemd...
making install in crypto/whrlpool...
making install in crypto/des...
making install in crypto/aes...
making install in crypto/rc2...
making install in crypto/rc4...
making install in crypto/idea...
making install in crypto/bf...
making install in crypto/cast...
making install in crypto/camellia...
making install in crypto/seed...
making install in crypto/modes...
making install in crypto/bn...
making install in crypto/ec...
making install in crypto/rsa...
making install in crypto/dsa...
making install in crypto/ecdsa...
making install in crypto/dh...
making install in crypto/ecdh...
making install in crypto/dso...
making install in crypto/engine...
making install in crypto/buffer...
making install in crypto/bio...
making install in crypto/stack...
making install in crypto/lhash...
making install in crypto/rand...
making install in crypto/err...
making install in crypto/evp...
making install in crypto/asn1...
making install in crypto/pem...
making install in crypto/x509...
making install in crypto/x509v3...
making install in crypto/conf...
making install in crypto/txt_db...
making install in crypto/pkcs7...
making install in crypto/pkcs12...
making install in crypto/comp...
making install in crypto/ocsp...
making install in crypto/ui...
making install in crypto/krb5...
making install in crypto/cms...
making install in crypto/pqueue...
making install in crypto/ts...
making install in crypto/srp...
making install in crypto/cmac...
making install in ssl...
making install in engines...
making install in engines/ccgost...
[ -n "/tmp/openssl-1.0.2d-iOS-armv7" ] # should be set by top Makefile...
if [ -n "" ]; then \
set -e; \
echo installing gost; \
pfx=lib; \
if expr "iphoneos-cross" : "Cygwin" >/dev/null; then \
sfx=".so"; \
cp cyggost.dll /tmp/openssl-1.0.2d-iOS-armv7/lib/engines/${pfx}gost$sfx.new; \
else \
case "-I../../include -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -miphoneos-version-min=8.0 -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -O3 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk -fomit-frame-pointer -fno-common" in \
*DSO_BEOS*) sfx=".so";; \
*DSO_DLFCN*) sfx=`expr ".1.0.0.dylib" : '.*\(\.[a-z][a-z]*\)' \| ".so"`;; \
*DSO_DL*) sfx=".sl";; \
*DSO_WIN32*) sfx="eay32.dll"; pfx=;; \
*) sfx=".bad";; \
esac; \
cp ${pfx}gost$sfx /tmp/openssl-1.0.2d-iOS-armv7/lib/engines/${pfx}gost$sfx.new; \
fi; \
chmod 555 /tmp/openssl-1.0.2d-iOS-armv7/lib/engines/${pfx}gost$sfx.new; \
mv -f /tmp/openssl-1.0.2d-iOS-armv7/lib/engines/${pfx}gost$sfx.new /tmp/openssl-1.0.2d-iOS-armv7/lib/engines/${pfx}gost$sfx; \
fi
making install in apps...
installing openssl
installing CA.sh
installing CA.pl
installing tsget
making install in test...
make[1]: Nothing to be done for `install'.
making install in tools...
installing libcrypto.a
installing libssl.a
cp libcrypto.pc /tmp/openssl-1.0.2d-iOS-armv7/lib/pkgconfig
chmod 644 /tmp/openssl-1.0.2d-iOS-armv7/lib/pkgconfig/libcrypto.pc
cp libssl.pc /tmp/openssl-1.0.2d-iOS-armv7/lib/pkgconfig
chmod 644 /tmp/openssl-1.0.2d-iOS-armv7/lib/pkgconfig/libssl.pc
cp openssl.pc /tmp/openssl-1.0.2d-iOS-armv7/lib/pkgconfig
chmod 644 /tmp/openssl-1.0.2d-iOS-armv7/lib/pkgconfig/openssl.pc
rm -f *.map *.so *.so.* *.dylib *.dll engines/*.so engines/*.dll engines/*.dylib *.a engines/*.a */lib */*/lib
rm -f shlib/*.o *.o core a.out fluff rehash.time testlog make.log cctest cctest.c
making clean in crypto...
rm -f buildinf.h *.s *.o */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
making clean in crypto/objects...
rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
making clean in crypto/md4...
rm -f asm/mx86unix.cpp *.o asm/*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
making clean in crypto/md5...
rm -f *.s *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
making clean in crypto/sha...
rm -f *.s *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
making clean in crypto/mdc2...
rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
making clean in crypto/hmac...
rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
making clean in crypto/ripemd...
rm -f *.s *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
making clean in crypto/whrlpool...
rm -f *.s *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
making clean in crypto/des...
rm -f *.s *.o *.obj des lib tags core .pure .nfs* *.old *.bak fluff
making clean in crypto/aes...
rm -f *.s *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
making clean in crypto/rc2...
rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
making clean in crypto/rc4...
rm -f *.s *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
making clean in crypto/idea...
rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
making clean in crypto/bf...
rm -f *.s *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
making clean in crypto/cast...
rm -f *.s *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
making clean in crypto/camellia...
rm -f *.s *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
making clean in crypto/seed...
rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
making clean in crypto/modes...
rm -f *.s *.o */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
making clean in crypto/bn...
rm -f *.s *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
making clean in crypto/ec...
rm -f *.o */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
making clean in crypto/rsa...
rm -f *.o */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
making clean in crypto/dsa...
rm -f *.o */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
making clean in crypto/ecdsa...
rm -f *.o */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
making clean in crypto/dh...
rm -f *.o */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
making clean in crypto/ecdh...
rm -f *.o */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
making clean in crypto/dso...
rm -f *.o */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
making clean in crypto/engine...
rm -f *.o */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
making clean in crypto/buffer...
rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
making clean in crypto/bio...
rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
making clean in crypto/stack...
rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
making clean in crypto/lhash...
rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
making clean in crypto/rand...
rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
making clean in crypto/err...
rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
making clean in crypto/evp...
rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
making clean in crypto/asn1...
rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
making clean in crypto/pem...
rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
making clean in crypto/x509...
rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
making clean in crypto/x509v3...
rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
making clean in crypto/conf...
rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
making clean in crypto/txt_db...
rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
making clean in crypto/pkcs7...
rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff enc dec sign verify
making clean in crypto/pkcs12...
rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
making clean in crypto/comp...
rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
making clean in crypto/ocsp...
rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
making clean in crypto/ui...
rm -f *.o */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
making clean in crypto/krb5...
rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
making clean in crypto/cms...
rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
making clean in crypto/pqueue...
rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
making clean in crypto/ts...
rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff enc dec sign verify
making clean in crypto/srp...
rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
making clean in crypto/cmac...
rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
making clean in ssl...
rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
making clean in engines...
rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
making clean in engines/ccgost...
rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff *.so *.sl *.dll
making clean in apps...
rm -f *.o *.obj *.dll lib tags core .pure .nfs* *.old *.bak fluff openssl
rm -f req
making clean in test...
rm -f .rnd tmp.bntest tmp.bctest *.o *.obj *.dll lib tags core .pure .nfs* *.old *.bak fluff bntest ectest ecdsatest ecdhtest ideatest md2test md4test md5test hmactest wp_test rc2test rc4test rc5test destest shatest sha1test sha256t sha512t mdc2test rmdtest randtest dhtest enginetest bftest casttest ssltest exptest dsatest rsa_test evp_test evp_extra_test igetest jpaketest srptest asn1test v3nametest heartbeat_test constant_time_test verify_extra_test *.ss *.srl log dummytest
making clean in tools...
rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
rm -f libcrypto.a libssl.a
rm -f openssl.pc libssl.pc libcrypto.pc
rm -f speed.* .pure
rm -f openssl-1.0.2d.tar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment