diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2016-09-11 12:21:59 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2016-09-11 13:21:04 +0200 |
commit | aa2cc04b9ef04404b719db5d693e6f146dbe026a (patch) | |
tree | 469b7b176428d24e797ae39105705eea45ef1901 /lib/x509.h | |
parent | 09f1d96b662d34c55de9903a8a890ad887bcd699 (diff) | |
download | gnutls-aa2cc04b9ef04404b719db5d693e6f146dbe026a.tar.gz |
several spacing fixes to keep syntax-check happy
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" |