summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--usr.sbin/httpd/src/include/ap_sha1.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/httpd/src/include/ap_sha1.h b/usr.sbin/httpd/src/include/ap_sha1.h
index 2ccf24f936f..bc690ae5509 100644
--- a/usr.sbin/httpd/src/include/ap_sha1.h
+++ b/usr.sbin/httpd/src/include/ap_sha1.h
@@ -80,7 +80,7 @@ extern "C" {
#define AP_SHA1PW_ID "{SHA}"
#define AP_SHA1PW_IDLEN 5
-typedef unsigned long AP_LONG; /* a 32-bit quantity */
+typedef u_int32_t AP_LONG; /* a 32-bit quantity */
typedef struct {
AP_LONG digest[5]; /* message digest */