aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/https/tls/gnutls_hash_int.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2008-10-13 02:03:03 +0000
committerChristian Grothoff <christian@grothoff.org>2008-10-13 02:03:03 +0000
commit705bb243b0edb4fecdab4e892f4e1cc130d36505 (patch)
tree33f2577244e56c225ecd2d1fad3c98b545c90213 /src/daemon/https/tls/gnutls_hash_int.h
parentd8e2c71150f270efa38e40a33c8dda133349d231 (diff)
downloadlibmicrohttpd-705bb243b0edb4fecdab4e892f4e1cc130d36505.tar.gz
libmicrohttpd-705bb243b0edb4fecdab4e892f4e1cc130d36505.zip
indentation
Diffstat (limited to 'src/daemon/https/tls/gnutls_hash_int.h')
-rw-r--r--src/daemon/https/tls/gnutls_hash_int.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/daemon/https/tls/gnutls_hash_int.h b/src/daemon/https/tls/gnutls_hash_int.h
index 72f805ee..bd3dec29 100644
--- a/src/daemon/https/tls/gnutls_hash_int.h
+++ b/src/daemon/https/tls/gnutls_hash_int.h
@@ -43,7 +43,7 @@ typedef mac_hd_t GNUTLS_HASH_HANDLE;
43#define GNUTLS_MAC_FAILED NULL 43#define GNUTLS_MAC_FAILED NULL
44 44
45mac_hd_t MHD_gtls_MHD_hmac_init (enum MHD_GNUTLS_HashAlgorithm algorithm, 45mac_hd_t MHD_gtls_MHD_hmac_init (enum MHD_GNUTLS_HashAlgorithm algorithm,
46 const void *key, int keylen); 46 const void *key, int keylen);
47 47
48void MHD_gnutls_MHD_hmac_deinit (mac_hd_t handle, void *digest); 48void MHD_gnutls_MHD_hmac_deinit (mac_hd_t handle, void *digest);
49 49