diff options
author | Simon Josefsson <simon@josefsson.org> | 2005-12-15 13:24:28 +0000 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2005-12-15 13:24:28 +0000 |
commit | 24214e48b4d4328d5a5afbfa19acbbbec30274c9 (patch) | |
tree | f80ae5a0d9a98f571a0ff1182265c30451cea62c /lib/auth_cert.h | |
parent | 667527f161cb4a694a78db129cb2d4519800260b (diff) | |
download | gnutls-24214e48b4d4328d5a5afbfa19acbbbec30274c9.tar.gz |
Indent more.
Diffstat (limited to 'lib/auth_cert.h')
-rw-r--r-- | lib/auth_cert.h | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/lib/auth_cert.h b/lib/auth_cert.h index ba082233f7..778a3e18b0 100644 --- a/lib/auth_cert.h +++ b/lib/auth_cert.h @@ -52,7 +52,7 @@ typedef struct gnutls_certificate_credentials_st /* contains the number of the certificates in a * row (should be 1 for OpenPGP keys). */ - unsigned ncerts; /* contains the number of columns in cert_list. + unsigned ncerts; /* contains the number of columns in cert_list. * This is the same with the number of pkeys. */ @@ -147,7 +147,10 @@ void _gnutls_selected_certs_set (gnutls_session_t session, #define _gnutls_proc_cert_client_certificate _gnutls_proc_cert_server_certificate -gnutls_rsa_params_t _gnutls_certificate_get_rsa_params (gnutls_rsa_params_t rsa_params, gnutls_params_function* func, - gnutls_session_t); +gnutls_rsa_params_t _gnutls_certificate_get_rsa_params (gnutls_rsa_params_t + rsa_params, + gnutls_params_function + * func, + gnutls_session_t); #endif |