1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-11 21:41:47 +03:00

Merge pull request #5129 from gilles-peskine-arm/base64_invasive_h-2.x

Backport 2.x: Fix copypasta in #endif comment
This commit is contained in:
paul-elliott-arm
2021-11-04 10:06:12 +00:00
committed by GitHub

View File

@ -52,4 +52,4 @@ unsigned char mbedtls_base64_enc_char( unsigned char val );
signed char mbedtls_base64_dec_value( unsigned char c ); signed char mbedtls_base64_dec_value( unsigned char c );
#endif /* MBEDTLS_TEST_HOOKS */ #endif /* MBEDTLS_TEST_HOOKS */
#endif /* MBEDTLS_SSL_INVASIVE_H */ #endif /* MBEDTLS_BASE64_INVASIVE_H */