diff options
| author | Sam Varshavchik | 2014-07-13 09:57:18 -0400 |
|---|---|---|
| committer | Sam Varshavchik | 2014-07-13 09:57:18 -0400 |
| commit | a66c0ebff9c406db9e041d9ba77385887e367691 (patch) | |
| tree | de5970fdd4bf626b0fa9c1484f5bfda199d3e193 /tcpd | |
| parent | cb36699e35c7f027f2d3a6efe5b05ecf8907b6bf (diff) | |
| download | courier-libs-a66c0ebff9c406db9e041d9ba77385887e367691.tar.bz2 | |
Minor compilation fixes. Basd on patch from Giovanni Bechis <giovanni@paclan.it>
Diffstat (limited to 'tcpd')
| -rw-r--r-- | tcpd/libcouriertls.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tcpd/libcouriertls.c b/tcpd/libcouriertls.c index 50f0801..67cc341 100644 --- a/tcpd/libcouriertls.c +++ b/tcpd/libcouriertls.c @@ -806,7 +806,7 @@ static int get_func(void *rec, size_t recsize, time_t timeout; size_t session_id_len; - unsigned char *sess; + const unsigned char *sess; if (recsize < sizeof(timeout)+sizeof(session_id_len)) return (0); |
