diff options
Diffstat (limited to 'lib/gnutls_int.h')
-rw-r--r-- | lib/gnutls_int.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/gnutls_int.h b/lib/gnutls_int.h index 26bbd22e56..cd4ee06887 100644 --- a/lib/gnutls_int.h +++ b/lib/gnutls_int.h @@ -1247,6 +1247,7 @@ typedef struct { int16_t h_post; /* whether post-generation/receive */ gnutls_handshake_read_func h_read_func; gnutls_handshake_secret_func h_secret_func; + gnutls_alert_read_func a_read_func; gnutls_keylog_func keylog_func; |