mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-21 21:36:21 +01:00
Move some includes to ssl_internal.h
Also removed one from ssl.h and add it in programs where it belongs
This commit is contained in:
parent
cd4fcc6c8b
commit
56273daea0
5 changed files with 19 additions and 20 deletions
|
|
@ -59,6 +59,7 @@ int main( void )
|
|||
#include "mbedtls/ctr_drbg.h"
|
||||
#include "mbedtls/error.h"
|
||||
#include "mbedtls/certs.h"
|
||||
#include "mbedtls/timing.h"
|
||||
|
||||
#define SERVER_PORT 4433
|
||||
#define SERVER_NAME "localhost"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue