diff options
author | Simon Josefsson <simon@josefsson.org> | 2008-08-28 17:26:44 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2008-08-28 17:26:44 +0200 |
commit | 0d538af03deb419020897d18741a1038552e07ca (patch) | |
tree | 27e2e50ce3ab28492de6f0d1f25095dcc13d2e01 /lib/gnutls_cert.c | |
parent | b251146cb5b24daa964da3ca2541b0077b2c167e (diff) | |
download | gnutls-0d538af03deb419020897d18741a1038552e07ca.tar.gz |
Fix warnings.
Diffstat (limited to 'lib/gnutls_cert.c')
-rw-r--r-- | lib/gnutls_cert.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gnutls_cert.c b/lib/gnutls_cert.c index 751d9354c7..2c891ccdc8 100644 --- a/lib/gnutls_cert.c +++ b/lib/gnutls_cert.c @@ -504,7 +504,7 @@ _gnutls_x509_get_raw_crt_expiration_time (const gnutls_datum_t * cert) * Returns a negative error code in case of an error, or GNUTLS_E_NO_CERTIFICATE_FOUND if no certificate was sent. * -*/ -int +static int _gnutls_openpgp_crt_verify_peers (gnutls_session_t session, unsigned int *status) { |