commit | 1aa7ad7c0fb2368336e56e9dfb7b0cc49eb71dec | [log] [tgz] |
---|---|---|
author | paul-elliott-arm <62069445+paul-elliott-arm@users.noreply.github.com> | Thu Nov 04 10:06:12 2021 +0000 |
committer | GitHub <noreply@github.com> | Thu Nov 04 10:06:12 2021 +0000 |
tree | e538f0ae2312725c90fd60aa80ed485ddf9355d3 | |
parent | 9fa1d57d6a66a6632d44eeebfbc393a24a12e453 [diff] | |
parent | 16c2102de253fdf900525758ede2f2ec58cc43de [diff] |
Merge pull request #5129 from gilles-peskine-arm/base64_invasive_h-2.x Backport 2.x: Fix copypasta in #endif comment
diff --git a/library/base64_invasive.h b/library/base64_invasive.h index 9e26471..ed5f7cb 100644 --- a/library/base64_invasive.h +++ b/library/base64_invasive.h
@@ -52,4 +52,4 @@ signed char mbedtls_base64_dec_value( unsigned char c ); #endif /* MBEDTLS_TEST_HOOKS */ -#endif /* MBEDTLS_SSL_INVASIVE_H */ +#endif /* MBEDTLS_BASE64_INVASIVE_H */