MD5 and SHA1 in transliterated to x86 assembler with C preprocessor goo.

Thanks to Brendan Connell for putting up with this nonsense.
This commit is contained in:
wkj 2004-04-21 04:52:27 +00:00
parent f928ea8571
commit ae12b87972
4 changed files with 471 additions and 2 deletions

16
src/libsec/386/mkfile Normal file
View file

@ -0,0 +1,16 @@
<$PLAN9/src/mkhdr
LIB=libsec.a
SFILES=\
md5block.s\
sha1block.s\
HFILES=$PLAN9/include/libsec.h
OFILES=${SFILES:%.s=%.$O}
UPDATE=mkfile\
$HFILES\
$SFILES\
<$PLAN9/src/mksyslib