diff options
author | Richard Levitte <levitte@openssl.org> | 2015-07-13 16:53:37 +0200 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2015-07-14 01:10:01 +0200 |
commit | 053fa39af62f5b3543ebec8592e4592965b18e26 (patch) | |
tree | 54e7e25036c72e9edbae373ea64d39e9d14a1891 /demos | |
parent | Small script to re-encode files that need it to UTF-8 (diff) | |
download | openssl-053fa39af62f5b3543ebec8592e4592965b18e26.tar.xz openssl-053fa39af62f5b3543ebec8592e4592965b18e26.zip |
Conversion to UTF-8 where needed
This leaves behind files with names ending with '.iso-8859-1'. These
should be safe to remove. If something went wrong when re-encoding,
there will be some files with names ending with '.utf8' left behind.
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'demos')
-rw-r--r-- | demos/easy_tls/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/easy_tls/README b/demos/easy_tls/README index 816a58009c..ee89dfb942 100644 --- a/demos/easy_tls/README +++ b/demos/easy_tls/README @@ -62,4 +62,4 @@ As noted above, easy_tls.c will be changed to become a library one day, which means that future revisions will not be fully compatible to the current version. -Bodo Möller <bodo@openssl.org> +Bodo Möller <bodo@openssl.org> |