diff --git a/library/x509.c b/library/x509.c index 586c50628..7a501bca8 100644 --- a/library/x509.c +++ b/library/x509.c @@ -508,7 +508,7 @@ error: mbedtls_platform_zeroize( head, sizeof( *head ) ); - return ret; + return( ret ); } static int x509_parse_int( unsigned char **p, size_t n, int *res )