indentation

This commit is contained in:
Christian Grothoff
2008-10-13 02:03:03 +00:00
parent d8e2c71150
commit 705bb243b0
119 changed files with 2909 additions and 2452 deletions
+2 -2
View File
@@ -28,7 +28,7 @@
RESBUF buffer. Return 0 on success. */
int
MHD_hmac_md5 (const void *key, size_t keylen,
const void *buffer, size_t buflen, void *resbuf);
const void *buffer, size_t buflen, void *resbuf);
/* Compute Hashed Message Authentication Code with SHA-1, over BUFFER
data of BUFLEN bytes using the KEY of KEYLEN bytes, writing the
@@ -36,6 +36,6 @@ MHD_hmac_md5 (const void *key, size_t keylen,
success. */
int
MHD_hmac_sha1 (const void *key, size_t keylen,
const void *in, size_t inlen, void *resbuf);
const void *in, size_t inlen, void *resbuf);
#endif /* HMAC_H */