git://git.exim.org
/
users
/
jgh
/
exim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d68e11
)
Add notification of OCSP-stapling facility inclusion.
author
Jeremy Harris
<jgh146exb@wizmail.org>
Sun, 23 Dec 2012 16:18:16 +0000
(16:18 +0000)
committer
Jeremy Harris
<jgh146exb@wizmail.org>
Sun, 23 Dec 2012 16:18:16 +0000
(16:18 +0000)
src/src/exim.c
patch
|
blob
|
history
diff --git
a/src/src/exim.c
b/src/src/exim.c
index 6be3c514b03fea6114f91222c42bb4e841024fa9..91a3f7a4c676e2b831a859b453d3befe505b80dd 100644
(file)
--- a/
src/src/exim.c
+++ b/
src/src/exim.c
@@
-816,6
+816,9
@@
fprintf(f, "Support for:");
#ifdef EXPERIMENTAL_DCC
fprintf(f, " Experimental_DCC");
#endif
+#ifdef EXPERIMENTAL_OCSP
+ fprintf(f, " Experimental_OCSP");
+#endif
fprintf(f, "\n");
fprintf(f, "Lookups (built-in):");