commit | 30b95fa9218b5a554163d7bd503740994446c51c | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Tue Oct 01 10:09:06 2013 +0200 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Tue Oct 01 10:09:06 2013 +0200 |
tree | 6ac5e10c6208f47ef18ccb05bb584cba82c8bdb4 | |
parent | ed3cce46e92d05f09667a3174d3f1411219279d1 [diff] [blame] |
Fixed cplusplus extern defines in header files
diff --git a/include/polarssl/x509.h b/include/polarssl/x509.h index 285e69c..e7472c4 100644 --- a/include/polarssl/x509.h +++ b/include/polarssl/x509.h
@@ -274,4 +274,9 @@ int x509_write_sig( unsigned char **p, unsigned char *start, const char *oid, size_t oid_len, unsigned char *sig, size_t size ); + +#ifdef __cplusplus +} +#endif + #endif /* x509.h */