Add HOTP implementation

This commit is contained in:
Lucas 2020-06-14 04:02:13 +00:00
parent 46dd62038f
commit a28d7cca02
3 changed files with 111 additions and 2 deletions

View file

@ -17,8 +17,8 @@
P = otpcli
V = 0.0
HDR = err.h
OBJ = cli.o err.o
HDR = err.h otp.h
OBJ = cli.o err.o otp.o
SRC = ${OBJ:.o=.c}
DIST_FILES = COPYING Makefile ${HDR} ${SRC}