From 24e10bf4aba21f3c0484f31bd39169df7691025c Mon Sep 17 00:00:00 2001 From: Felix Lechner Date: Tue, 30 Jun 2020 10:58:06 -0700 Subject: [PATCH] Convert a header file to UTF-8 encoding. The file contained characters from the ISO 8859-1 legacy text encoding. This commit onverts the file to UTF-8. --- cyassl/ctaocrypt/tfm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cyassl/ctaocrypt/tfm.h b/cyassl/ctaocrypt/tfm.h index 5eba3d339..77990ef27 100644 --- a/cyassl/ctaocrypt/tfm.h +++ b/cyassl/ctaocrypt/tfm.h @@ -28,7 +28,7 @@ /** - * Edited by Moisés Guimarães (moises.guimaraes@phoebus.com.br) + * Edited by Moisés Guimarães (moises.guimaraes@phoebus.com.br) * to fit CyaSSL's needs. */