diff options
Diffstat (limited to 'include/s_misc.h')
-rw-r--r-- | include/s_misc.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/s_misc.h b/include/s_misc.h index 3c18976..c44344f 100644 --- a/include/s_misc.h +++ b/include/s_misc.h @@ -25,10 +25,10 @@ #ifndef INCLUDED_s_misc_h #define INCLUDED_s_misc_h -extern char *date(time_t); +extern const char *date(time_t); extern const char *smalldate(time_t); #ifdef HAVE_LIBCRYPTO -extern char *ssl_get_cipher(const SSL *); +extern const char *ssl_get_cipher(const SSL *); #endif /* Just blindly define our own MIN/MAX macro */ |