diff options
Diffstat (limited to 'lib/x509.h')
-rw-r--r-- | lib/x509.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/x509.h b/lib/x509.h index bc11f7b93f..8048416691 100644 --- a/lib/x509.h +++ b/lib/x509.h @@ -25,7 +25,7 @@ int _gnutls_x509_cert_verify_peers(gnutls_session_t session, gnutls_typed_vdata_st * data, - unsigned int elements, + unsigned int elements, unsigned int *status); #define PEM_CERT_SEP2 "-----BEGIN X509 CERTIFICATE" |