This is OSX 10.8.4, Openssl 1.0.1e.  I can't seem to build and pass all the
tests with enable-ec_nistp_64_gcc_128.

First I do ./Configure zlib-dynamic shared enable-ec_nistp_64_gcc_128
darwin64-x86_64-cc

Then the terminal tells me:

  Since you've disabled or enabled at least one algorithm, you need to do
  the following before building:

      make depend

  Configured for darwin64-x86_64-cc.

So then I do 'make depend', only to see this:

  making depend in crypto...
  ../util/domd: line 30: makedepend: command not found
  mv: Makefile.new: No such file or directory
  make[1]: *** [depend] Error 127
  make: *** [depend] Error 1

Now if I just do 'make' anyway, ignoring this, then openssl will build.
 But then 'make test' will fail:

  NIST curve P-256 (optimised implementation):
  verify degree ... ok
  NIST test vectors ... ectest.c:1376: ABORT
  make[1]: *** [test_ec] Error 1
  make: *** [tests] Error 2

-Charles

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       openssl-dev@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to