> If there are any minor issues which someone VMS illiterate (i.e. me) can
> understand I'll fix them.
By the way, speaking of non-VMS stuff, in case anyone cares, ...
dyi # uname -a
HP-UX dyi B.11.31 U ia64 4235313755 unlimited-user license
dyi # gcc --version
gcc (GCC) 4.3.3
[...]
[...]
gcc -I.. -I../.. -I../asn1 -I../evp -I../../include -DOPENSSL_THREADS
-DDSO_DLFCN -DHAVE_DLFCN_H -mlp64 -O3 -DB_ENDIAN -D_REENTRANT
-DOPENSSL_EXPERIMENTAL_JPAKE -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM
-DMD5_ASM -DAES_ASM -E asm/md5-ia64.S | \
/usr/bin/perl -ne 's/;\s+/;\n/g; print;' > md5-ia64.s
gcc -I.. -I../.. -I../asn1 -I../evp -I../../include -DOPENSSL_THREADS
-DDSO_DLFCN -DHAVE_DLFCN_H -mlp64 -O3 -DB_ENDIAN -D_REENTRANT
-DOPENSSL_EXPERIMENTAL_JPAKE -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM
-DMD5_ASM -DAES_ASM -c -o md5-ia64.o md5-ia64.s
asm/md5-ia64.S: Assembler messages:
asm/md5-ia64.S:1041: Warning: `md5digestBlock1' was not specified with previous
.proc
asm/md5-ia64.S:1041: Warning: `md5_digest_block1' should be an operand to this
.endp
asm/md5-ia64.S:1164: Warning: `md5digestBlock2' was not specified with previous
.proc
asm/md5-ia64.S:1164: Warning: `md5_digest_block2' should be an operand to this
.endp
asm/md5-ia64.S:1287: Warning: `md5digestBlock3' was not specified with previous
.proc
asm/md5-ia64.S:1287: Warning: `md5_digest_block3' should be an operand to this
.endp
[...]
Only warnings, but they might be easy to remove (unless some other
assembler would complain).
------------------------------------------------------------------------
Steven M. Schweda s...@antinode-info
382 South Warwick Street (+1) 651-699-9818
Saint Paul MN 55105-2547
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [email protected]
Automated List Manager [email protected]