summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2017-11-08 11:41:59 +0100
committerNikos Mavrogiannopoulos <nmav@redhat.com>2018-02-19 15:29:35 +0100
commit28eede47cc8f0bd1ceab2ac0fe7a2859f1f01e28 (patch)
tree2540d42d9932c9b9df82864e624d098d00d82c23
parent40555d2185413cbcdfcf63462052bc60b4d6c1b4 (diff)
downloadgnutls-28eede47cc8f0bd1ceab2ac0fe7a2859f1f01e28.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 05c8371d2b..690cd9a59d 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).