Cosmetic change to 6b7fa1b
Test: no functional change Change-Id: I7f630473e317cbee73125955260f5aad0a000630
This commit is contained in:
parent
6b7fa1bf17
commit
bbe31ba776
1 changed files with 4 additions and 5 deletions
|
@ -113,9 +113,9 @@ class Keymaster {
|
|||
} // namespace vold
|
||||
} // namespace android
|
||||
|
||||
#endif // __cplusplus
|
||||
|
||||
extern "C" {
|
||||
#endif
|
||||
__BEGIN_DECLS
|
||||
|
||||
int keymaster_compatibility_cryptfs_scrypt();
|
||||
int keymaster_create_key_for_cryptfs_scrypt(uint32_t rsa_key_size,
|
||||
|
@ -132,8 +132,7 @@ int keymaster_sign_object_for_cryptfs_scrypt(const uint8_t* key_blob,
|
|||
const size_t object_size,
|
||||
uint8_t** signature_buffer,
|
||||
size_t* signature_buffer_size);
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
__END_DECLS
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue