view auto/lib/md5/makefile.owc @ 3110:c09bf4a53b79

do not pass incoming buf chain twice if data are ready, the bug was introduced in r3072
author Igor Sysoev <igor@sysoev.ru>
date Mon, 07 Sep 2009 12:10:07 +0000
parents ecdc41bf2047
children d620f497c50f
line wrap: on
line source


# Copyright (C) Igor Sysoev


CFLAGS = -zq -bt=nt -bm -ot -op -oi -oe -s $(CPU_OPT)

md5.lib:
	cd $(MD5)
	wcl386 -c $(CFLAGS) -dL_ENDIAN md5_dgst.c
	wlib -n md5.lib md5_dgst.obj