Update headers for 'make dep'

pull/867/head
Jeffrey Walton 2019-07-05 02:42:27 -04:00
parent ae04195d1f
commit 6bead34bd9
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
2 changed files with 8 additions and 0 deletions

View File

@ -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

View File

@ -47,6 +47,8 @@
#include "cmac.h"
#include "dmac.h"
#include "hmac.h"
#include "vmac.h"
#include "ttmac.h"
#include "drbg.h"