[Assignment-7] fix missing semicolon
This commit is contained in:
parent
9acbc8be3e
commit
2343da8d1e
1 changed files with 1 additions and 1 deletions
|
@ -206,7 +206,7 @@ sgx_status_t get_public_key(const uint8_t *sealed, uint32_t sealed_size, uint8_t
|
|||
}
|
||||
|
||||
// unseal public key
|
||||
return unseal_key_pair(sealed, NULL, (sgx_ec256_public_t *)public)
|
||||
return unseal_key_pair(sealed, NULL, (sgx_ec256_public_t *)public);
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue