mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2025-12-06 07:12:32 +01:00
Uncrustified
Signed-off-by: Matthias Schulz <mschulz@hilscher.com>
This commit is contained in:
parent
03bd095a76
commit
edc32eaf1a
|
|
@ -250,7 +250,8 @@ int verify_parse_san(mbedtls_x509_subject_alternative_name *san,
|
||||||
|
|
||||||
ret = mbedtls_oid_get_numeric_string(p,
|
ret = mbedtls_oid_get_numeric_string(p,
|
||||||
n,
|
n,
|
||||||
&san->san.other_name.value.hardware_module_name.oid);
|
&san->san.other_name.value.hardware_module_name
|
||||||
|
.oid);
|
||||||
MBEDTLS_X509_SAFE_SNPRINTF;
|
MBEDTLS_X509_SAFE_SNPRINTF;
|
||||||
|
|
||||||
ret = mbedtls_snprintf(p, n, ", hardware serial number : ");
|
ret = mbedtls_snprintf(p, n, ", hardware serial number : ");
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue