mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-02-23 03:39:53 +00:00
Code style
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
This commit is contained in:
parent
9145dc46ed
commit
f33c7e3344
@ -12,7 +12,7 @@
|
|||||||
*/
|
*/
|
||||||
int parse_hex_string(char *hex_string, uint64_t *result)
|
int parse_hex_string(char *hex_string, uint64_t *result)
|
||||||
{
|
{
|
||||||
uint8_t raw[8] = {0};
|
uint8_t raw[8] = { 0 };
|
||||||
size_t olen;
|
size_t olen;
|
||||||
if (mbedtls_test_unhexify(raw, sizeof(raw), hex_string, &olen) != 0) {
|
if (mbedtls_test_unhexify(raw, sizeof(raw), hex_string, &olen) != 0) {
|
||||||
return 0;
|
return 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user