[Assignment-7] fix missing semicolon
All checks were successful
Latex Build / build-latex (Assignment 4 - Protokollsicherheit (Praxis)) (push) Successful in 1m5s
Latex Build / build-latex (Assignment 5 - Software Security - Teil 1) (push) Successful in 1m4s
Latex Build / build-latex (Assignment 6 - Software Security - Teil 2) (push) Successful in 59s
All checks were successful
Latex Build / build-latex (Assignment 4 - Protokollsicherheit (Praxis)) (push) Successful in 1m5s
Latex Build / build-latex (Assignment 5 - Software Security - Teil 1) (push) Successful in 1m4s
Latex Build / build-latex (Assignment 6 - Software Security - Teil 2) (push) Successful in 59s
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