summaryrefslogtreecommitdiff
path: root/lib/md5.h
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2005-10-05 13:54:42 +0000
committerSimon Josefsson <simon@josefsson.org>2005-10-05 13:54:42 +0000
commitc624017ebcc8aa7d861a325964105b3ba97261b4 (patch)
treea4cec01ca074676fd4e36774fb7fd8a4fdaffc76 /lib/md5.h
parent8ee4abda8a85170a0748ce56c4571aed5d9257ce (diff)
downloadgnulib-c624017ebcc8aa7d861a325964105b3ba97261b4.tar.gz
* md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
<http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
Diffstat (limited to 'lib/md5.h')
-rw-r--r--lib/md5.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/md5.h b/lib/md5.h
index 1c29e67b4e..969f7a0a95 100644
--- a/lib/md5.h
+++ b/lib/md5.h
@@ -64,6 +64,9 @@
# define __md5_stream md5_stream
#endif
+#define MD5_DIGEST_SIZE 16
+#define MD5_BLOCK_SIZE 64
+
typedef uint32_t md5_uint32;
/* Structure to save state of computation between the single steps. */