summaryrefslogtreecommitdiff
path: root/lib/crypto.h
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2010-04-14 15:33:15 +0200
committerSimon Josefsson <simon@josefsson.org>2010-04-14 15:33:15 +0200
commit66d0a122fcaa10b963420ac316585ed5bbace2a1 (patch)
treeb7501134797484146f1382d276ec94205ddce587 /lib/crypto.h
parent3965579aaf5ae277b388414e7d7829196ec78fbf (diff)
downloadgnutls-66d0a122fcaa10b963420ac316585ed5bbace2a1.tar.gz
More indentation.
Diffstat (limited to 'lib/crypto.h')
-rw-r--r--lib/crypto.h11
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 */