diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2010-12-16 17:30:42 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2010-12-16 17:30:42 +0100 |
commit | 6eb6bbfe8e504a611145f454f4045e8f49fd5e44 (patch) | |
tree | baba850cc86ee2d9d61de89da1cdfe408ad8694a /lib/gnutls_x509.h | |
parent | bdcfdac13179eccee6294402f2654fece149f82b (diff) | |
download | gnutls-6eb6bbfe8e504a611145f454f4045e8f49fd5e44.tar.gz |
Indented code. Use same indentation but with -nut to avoid usage of tabs. In several editors tabs can be configured not to be 8 spaces and this produces artifacts with the current indentation that is a mixture of tabs and spaces.
Diffstat (limited to 'lib/gnutls_x509.h')
-rw-r--r-- | lib/gnutls_x509.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/gnutls_x509.h b/lib/gnutls_x509.h index d1ba1cbcba..db10589425 100644 --- a/lib/gnutls_x509.h +++ b/lib/gnutls_x509.h @@ -27,7 +27,7 @@ #include <gnutls/abstract.h> int _gnutls_x509_cert_verify_peers (gnutls_session_t session, - unsigned int *status); + unsigned int *status); #define PEM_CERT_SEP2 "-----BEGIN X509 CERTIFICATE" #define PEM_CERT_SEP "-----BEGIN CERTIFICATE" @@ -38,8 +38,8 @@ int _gnutls_x509_cert_verify_peers (gnutls_session_t session, #define PEM_KEY_DSA_SEP "-----BEGIN DSA" int _gnutls_check_key_usage (const gnutls_cert * cert, - gnutls_kx_algorithm_t alg); + gnutls_kx_algorithm_t alg); int _gnutls_x509_raw_privkey_to_gkey (gnutls_privkey_t * privkey, - const gnutls_datum_t * raw_key, - gnutls_x509_crt_fmt_t type); + const gnutls_datum_t * raw_key, + gnutls_x509_crt_fmt_t type); |