1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-30 22:43:08 +03:00

- Only include md.h if needed by POLARSSL_PKCS1_V21

This commit is contained in:
Paul Bakker
2012-08-23 07:46:58 +00:00
parent 6a2f857b08
commit bb51f0cb3d

View File

@ -34,7 +34,10 @@
#if defined(POLARSSL_RSA_C)
#include "polarssl/rsa.h"
#if defined(POLARSSL_PKCS1_V21)
#include "polarssl/md.h"
#endif
#include <stdlib.h>
#include <stdio.h>