projects
/
apache
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f017a59
)
Fixed compile-time error message.
author
Guenter Knauf
<fuankg@apache.org>
Mon, 22 Nov 2010 23:34:24 +0000
(23:34 +0000)
committer
Guenter Knauf
<fuankg@apache.org>
Mon, 22 Nov 2010 23:34:24 +0000
(23:34 +0000)
We test for APU, thus the error statement should tell same;
APR and APU are independent before APR 2.0.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1037941
13f79535
-47bb-0310-9956-
ffa450edef68
modules/session/mod_session_crypto.c
patch
|
blob
|
history
diff --git
a/modules/session/mod_session_crypto.c
b/modules/session/mod_session_crypto.c
index 65abf67d2fe2d943abcf46600f813134b8466a87..029d7eaec2f05efb5faca506e14c06d3568d023d 100644
(file)
--- a/
modules/session/mod_session_crypto.c
+++ b/
modules/session/mod_session_crypto.c
@@
-23,7
+23,7
@@
#if APU_MAJOR_VERSION == 1 && APU_MINOR_VERSION < 4
-#error session_crypto_module requires AP
R
v1.4.0 or later
+#error session_crypto_module requires AP
U
v1.4.0 or later
#elif APU_HAVE_CRYPTO == 0