- AUTH_HMAC_MD5_96 and AUTH_HMAC_SHA1_96 implemented and tested...

This commit is contained in:
Jan Hutter
2005-11-28 12:42:43 +00:00
parent 7f0e85216e
commit 42e69fbdad
10 changed files with 548 additions and 9 deletions
@@ -17,3 +17,7 @@ SIGNERS_DIR= $(TRANSFORMS_DIR)signers/
OBJS+= $(BUILD_DIR)signer.o
$(BUILD_DIR)signer.o : $(SIGNERS_DIR)signer.c $(SIGNERS_DIR)signer.h
$(CC) $(CFLAGS) -c -o $@ $<
OBJS+= $(BUILD_DIR)hmac_signer.o
$(BUILD_DIR)hmac_signer.o : $(SIGNERS_DIR)hmac_signer.c $(SIGNERS_DIR)hmac_signer.h
$(CC) $(CFLAGS) -c -o $@ $<