Support REQUIRETLS
[exim.git] / src / src / transports / smtp.h
index a33ef437f7940bf8a143a12d2b6230734f3b7f82..34c49d930a782bd68fddf645ce485cfa93610aa4 100644 (file)
@@ -133,8 +133,8 @@ typedef struct {
   int          max_rcpt;
   int          cmd_count;
 
-  uschar       peer_offered;
-  uschar       avoid_option;
+  unsigned     peer_offered;
+  unsigned     avoid_option;
   uschar *     igquotstr;
   uschar *     helo_data;
 #ifdef EXPERIMENTAL_DSN_INFO