X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/79ed2204e93a3ace4cdd76f0628168402582e3bd..e00dc84d4ef84f1b939c8090d49729b41377421d:/uip/popsbr.h?ds=sidebyside diff --git a/uip/popsbr.h b/uip/popsbr.h index 36ba404e..3e70fe75 100644 --- a/uip/popsbr.h +++ b/uip/popsbr.h @@ -5,8 +5,10 @@ * complete copyright information. */ /* TLS flags */ -#define P_INITTLS 0x01 -#define P_NOVERIFY 0x02 +#define P_STARTTLS 0x01 +#define P_INITTLS 0x02 +#define P_TLSENABLEMASK 0x03 +#define P_NOVERIFY 0x04 int pop_init(char *, char *, char *, char *, int, int, char *, int, const char *); int pop_stat(int *, int *);