Hey,

When I'm building openssl 1.0.1e (32-bit) on HPUX (11.11), it failed here:
enveloped content test streaming S/MIME format, 3 recipients, key only
used: verify error

Looks like it is from the file openssl/test/cms-test.pl


I'm doing:
Configure hpux-parisc2-cc --prefix=/somewhere/ no-shared no-zlib
no-zlib-dynamic no-rc5 no-idea no-ec no-ecdh no-ecdsa no-asm no-mdc2 no-bf
no-cast no-md2 no-rc4 no-jpake no-gmp

I modified the file openssl/engines/Makefile:
-  [ -z "$(ENGDIRS)" ] || for i in $(ENGDIRS) ; do \
+ [ -z "$(ENGDIRS)" ] || for i in "$(ENGDIRS)" ; do \


You can see the full output here:
https://drive.google.com/file/d/0B17xCZmWiYuMV1FVUENJMjJlT0U/
(please note that I'm using "ant" to execute the command to build openssl)

Is there something I am missing ?

Note: I'm building static libraries

Alexandre Klein
Tanuki Software, Ltd.

Reply via email to