summaryrefslogtreecommitdiff
path: root/include/apr_md5.h
diff options
context:
space:
mode:
authorjerenkrantz <jerenkrantz@13f79535-47bb-0310-9956-ffa450edef68>2003-11-16 01:50:10 +0000
committerjerenkrantz <jerenkrantz@13f79535-47bb-0310-9956-ffa450edef68>2003-11-16 01:50:10 +0000
commit4437457b1fc5644c2dcd140a0562282a95ba4820 (patch)
treec050dd9fcacaae946bbdcd16b6506ee00e5146cc /include/apr_md5.h
parenta27975a6be902b30eecb5db5ae798b8eb6d31fb6 (diff)
downloadlibapr-util-4437457b1fc5644c2dcd140a0562282a95ba4820.tar.gz
Axe deprecated functions, #defines, etc. in apr-util.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@58953 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/apr_md5.h')
-rw-r--r--include/apr_md5.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/apr_md5.h b/include/apr_md5.h
index a0d828d5..2efc37b6 100644
--- a/include/apr_md5.h
+++ b/include/apr_md5.h
@@ -104,7 +104,6 @@ extern "C" {
/** The MD5 digest size */
#define APR_MD5_DIGESTSIZE 16
-#define MD5_DIGESTSIZE APR_MD5_DIGESTSIZE /**< @deprecated */
/** @see apr_md5_ctx_t */
typedef struct apr_md5_ctx_t apr_md5_ctx_t;