Skip to content

Commit 0f08bfc

Browse files
committed
Revert "cpp_dummy_build: Remove dependency on compat-1.3.h"
There is now a test that ensures all headers are included in the cpp_dummy_build test, so we can't remove compat-1.3.h from the cpp_dummy_build test until we remove compat-1.3.h. This reverts commit 2b725ef.
1 parent c771ccd commit 0f08bfc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

programs/test/cpp_dummy_build.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
#include "mbedtls/cipher.h"
4545
#include "mbedtls/cipher_internal.h"
4646
#include "mbedtls/cmac.h"
47+
#include "mbedtls/compat-1.3.h"
4748
#include "mbedtls/ctr_drbg.h"
4849
#include "mbedtls/des.h"
4950
#include "mbedtls/dhm.h"

0 commit comments

Comments
 (0)