1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-12-24 17:41:01 +03:00

- Fixed include with relative directory

This commit is contained in:
Paul Bakker
2011-12-15 19:49:51 +00:00
parent 28c7e7f6fa
commit ccdb028629

View File

@@ -27,10 +27,10 @@
#ifndef POLARSSL_ASN1_H
#define POLARSSL_ASN1_H
#include "polarssl/config.h"
#include "config.h"
#if defined(POLARSSL_BIGNUM_C)
#include "polarssl/bignum.h"
#include "bignum.h"
#endif
#include <string.h>