OpenSSL: track shutdown calls. Bug 2864
[exim.git] / src / src / routers / redirect.h
index 7c9ee1ce0dd68e159b363fb6e3a7a84f107d438a..ad5a3946a6dccaaa956867b5a65dfb5bcd28fc2e 100644 (file)
@@ -3,6 +3,7 @@
 *************************************************/
 
 /* Copyright (c) University of Cambridge 1995 - 2009 */
+/* Copyright (c) The Exim Maintainers 2021 */
 /* See the file NOTICE for conditions of use and distribution. */
 
 /* Header for the redirect router */
@@ -34,14 +35,6 @@ typedef struct {
   uid_t  *owners;
   gid_t  *owngroups;
 
-#ifdef EXPERIMENTAL_SRS_ALT
-  uschar *srs;
-  uschar *srs_alias;
-  uschar *srs_condition;
-  uschar *srs_dbinsert;
-  uschar *srs_dbselect;
-#endif
-
   int   modemask;
   int   bit_options;
   BOOL  check_ancestor;