From: Josh Soref Date: Wed, 18 Jan 2017 23:20:12 +0000 (-0500) Subject: spelling: Mavrogiannopoulos X-Git-Tag: exim-4_89_RC1~38 X-Git-Url: https://vcs.fsf.org/?p=exim.git;a=commitdiff_plain;h=6aa6fc9c5304536913bc585d0395093213fce72d spelling: Mavrogiannopoulos Committer note: the name was spelt as was used by Nikos at the time, but he's since switched to the other latinization form and is using it everywhere these days. Part of his response was "Feel free to use the Mavrogiannopoulos variant everywhere.", so I'm merging this commit too. --- diff --git a/src/src/tls-gnu.c b/src/src/tls-gnu.c index e02cf1cea..9ed548a60 100644 --- a/src/src/tls-gnu.c +++ b/src/src/tls-gnu.c @@ -13,7 +13,7 @@ tls.c when USE_GNUTLS has been set. The code herein is a revamp of GnuTLS integration using the current APIs; the original tls-gnu.c was based on a patch which was contributed by Nikos -Mavroyanopoulos. The revamp is partially a rewrite, partially cut&paste as +Mavrogiannopoulos. The revamp is partially a rewrite, partially cut&paste as appropriate. APIs current as of GnuTLS 2.12.18; note that the GnuTLS manual is for GnuTLS 3, diff --git a/src/src/tls.c b/src/src/tls.c index 55295108c..f34cf6321 100644 --- a/src/src/tls.c +++ b/src/src/tls.c @@ -8,7 +8,7 @@ /* This module provides TLS (aka SSL) support for Exim. The code for OpenSSL is based on a patch that was originally contributed by Steve Haslam. It was adapted from stunnel, a GPL program by Michal Trojnara. The code for GNU TLS is -based on a patch contributed by Nikos Mavroyanopoulos. Because these packages +based on a patch contributed by Nikos Mavrogiannopoulos. Because these packages are so very different, the functions for each are kept in separate files. The relevant file is #included as required, after any any common functions.