tidying
authorJeremy Harris <jgh146exb@wizmail.org>
Fri, 5 Apr 2019 14:28:36 +0000 (15:28 +0100)
committerJeremy Harris <jgh146exb@wizmail.org>
Fri, 5 Apr 2019 14:28:36 +0000 (15:28 +0100)
doc/doc-txt/ChangeLog
src/src/tls-gnu.c

index bea531d3352461213df898aa48020cd4e6f80a76..07ab3f038f7f52e62bed025b8a1b4db316b7d738 100644 (file)
@@ -59,7 +59,7 @@ JH/13 Bug 2386: Fix builds with Dane under LibreSSL 2.9.0 onward.  Some old
       API was removed, so update to use the newer ones.
 
 JH/14 Bug 1891: Close the log file if receiving a non-smtp message, without
       API was removed, so update to use the newer ones.
 
 JH/14 Bug 1891: Close the log file if receiving a non-smtp message, without
-      any timeout set, is taking a long time.  Previous we would hang on to a
+      any timeout set, is taking a long time.  Previously we would hang on to a
       rotated logfile "forever" if the input was arriving with long gaps
       (a previous attempt to fix addressed lack, for a long time, of initial
       input).
       rotated logfile "forever" if the input was arriving with long gaps
       (a previous attempt to fix addressed lack, for a long time, of initial
       input).
index 44a20adf83a499a5fcdf00d8f4e2344d11886384..2070ac9274646e89bed66d6d19388d9ffe966606 100644 (file)
@@ -1282,11 +1282,11 @@ tls_init(
     tls_support * tlsp,
     uschar ** errstr)
 {
     tls_support * tlsp,
     uschar ** errstr)
 {
-exim_gnutls_state_st *state;
+exim_gnutls_state_st * state;
 int rc;
 size_t sz;
 int rc;
 size_t sz;
-const char *errpos;
-uschar *p;
+const char * errpos;
+const uschar * p;
 
 if (!exim_gnutls_base_init_done)
   {
 
 if (!exim_gnutls_base_init_done)
   {