diff options
Diffstat (limited to 'src/lib/mac/gmac/gmac.h')
-rw-r--r-- | src/lib/mac/gmac/gmac.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/src/lib/mac/gmac/gmac.h b/src/lib/mac/gmac/gmac.h index 64550d2b1..ed586b4ea 100644 --- a/src/lib/mac/gmac/gmac.h +++ b/src/lib/mac/gmac/gmac.h @@ -8,19 +8,15 @@ #ifndef BOTAN_GMAC_H_ #define BOTAN_GMAC_H_ -#include <botan/gcm.h> #include <botan/mac.h> -#include <botan/types.h> -#include <algorithm> +#include <botan/gcm.h> namespace Botan { /** * GMAC */ -class BOTAN_PUBLIC_API(2,0) GMAC : public MessageAuthenticationCode, - public GHASH - +class BOTAN_PUBLIC_API(2,0) GMAC : public MessageAuthenticationCode, public GHASH { public: void clear() override; |