summaryrefslogtreecommitdiff
path: root/lib/tls-sig.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/tls-sig.h')
-rw-r--r--lib/tls-sig.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/tls-sig.h b/lib/tls-sig.h
index e2635eece4..a445088ddc 100644
--- a/lib/tls-sig.h
+++ b/lib/tls-sig.h
@@ -21,19 +21,19 @@
*/
#ifndef GNUTLS_LIB_TLS_SIG_H
-#define GNUTLS_LIB_TLS_SIG_H
+# define GNUTLS_LIB_TLS_SIG_H
-#include <gnutls/abstract.h>
+# include <gnutls/abstract.h>
/* While this is currently equal to the length of RSA/SHA512
* signature, it should also be sufficient for DSS signature and any
* other RSA signatures including one with the old MD5/SHA1-combined
* format.
*/
-#define MAX_SIG_SIZE (19 + MAX_HASH_SIZE)
+# define MAX_SIG_SIZE (19 + MAX_HASH_SIZE)
-int _gnutls_check_key_usage_for_sig(gnutls_session_t session, unsigned key_usage,
- unsigned our_cert);
+int _gnutls_check_key_usage_for_sig(gnutls_session_t session,
+ unsigned key_usage, unsigned our_cert);
int _gnutls_handshake_sign_crt_vrfy(gnutls_session_t session,
gnutls_pcert_st * cert,
@@ -60,4 +60,4 @@ int _gnutls_handshake_verify_data(gnutls_session_t session,
gnutls_datum_t * signature,
gnutls_sign_algorithm_t algo);
-#endif /* GNUTLS_LIB_TLS_SIG_H */
+#endif /* GNUTLS_LIB_TLS_SIG_H */