Include hmac.h in test_base.cpp.

Include what you use - this is no longer pulled in
by the other headers used in this file.

Bug: 272749540
Test: m
Change-Id: I0d4b480e47f84f367d1a9547b89811c52073a2fc
This commit is contained in:
Pete Bentley
2023-03-10 17:58:18 +00:00
parent 74be14065e
commit c785e91ec3

View File

@@ -7,6 +7,7 @@
#include <openssl/aes.h>
#include <openssl/bio.h>
#include <openssl/cmac.h>
#include <openssl/hmac.h>
#include <stdlib.h>
#include <chrono>