Advertisement
Guest User

Untitled

a guest
Apr 12th, 2013
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.89 KB | None | 0 0
  1. Configuring for darwin64-x86_64-cc
  2. no-ec_nistp_64_gcc_128 [default] OPENSSL_NO_EC_NISTP_64_GCC_128 (skip dir)
  3. no-gmp [default] OPENSSL_NO_GMP (skip dir)
  4. no-jpake [experimental] OPENSSL_NO_JPAKE (skip dir)
  5. no-krb5 [krb5-flavor not specified] OPENSSL_NO_KRB5
  6. no-md2 [default] OPENSSL_NO_MD2 (skip dir)
  7. no-rc5 [default] OPENSSL_NO_RC5 (skip dir)
  8. no-rfc3779 [default] OPENSSL_NO_RFC3779 (skip dir)
  9. no-sctp [default] OPENSSL_NO_SCTP (skip dir)
  10. no-store [experimental] OPENSSL_NO_STORE (skip dir)
  11. IsMK1MF=0
  12. CC =cc
  13. CFLAG =-fPIC -fno-common -DOPENSSL_PIC -DZLIB_SHARED -DZLIB -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -arch x86_64 -O3 -DL_ENDIAN -Wall -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DAES_ASM -DVPAES_ASM -DBSAES_ASM -DWHIRLPOOL_ASM -DGHASH_ASM
  14. EX_LIBS =
  15. CPUID_OBJ =x86_64cpuid.o
  16. BN_ASM =x86_64-gcc.o x86_64-mont.o x86_64-mont5.o x86_64-gf2m.o modexp512-x86_64.o
  17. DES_ENC =des_enc.o fcrypt_b.o
  18. AES_ENC =aes-x86_64.o vpaes-x86_64.o bsaes-x86_64.o aesni-x86_64.o aesni-sha1-x86_64.o
  19. BF_ENC =bf_enc.o
  20. CAST_ENC =c_enc.o
  21. RC4_ENC =rc4_enc.o rc4_skey.o
  22. RC5_ENC =rc5_enc.o
  23. MD5_OBJ_ASM =md5-x86_64.o
  24. SHA1_OBJ_ASM =sha1-x86_64.o sha256-x86_64.o sha512-x86_64.o
  25. RMD160_OBJ_ASM=
  26. CMLL_ENC =cmll-x86_64.o cmll_misc.o
  27. MODES_OBJ =ghash-x86_64.o
  28. ENGINES_OBJ =
  29. PROCESSOR =
  30. RANLIB =/usr/bin/ranlib
  31. ARFLAGS =
  32. PERL =/usr/bin/perl
  33. SIXTY_FOUR_BIT_LONG mode
  34. DES_UNROLL used
  35. DES_INT used
  36. RC4 uses uchar
  37. RC4_CHUNK is unsigned long
  38. generating dummy tests (if needed)...
  39. make[1]: Nothing to be done for `generate'.
  40. e_os2.h => include/openssl/e_os2.h
  41. making links in crypto...
  42. crypto.h => ../include/openssl/crypto.h
  43. opensslv.h => ../include/openssl/opensslv.h
  44. opensslconf.h => ../include/openssl/opensslconf.h
  45. ebcdic.h => ../include/openssl/ebcdic.h
  46. symhacks.h => ../include/openssl/symhacks.h
  47. ossl_typ.h => ../include/openssl/ossl_typ.h
  48. making links in crypto/objects...
  49. objects.h => ../../include/openssl/objects.h
  50. obj_mac.h => ../../include/openssl/obj_mac.h
  51. making links in crypto/md4...
  52. md4.h => ../../include/openssl/md4.h
  53. md4test.c => ../../test/md4test.c
  54. md4.c => ../../apps/md4.c
  55. making links in crypto/md5...
  56. md5.h => ../../include/openssl/md5.h
  57. md5test.c => ../../test/md5test.c
  58. making links in crypto/sha...
  59. sha.h => ../../include/openssl/sha.h
  60. shatest.c => ../../test/shatest.c
  61. sha1test.c => ../../test/sha1test.c
  62. sha256t.c => ../../test/sha256t.c
  63. sha512t.c => ../../test/sha512t.c
  64. making links in crypto/mdc2...
  65. mdc2.h => ../../include/openssl/mdc2.h
  66. mdc2test.c => ../../test/mdc2test.c
  67. making links in crypto/hmac...
  68. hmac.h => ../../include/openssl/hmac.h
  69. hmactest.c => ../../test/hmactest.c
  70. making links in crypto/ripemd...
  71. ripemd.h => ../../include/openssl/ripemd.h
  72. rmdtest.c => ../../test/rmdtest.c
  73. making links in crypto/whrlpool...
  74. whrlpool.h => ../../include/openssl/whrlpool.h
  75. wp_test.c => ../../test/wp_test.c
  76. making links in crypto/des...
  77. des.h => ../../include/openssl/des.h
  78. des_old.h => ../../include/openssl/des_old.h
  79. destest.c => ../../test/destest.c
  80. making links in crypto/aes...
  81. aes.h => ../../include/openssl/aes.h
  82. making links in crypto/rc2...
  83. rc2.h => ../../include/openssl/rc2.h
  84. rc2test.c => ../../test/rc2test.c
  85. making links in crypto/rc4...
  86. rc4.h => ../../include/openssl/rc4.h
  87. rc4test.c => ../../test/rc4test.c
  88. making links in crypto/idea...
  89. idea.h => ../../include/openssl/idea.h
  90. ideatest.c => ../../test/ideatest.c
  91. making links in crypto/bf...
  92. blowfish.h => ../../include/openssl/blowfish.h
  93. bftest.c => ../../test/bftest.c
  94. making links in crypto/cast...
  95. cast.h => ../../include/openssl/cast.h
  96. casttest.c => ../../test/casttest.c
  97. making links in crypto/camellia...
  98. camellia.h => ../../include/openssl/camellia.h
  99. making links in crypto/seed...
  100. seed.h => ../../include/openssl/seed.h
  101. making links in crypto/modes...
  102. modes.h => ../../include/openssl/modes.h
  103. making links in crypto/bn...
  104. bn.h => ../../include/openssl/bn.h
  105. bntest.c => ../../test/bntest.c
  106. exptest.c => ../../test/exptest.c
  107. making links in crypto/ec...
  108. ec.h => ../../include/openssl/ec.h
  109. ectest.c => ../../test/ectest.c
  110. making links in crypto/rsa...
  111. rsa.h => ../../include/openssl/rsa.h
  112. rsa_test.c => ../../test/rsa_test.c
  113. making links in crypto/dsa...
  114. dsa.h => ../../include/openssl/dsa.h
  115. dsatest.c => ../../test/dsatest.c
  116. making links in crypto/ecdsa...
  117. ecdsa.h => ../../include/openssl/ecdsa.h
  118. ecdsatest.c => ../../test/ecdsatest.c
  119. making links in crypto/dh...
  120. dh.h => ../../include/openssl/dh.h
  121. dhtest.c => ../../test/dhtest.c
  122. making links in crypto/ecdh...
  123. ecdh.h => ../../include/openssl/ecdh.h
  124. ecdhtest.c => ../../test/ecdhtest.c
  125. making links in crypto/dso...
  126. dso.h => ../../include/openssl/dso.h
  127. making links in crypto/engine...
  128. engine.h => ../../include/openssl/engine.h
  129. enginetest.c => ../../test/enginetest.c
  130. making links in crypto/buffer...
  131. buffer.h => ../../include/openssl/buffer.h
  132. making links in crypto/bio...
  133. bio.h => ../../include/openssl/bio.h
  134. making links in crypto/stack...
  135. stack.h => ../../include/openssl/stack.h
  136. safestack.h => ../../include/openssl/safestack.h
  137. making links in crypto/lhash...
  138. lhash.h => ../../include/openssl/lhash.h
  139. making links in crypto/rand...
  140. rand.h => ../../include/openssl/rand.h
  141. randtest.c => ../../test/randtest.c
  142. making links in crypto/err...
  143. err.h => ../../include/openssl/err.h
  144. making links in crypto/evp...
  145. evp.h => ../../include/openssl/evp.h
  146. evp_test.c => ../../test/evp_test.c
  147. [ ! -f evptests.txt ] || cp evptests.txt ../../test
  148. making links in crypto/asn1...
  149. asn1.h => ../../include/openssl/asn1.h
  150. asn1_mac.h => ../../include/openssl/asn1_mac.h
  151. asn1t.h => ../../include/openssl/asn1t.h
  152. making links in crypto/pem...
  153. pem.h => ../../include/openssl/pem.h
  154. pem2.h => ../../include/openssl/pem2.h
  155. making links in crypto/x509...
  156. x509.h => ../../include/openssl/x509.h
  157. x509_vfy.h => ../../include/openssl/x509_vfy.h
  158. making links in crypto/x509v3...
  159. x509v3.h => ../../include/openssl/x509v3.h
  160. making links in crypto/conf...
  161. conf.h => ../../include/openssl/conf.h
  162. conf_api.h => ../../include/openssl/conf_api.h
  163. making links in crypto/txt_db...
  164. txt_db.h => ../../include/openssl/txt_db.h
  165. making links in crypto/pkcs7...
  166. pkcs7.h => ../../include/openssl/pkcs7.h
  167. making links in crypto/pkcs12...
  168. pkcs12.h => ../../include/openssl/pkcs12.h
  169. making links in crypto/comp...
  170. comp.h => ../../include/openssl/comp.h
  171. making links in crypto/ocsp...
  172. ocsp.h => ../../include/openssl/ocsp.h
  173. making links in crypto/ui...
  174. ui.h => ../../include/openssl/ui.h
  175. ui_compat.h => ../../include/openssl/ui_compat.h
  176. making links in crypto/krb5...
  177. krb5_asn.h => ../../include/openssl/krb5_asn.h
  178. making links in crypto/cms...
  179. cms.h => ../../include/openssl/cms.h
  180. making links in crypto/pqueue...
  181. pqueue.h => ../../include/openssl/pqueue.h
  182. making links in crypto/ts...
  183. ts.h => ../../include/openssl/ts.h
  184. making links in crypto/srp...
  185. srp.h => ../../include/openssl/srp.h
  186. srptest.c => ../../test/srptest.c
  187. making links in crypto/cmac...
  188. cmac.h => ../../include/openssl/cmac.h
  189. making links in ssl...
  190. ssl.h => ../include/openssl/ssl.h
  191. ssl2.h => ../include/openssl/ssl2.h
  192. ssl3.h => ../include/openssl/ssl3.h
  193. ssl23.h => ../include/openssl/ssl23.h
  194. tls1.h => ../include/openssl/tls1.h
  195. dtls1.h => ../include/openssl/dtls1.h
  196. kssl.h => ../include/openssl/kssl.h
  197. srtp.h => ../include/openssl/srtp.h
  198. ssltest.c => ../test/ssltest.c
  199. making links in engines...
  200. making links in engines/ccgost...
  201. make[2]: Nothing to be done for `links'.
  202. making links in apps...
  203. make[1]: Nothing to be done for `links'.
  204. making links in test...
  205. make[1]: Nothing to be done for `links'.
  206. making links in tools...
  207. make[1]: Nothing to be done for `links'.
  208.  
  209. Configured for darwin64-x86_64-cc.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement