Skip to content

Commit c46f9b6

Browse files
committed
fixup! Pass platform context to tests
1 parent 8e6949b commit c46f9b6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tls-client/HelloHttpsClient.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,13 @@
2525
#include "TCPSocket.h"
2626

2727
#include "mbedtls/config.h"
28+
#include "mbedtls/platform.h"
2829
#include "mbedtls/ssl.h"
2930
#include "mbedtls/entropy.h"
3031
#include "mbedtls/ctr_drbg.h"
3132
#include "mbedtls/error.h"
3233
#include "mbedtls/debug.h"
3334

34-
typedef struct mbedtls_platform_context;
35-
3635
#include <stdint.h>
3736

3837
/**

0 commit comments

Comments
 (0)