summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-04-16 12:31:48 +1000
committerDamien Miller <djm@mindrot.org>2000-04-16 12:31:48 +1000
commit5f05637b0ef7058d3ab2ff385251f73dcc9cb5f7 (patch)
tree443665fb58916f33c2f346aa3284a444d3352311 /acconfig.h
parenta664e870f27e6dc2c73f393e95a229abc527e0e6 (diff)
- Reduce diff against OpenBSD source
- All OpenSSL includes are now unconditionally referenced as openssl/foo.h - Pick up formatting changes - Other minor changed (typecasts, etc) that I missed
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/acconfig.h b/acconfig.h
index cbb3a97cd..b0420e7fe 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -30,9 +30,6 @@
30/* Define if you want to install preformatted manpages.*/ 30/* Define if you want to install preformatted manpages.*/
31#undef MANTYPE 31#undef MANTYPE
32 32
33/* Define if your ssl headers are included with #include <ssl/header.h> */
34#undef HAVE_SSL
35
36/* Define if your ssl headers are included with #include <openssl/header.h> */ 33/* Define if your ssl headers are included with #include <openssl/header.h> */
37#undef HAVE_OPENSSL 34#undef HAVE_OPENSSL
38 35