- changed prf_hmac_t to hmac_prf_t

This commit is contained in:
Jan Hutter
2005-11-28 12:56:40 +00:00
parent 42e69fbdad
commit 61068e9152
5 changed files with 28 additions and 28 deletions
+2 -2
View File
@@ -18,6 +18,6 @@ OBJS+= $(BUILD_DIR)prf.o
$(BUILD_DIR)prf.o : $(PRFS_DIR)prf.c $(PRFS_DIR)prf.h
$(CC) $(CFLAGS) -c -o $@ $<
OBJS+= $(BUILD_DIR)prf_hmac.o
$(BUILD_DIR)prf_hmac.o : $(PRFS_DIR)prf_hmac.c $(PRFS_DIR)prf_hmac.h
OBJS+= $(BUILD_DIR)hmac_prf.o
$(BUILD_DIR)hmac_prf.o : $(PRFS_DIR)hmac_prf.c $(PRFS_DIR)hmac_prf.h
$(CC) $(CFLAGS) -c -o $@ $<