mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-06-21 03:27:49 +00:00
Remove duplicate #include
Signed-off-by: Masashi Honma <masashi.honma@gmail.com>
This commit is contained in:
parent
3187e7ca98
commit
4a47112834
|
@ -1,5 +1,10 @@
|
||||||
mbed TLS ChangeLog (Sorted per branch, date)
|
mbed TLS ChangeLog (Sorted per branch, date)
|
||||||
|
|
||||||
|
= mbed TLS x.x.x branch released xxxx-xx-xx
|
||||||
|
|
||||||
|
Bugfix
|
||||||
|
* Remove a duplicate #include in a sample program. Fixed by Masashi Honma #2326.
|
||||||
|
|
||||||
= mbed TLS 2.7.9 branch released 2018-12-21
|
= mbed TLS 2.7.9 branch released 2018-12-21
|
||||||
|
|
||||||
Bugfix
|
Bugfix
|
||||||
|
|
|
@ -54,7 +54,6 @@ int main( void )
|
||||||
#include "mbedtls/ctr_drbg.h"
|
#include "mbedtls/ctr_drbg.h"
|
||||||
#include "mbedtls/md.h"
|
#include "mbedtls/md.h"
|
||||||
#include "mbedtls/rsa.h"
|
#include "mbedtls/rsa.h"
|
||||||
#include "mbedtls/md.h"
|
|
||||||
#include "mbedtls/x509.h"
|
#include "mbedtls/x509.h"
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
Loading…
Reference in a new issue