diff options
author | Richard Levitte <levitte@openssl.org> | 2018-09-12 02:28:35 +0200 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2018-10-29 14:03:02 +0100 |
commit | 4602cc85aff35b7aa5e27dc57ead89f0867637f9 (patch) | |
tree | 5debc026ce92865eecccf375c3a85a82c64deabb /apps/rehash.c | |
parent | f842b6b2a4d7cbb9d22e4605c502b73f25bb6a7b (diff) | |
download | openssl-new-4602cc85aff35b7aa5e27dc57ead89f0867637f9.tar.gz |
apps/rehash.c: Convert ISO-8859-1 to UTF-8
Believe it or not, the VMS C compiler is remarking on this
Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/7194)
Diffstat (limited to 'apps/rehash.c')
-rw-r--r-- | apps/rehash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/rehash.c b/apps/rehash.c index de7217cb10..bb41d3129f 100644 --- a/apps/rehash.c +++ b/apps/rehash.c @@ -1,6 +1,6 @@ /* * Copyright 2015-2018 The OpenSSL Project Authors. All Rights Reserved. - * Copyright (c) 2013-2014 Timo Teräs <timo.teras@gmail.com> + * Copyright (c) 2013-2014 Timo Teräs <timo.teras@gmail.com> * * Licensed under the OpenSSL license (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy |