diff options
author | Ryan Bloom <rbb@apache.org> | 2000-01-19 02:16:31 +0100 |
---|---|---|
committer | Ryan Bloom <rbb@apache.org> | 2000-01-19 02:16:31 +0100 |
commit | a8ce196da5b170ba69ebc9c3d5cb44d59f0c72e6 (patch) | |
tree | b15c3ece7785cfcd11f7671015519a0d4b2157f4 /include/util_md5.h | |
parent | This is a huge change to the configure system. Basically, this name space (diff) | |
download | apache2-a8ce196da5b170ba69ebc9c3d5cb44d59f0c72e6.tar.xz apache2-a8ce196da5b170ba69ebc9c3d5cb44d59f0c72e6.zip |
Finish the commits for the change in the header files. Basically, this hides
all of the Apache macros that modules don't need access to. This should
have been committed with the modules, but I wasn't paying attention to the
directory I was in when I ran the commit.
Submitted by: Manoj Kasichainula and Ryan Bloom
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84493 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/util_md5.h')
-rw-r--r-- | include/util_md5.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/util_md5.h b/include/util_md5.h index 646b080805..6e11506a79 100644 --- a/include/util_md5.h +++ b/include/util_md5.h @@ -67,11 +67,7 @@ extern "C" { API_EXPORT(char *) ap_md5(ap_context_t *a, const unsigned char *string); API_EXPORT(char *) ap_md5_binary(ap_context_t *a, const unsigned char *buf, int len); API_EXPORT(char *) ap_md5contextTo64(ap_context_t *p, AP_MD5_CTX * context); -#ifdef CHARSET_EBCDIC -API_EXPORT(char *) ap_md5digest(ap_context_t *p, ap_file_t *infile, int convert); -#else API_EXPORT(char *) ap_md5digest(ap_context_t *p, ap_file_t *infile); -#endif /* CHARSET_EBCDIC */ #ifdef __cplusplus } |