summaryrefslogtreecommitdiff
path: root/common/md5.h
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2004-08-09 18:35:56 +0000
committerStef Walter <stef@memberwebs.com>2004-08-09 18:35:56 +0000
commit670eba73c474230e31d688e9568fcd540b4e3b39 (patch)
tree624502f0713a9c6f3b0520416134b405f150f356 /common/md5.h
parentb0e50bbeb12e6247dd52dfd9e44c62f558c8a3a0 (diff)
- added request parameter to ha_message...
- combined ha_request and ha_response
Diffstat (limited to 'common/md5.h')
-rw-r--r--common/md5.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/common/md5.h b/common/md5.h
index de431da..d503f11 100644
--- a/common/md5.h
+++ b/common/md5.h
@@ -32,9 +32,9 @@ extern "C" {
typedef struct md5_ctx
{
- unsigned int buf[4];
- unsigned int bytes[2];
- unsigned int in[16];
+ unsigned int buf[4];
+ unsigned int bytes[2];
+ unsigned int in[16];
}
md5_ctx_t;