]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
PR:
authorWilliam A. Rowe Jr <wrowe@apache.org>
Sat, 29 Apr 2000 16:00:33 +0000 (16:00 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Sat, 29 Apr 2000 16:00:33 +0000 (16:00 +0000)
Obtained from:
Submitted by: William Rowe
Reviewed by:

  Created ap_base64.h to extract those declarations for clarity from ap.h

  CORE_PRIVATE, httpd.h do not belong in library functions, removed from ap.lib

  Use apr headers for declarations in ap.lib stuff, kill AP_LONG from ap_sha1.h

  Move credit to lib/apr/lib/ap_snprintf.c from ap.h for authorship

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85097 13f79535-47bb-0310-9956-ffa450edef68

modules/aaa/mod_auth_digest.c
server/util.c

index 0d5671b3811ffcfc4d34b8834c397f90a7ca8bc3..4ad04a3f20312fdaddb1a7a7bc870ccbd6fa8ec5 100644 (file)
@@ -94,7 +94,7 @@
 #include "http_request.h"
 #include "http_log.h"
 #include "http_protocol.h"
-#include "ap.h"
+#include "ap_base64.h"
 #include "ap_ctype.h"
 #include "util_uri.h"
 #include "util_md5.h"
index 157b41021c34b38d56b1b7338d35862eb2f8610e..32467664ff32a3793a628c06f19ac0bb48758137 100644 (file)
@@ -72,7 +72,7 @@
 #define CORE_PRIVATE
 
 #include "ap_config.h"
-#include "ap.h"
+#include "ap_base64.h"
 #include "httpd.h"
 #include "http_main.h"
 #include "http_log.h"