Remove duplicate #include

Signed-off-by: Masashi Honma <masashi.honma@gmail.com>
This commit is contained in:
Masashi Honma 2018-12-28 05:40:17 +09:00
parent fb1972db23
commit fbda6126d6
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,10 @@
mbed TLS ChangeLog (Sorted per branch, date)
= mbed TLS x.xx.x branch released xxxx-xx-xx
Bugfix
* Remove a duplicate #include in a sample program. Fixed by Masashi Honma #2326.
= mbed TLS 2.16.0 branch released 2018-12-21
Features

View File

@ -55,7 +55,6 @@ int main( void )
#include "mbedtls/ctr_drbg.h"
#include "mbedtls/md.h"
#include "mbedtls/rsa.h"
#include "mbedtls/md.h"
#include "mbedtls/x509.h"
#include <stdio.h>