Fixed cplusplus extern defines in header files

This commit is contained in:
Paul Bakker 2013-10-01 10:09:06 +02:00
parent ed3cce46e9
commit 30b95fa921
3 changed files with 10 additions and 5 deletions

View file

@ -274,4 +274,9 @@ int x509_write_names( unsigned char **p, unsigned char *start,
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 */