diff options
Diffstat (limited to 'lib/x509/compat.h')
-rw-r--r-- | lib/x509/compat.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/x509/compat.h b/lib/x509/compat.h index 4e9a0f5e13..c312001bb3 100644 --- a/lib/x509/compat.h +++ b/lib/x509/compat.h @@ -1,2 +1,2 @@ -time_t _gnutls_x509_get_raw_crt_activation_time( const gnutls_datum*); -time_t _gnutls_x509_get_raw_crt_expiration_time( const gnutls_datum*); +time_t _gnutls_x509_get_raw_crt_activation_time( const gnutls_datum_t*); +time_t _gnutls_x509_get_raw_crt_expiration_time( const gnutls_datum_t*); |