Fixed cplusplus extern defines in header files
This commit is contained in:
parent
ed3cce46e9
commit
30b95fa921
3 changed files with 10 additions and 5 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue