Add reference ChaCha20 and Poly1305 implementations.
[openssl.git] / crypto / mdc2 / Makefile
index 33f318ff94fbb96b34426f5832b6db186cae0efe..5517a08d581f783c3a74e7af6070ffaca7bd6387 100644 (file)
@@ -45,6 +45,8 @@ tests:
 lint:
        lint -DLINT $(INCLUDES) $(SRC)>fluff
 
+update: depend
+
 depend:
        @[ -n "$(MAKEDEPEND)" ] # should be set by upper Makefile...
        $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC)