Show support for crypteq for -bV and -d.
authorPhilip Hazel <ph10@hermes.cam.ac.uk>
Tue, 23 Aug 2005 11:25:38 +0000 (11:25 +0000)
committerPhilip Hazel <ph10@hermes.cam.ac.uk>
Tue, 23 Aug 2005 11:25:38 +0000 (11:25 +0000)
doc/doc-txt/ChangeLog
src/src/exim.c

index 31789929dd06c3cc5940661bcae29279d3def489..663454888517ceb2830a95c5b9fe0e48f90a7f0b 100644 (file)
@@ -1,4 +1,4 @@
-$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.210 2005/08/23 10:29:10 ph10 Exp $
+$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.211 2005/08/23 11:25:38 ph10 Exp $
 
 Change log file for Exim from version 4.21
 -------------------------------------------
@@ -119,6 +119,9 @@ PH/28 Exim tries to create and chdir to its spool directory when it starts;
       privilege). It wasn't ignoring creation failures other than "already
       exists".
 
+PH/29 Added "crypteq" to the list of supported features that Exim outputs when
+      -bV or -d is used.
+
 
 Exim version 4.52
 -----------------
index 8ed39d654c9e8d4797fbffd9b7f48ffdbaa91533..f4d537800c48859f4606eac62a8f2f26a3a73d1a 100644 (file)
@@ -1,4 +1,4 @@
-/* $Cambridge: exim/src/src/exim.c,v 1.25 2005/08/23 10:29:10 ph10 Exp $ */
+/* $Cambridge: exim/src/src/exim.c,v 1.26 2005/08/23 11:25:38 ph10 Exp $ */
 
 /*************************************************
 *     Exim - an Internet mail transport agent    *
@@ -833,6 +833,9 @@ fprintf(f, "Using tdb\n");
 #endif
 
 fprintf(f, "Support for:");
+#ifdef SUPPORT_CRYPTEQ
+  fprintf(f, " crypteq");
+#endif
 #if HAVE_ICONV
   fprintf(f, " iconv()");
 #endif