From f4ecf305fe783cffac73f2373b79ad32cefc3925 Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Wed, 3 Nov 2021 18:27:22 +0100 Subject: [PATCH] Fix copypasta in #endif comment Signed-off-by: Gilles Peskine --- library/base64_invasive.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/base64_invasive.h b/library/base64_invasive.h index 9e264719d4..ed5f7cb824 100644 --- a/library/base64_invasive.h +++ b/library/base64_invasive.h @@ -52,4 +52,4 @@ unsigned char mbedtls_base64_enc_char( unsigned char val ); signed char mbedtls_base64_dec_value( unsigned char c ); #endif /* MBEDTLS_TEST_HOOKS */ -#endif /* MBEDTLS_SSL_INVASIVE_H */ +#endif /* MBEDTLS_BASE64_INVASIVE_H */