Hi, > eflash> > See http://www.openssl.org/support/rt.html > eflash> did that about 2 hours ago, but it doesnt show up yet on the > tracker overview.
> The moderator needs to wake up ;-). Ahh yes - I assumed a machine behind, > hehe... > eflash> > It would be great if you could include a patch for 0.9.9-dev > too. > eflash> Do I assume right that at ftp://ftp.openssl.org/snapshot/ > eflash> those archives with naming openssl-SNAP-2007mmdd.tar.gz are the > 0.9.9-dev? > Yes. ok, I made so far good progress with that, and could finally create a patch there too; but I've a problem with one ASM file; here's the error with nasm: nasmw -s -f coff -o crypto\md5\asm\m5-nw.o .\crypto\md5\asm\m5-nw.asm .\crypto\md5\asm\m5-nw.asm:4: error: standard COFF does not support section alignment specification make: *** [crypto\md5\asm\m5-nw.o] Error 1 and here's the error with same file when used Metrowerks CodeWarrior Assembler: mwasmnlm -maxerrors 20 -o crypto\md5\asm\m5-nw.o .\crypto\md5\asm\m5-nw.asm ### mwasmnlm Assembler: # File: crypto\md5\asm\m5-nw.asm # --------------------------------- # 2: global md5_block_asm_data_order # Error: ^^^^^^ # Undefined macro or opcode: global ### mwasmnlm Assembler: # 3: align 16 # Error: ^^^^^ # Undefined macro or opcode: align ### mwasmnlm Driver Error: # The tool did not produce any output while compiling the file 'crypto\md5\asm\m5-nw.asm' Errors caused tool to abort. make: *** [crypto\md5\asm\m5-nw.o] Error 1 however when I build with gcc then I use ELF format, and dont have this problem..... since I'm not an ASM wizzard I would need some help with that issue... thanks in advance! Guenter. ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List Manager [EMAIL PROTECTED]