mirror of
https://git.gnunet.org/libmicrohttpd.git
synced 2026-09-27 04:09:31 +03:00
indentation
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user