From 6bead34bd9fc875c155aecc8ec25cdccd6d9ce56 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Fri, 5 Jul 2019 02:42:27 -0400 Subject: [PATCH] Update headers for 'make dep' --- bench2.cpp | 6 ++++++ validat4.cpp | 2 ++ 2 files changed, 8 insertions(+) diff --git a/bench2.cpp b/bench2.cpp index 3961d02e..bb32ee99 100644 --- a/bench2.cpp +++ b/bench2.cpp @@ -12,6 +12,12 @@ #include "smartptr.h" #include "stdcpp.h" +#include "vmac.h" +#include "hmac.h" +#include "ttmac.h" +#include "cmac.h" +#include "dmac.h" + #if CRYPTOPP_MSC_VERSION # pragma warning(disable: 4355) #endif diff --git a/validat4.cpp b/validat4.cpp index 14409cc0..59a8c35d 100644 --- a/validat4.cpp +++ b/validat4.cpp @@ -47,6 +47,8 @@ #include "cmac.h" #include "dmac.h" #include "hmac.h" +#include "vmac.h" +#include "ttmac.h" #include "drbg.h"