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:
parent
f928ea8571
commit
ae12b87972
4 changed files with 471 additions and 2 deletions
16
src/libsec/386/mkfile
Normal file
16
src/libsec/386/mkfile
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue