diff options
author | Simon Josefsson <simon@josefsson.org> | 2010-10-14 15:02:12 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2010-10-14 15:02:12 +0200 |
commit | 03636f4440ae918d6f710935a00806469f65f1c6 (patch) | |
tree | 1969ad6201816d1eb1421d93ef6900ec3b647788 /lib/gnutls_pk.h | |
parent | 59425cbec511cdc314f2a22ee95b299f8fa06fc8 (diff) | |
download | gnutls-03636f4440ae918d6f710935a00806469f65f1c6.tar.gz |
Indent (using GNU indent 2.2.11).
Diffstat (limited to 'lib/gnutls_pk.h')
-rw-r--r-- | lib/gnutls_pk.h | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/lib/gnutls_pk.h b/lib/gnutls_pk.h index 5aa9622c1c..93e2de0afc 100644 --- a/lib/gnutls_pk.h +++ b/lib/gnutls_pk.h @@ -24,7 +24,7 @@ */ #ifndef GNUTLS_PK_H -# define GNUTLS_PK_H +#define GNUTLS_PK_H extern int crypto_pk_prio; extern gnutls_crypto_pk_st _gnutls_pk_ops; @@ -77,9 +77,11 @@ int _gnutls_decode_ber_rs (const gnutls_datum_t * sig_value, bigint_t * r, bigint_t * s); -int _gnutls_calc_rsa_exp(bigint_t* params, unsigned int params_size); +int _gnutls_calc_rsa_exp (bigint_t * params, unsigned int params_size); -int _gnutls_pk_get_hash_algorithm(gnutls_pk_algorithm_t pk, bigint_t* params, int params_size, - gnutls_digest_algorithm_t *dig, unsigned int *mand); +int _gnutls_pk_get_hash_algorithm (gnutls_pk_algorithm_t pk, + bigint_t * params, int params_size, + gnutls_digest_algorithm_t * dig, + unsigned int *mand); #endif /* GNUTLS_PK_H */ |