commit | d567aa2b6ed1e9a38ca17a7f73117954efee8dd5 | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Thu Dec 22 10:06:27 2011 +0000 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Thu Dec 22 10:06:27 2011 +0000 |
tree | 716dc26da21c48d8a68c668ae0f23a9253bf8063 | |
parent | 732e1a893c0eeb61e95e77fd4a470557f9964bce [diff] [blame] |
- Merged Trunk changes for 1.1 into branch
diff --git a/include/polarssl/asn1.h b/include/polarssl/asn1.h index 82145c3..8daef5a 100644 --- a/include/polarssl/asn1.h +++ b/include/polarssl/asn1.h
@@ -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>