From 14d51f92b62dbd5647c80dbc1a69283e2cbd35f9 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Wed, 8 Nov 2017 11:41:59 +0100 Subject: session state: mark mod_auth_st_int as constant Signed-off-by: Nikos Mavrogiannopoulos --- lib/gnutls_int.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/gnutls_int.h b/lib/gnutls_int.h index f5b4f673ec..af919ec3ed 100644 --- a/lib/gnutls_int.h +++ b/lib/gnutls_int.h @@ -982,7 +982,7 @@ typedef struct { */ time_t expire_time; /* after expire_time seconds this session will expire */ - struct mod_auth_st_int *auth_struct; /* used in handshake packets and KX algorithms */ + const struct mod_auth_st_int *auth_struct; /* used in handshake packets and KX algorithms */ /* this is the highest version available * to the peer. (advertized version). -- cgit v1.2.1