Skip to content

Commit

Permalink
Fix: include version.h in ssl_test_lib.h
Browse files Browse the repository at this point in the history
In development, mbedtls/version.h is getting included indirectly
in via mbedtls/build_info.h, but this doesn't happen in 2.28.
This commit add this dependency in ssl_test_lib.h

Signed-off-by: Yanray Wang <[email protected]>
  • Loading branch information
Yanray Wang committed Nov 10, 2022
1 parent 4d4b077 commit d818c08
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions programs/ssl/ssl_test_lib.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
#ifndef MBEDTLS_PROGRAMS_SSL_SSL_TEST_LIB_H
#define MBEDTLS_PROGRAMS_SSL_SSL_TEST_LIB_H

#include "mbedtls/version.h"

#if !defined(MBEDTLS_CONFIG_FILE)
#include "mbedtls/config.h"
#else
Expand Down

0 comments on commit d818c08

Please sign in to comment.