am 7eaa15ff
: Fix extern "C" guards.
* commit '7eaa15ffa65239e8f4f23d21ff1a6ed66ed9a13f': Fix extern "C" guards.
This commit is contained in:
commit
75b2bc5fde
1 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@
|
|||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#ifndef __cplusplus
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif // __cplusplus
|
||||
|
||||
|
@ -510,7 +510,7 @@ inline void keymaster_free_characteristics(keymaster_key_characteristics_t* char
|
|||
}
|
||||
}
|
||||
|
||||
#ifndef __cplusplus
|
||||
#ifdef __cplusplus
|
||||
} // extern "C"
|
||||
#endif // __cplusplus
|
||||
|
||||
|
|
Loading…
Reference in a new issue