diff options
author | Simon Josefsson <simon@josefsson.org> | 2010-04-14 15:33:15 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2010-04-14 15:33:15 +0200 |
commit | 66d0a122fcaa10b963420ac316585ed5bbace2a1 (patch) | |
tree | b7501134797484146f1382d276ec94205ddce587 /lib/crypto.h | |
parent | 3965579aaf5ae277b388414e7d7829196ec78fbf (diff) | |
download | gnutls-66d0a122fcaa10b963420ac316585ed5bbace2a1.tar.gz |
More indentation.
Diffstat (limited to 'lib/crypto.h')
-rw-r--r-- | lib/crypto.h | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/lib/crypto.h b/lib/crypto.h index ae4e9c221b..b5c8828b06 100644 --- a/lib/crypto.h +++ b/lib/crypto.h @@ -25,9 +25,12 @@ #ifndef CRYPTO_H # define CRYPTO_H -const gnutls_crypto_cipher_st *_gnutls_get_crypto_cipher( gnutls_cipher_algorithm_t algo); -const gnutls_crypto_digest_st *_gnutls_get_crypto_digest( gnutls_digest_algorithm_t algo); -const gnutls_crypto_mac_st *_gnutls_get_crypto_mac( gnutls_mac_algorithm_t algo); -void _gnutls_crypto_deregister(void); +const gnutls_crypto_cipher_st + * _gnutls_get_crypto_cipher (gnutls_cipher_algorithm_t algo); +const gnutls_crypto_digest_st + * _gnutls_get_crypto_digest (gnutls_digest_algorithm_t algo); +const gnutls_crypto_mac_st *_gnutls_get_crypto_mac (gnutls_mac_algorithm_t + algo); +void _gnutls_crypto_deregister (void); #endif /* CRYPTO_H */ |