mirror of
https://github.com/yuzu-emu/mbedtls
synced 2024-11-24 20:18:12 +00:00
- Only include md.h if needed by POLARSSL_PKCS1_V21
This commit is contained in:
parent
6a2f857b08
commit
bb51f0cb3d
1 changed files with 3 additions and 0 deletions
|
@ -34,7 +34,10 @@
|
||||||
#if defined(POLARSSL_RSA_C)
|
#if defined(POLARSSL_RSA_C)
|
||||||
|
|
||||||
#include "polarssl/rsa.h"
|
#include "polarssl/rsa.h"
|
||||||
|
|
||||||
|
#if defined(POLARSSL_PKCS1_V21)
|
||||||
#include "polarssl/md.h"
|
#include "polarssl/md.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
Loading…
Reference in a new issue