On 2007.06.10., at 21:34, Richard Levitte wrote:
How, exactly, did you build OpenSSL?
Ran @makevms all 0 nodebug, suspended the script after opensslconf.h
was generated, added #define OPENSSL_NO_SHA512 1 at its end, then
resumed compilation (I think I also renamed some 64bit stuff around
BN to be 32bit).
By the way, ENGINES also fails in a pretty curious way:
$ @makeengines all nodebug
No Debugger Information Will Be Produced During Compile.
Compiling With Compiler Optimization.
Using UCX or an emulation thereof for TCP/IP
Using DECC 'C' Compiler.
Main C Compiling Command: CC/OPTIMIZE/NODEBUG/STANDARD=ANSI89/NOLIST/
PREFIX=ALL/
INCLUDE=(SYS$DISK:[],SYS$DISK:[.VENDOR_DEFNS])/DEFINE=
("FLAT_INC=1",TCPIP_TYPE_U
CX,DSO_VMS)/WARNING=(DISABLE=(LONGLONGTYPE,LONGLONGSUFX))
Main MACRO Compiling Command: MACRO/NODEBUG
TCP/IP library spec: SYS$DISK:[-.VMS]UCX_SHR_DECC.OPT/OPT
Using Linker Option File SYS$DISK:[]VAX_DECC_OPTIONS.OPT.
Compiling Support Files. (ALL)
engine_vector.mar
;
^
%CC-I-EXTRASEMI, Extraneous semicolon.
At line number 1 in SYS$SYSROOT:
[SYSMGR.TMP.OPENSSL-0_9_8E.ENGIN
ES]ENGINE_VECTOR.MAR;1.
; Transfer vector for VAX shareable image
^
%CC-I-EXTRASEMI, Extraneous semicolon.
At line number 2 in SYS$SYSROOT:
[SYSMGR.TMP.OPENSSL-0_9_8E.ENGIN
ES]ENGINE_VECTOR.MAR;1.
; Transfer vector for VAX shareable image
...........^
%CC-E-NOSEMI, Missing ";".
At line number 2 in SYS$SYSROOT:
[SYSMGR.TMP.OPENSSL-0_9_8E.ENGIN
ES]ENGINE_VECTOR.MAR;1.
.PSECT $
$ENGINE,QUAD,PIC,USR,CON,REL,LCL,SHR,EXE,RD,NOWRT
...............^
%CC-I-DOLLARID, Extension: A '$' was encountered in an identifier.
At line number 19 in SYS$SYSROOT:
[SYSMGR.TMP.OPENSSL-0_9_8E.ENGI
NES]ENGINE_VECTOR.MAR;1.
.END
%VCG-I-NOBJECT, No object file produced.
At line number 24 in SYS$SYSROOT:
[SYSMGR.TMP.OPENSSL-0_9_8E.ENGI
NES]ENGINE_VECTOR.MAR;1.
%VCG-I-SUMMARY, Completed with 1 error(s), 0 warning(s), and
4 informational messages.
At line number 24 in SYS$SYSROOT:
[SYSMGR.TMP.OPENSSL-0_9_8E.ENGI
NES]ENGINE_VECTOR.MAR;1.
--
Bérczi Gábor
http://www.gabucino.be/
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List openssl-users@openssl.org
Automated List Manager [EMAIL PROTECTED]