summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2017-11-08 11:41:59 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2017-11-19 15:44:45 +0000
commit14d51f92b62dbd5647c80dbc1a69283e2cbd35f9 (patch)
tree9268f513e71b72c3a64b006cde2e0db55ed4fd4d
parente3a7f6a48ee7aaa9b6e4a53c5ec8690cf5e9e2fb (diff)
downloadgnutls-14d51f92b62dbd5647c80dbc1a69283e2cbd35f9.tar.gz
session state: mark mod_auth_st_int as constant
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
-rw-r--r--lib/gnutls_int.h2
1 files changed, 1 insertions, 1 deletions
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).