diff options
author | Damien Miller <djm@mindrot.org> | 2000-04-16 12:31:48 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2000-04-16 12:31:48 +1000 |
commit | 5f05637b0ef7058d3ab2ff385251f73dcc9cb5f7 (patch) | |
tree | 443665fb58916f33c2f346aa3284a444d3352311 /acconfig.h | |
parent | a664e870f27e6dc2c73f393e95a229abc527e0e6 (diff) | |
download | openssh-git-5f05637b0ef7058d3ab2ff385251f73dcc9cb5f7.tar.gz |
- 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.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -30,9 +30,6 @@ /* Define if you want to install preformatted manpages.*/ #undef MANTYPE -/* Define if your ssl headers are included with #include <ssl/header.h> */ -#undef HAVE_SSL - /* Define if your ssl headers are included with #include <openssl/header.h> */ #undef HAVE_OPENSSL |