diff options
author | Junio C Hamano <gitster@pobox.com> | 2008-08-19 21:42:46 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-08-19 21:42:46 -0700 |
commit | c8a4cbc23916feeae89a7c59523781e8bf8ac103 (patch) | |
tree | c6b68000b187ca8dfb07427086f37ca127c589ca /git-compat-util.h | |
parent | 55e839e378416b70720308e86439e2ad6ecccc4a (diff) | |
parent | c82b0748e53d51cc999c16f97bc76c25f2b46b12 (diff) | |
download | git-c8a4cbc23916feeae89a7c59523781e8bf8ac103.tar.gz git-c8a4cbc23916feeae89a7c59523781e8bf8ac103.tar.xz |
Merge branch 'rs/imap'
* rs/imap:
Documentation: Improve documentation for git-imap-send(1)
imap-send.c: more style fixes
imap-send.c: style fixes
git-imap-send: Support SSL
git-imap-send: Allow the program to be run from subdirectories of a git tree
Diffstat (limited to 'git-compat-util.h')
-rw-r--r-- | git-compat-util.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/git-compat-util.h b/git-compat-util.h index 1b40dbd53..6ee325546 100644 --- a/git-compat-util.h +++ b/git-compat-util.h @@ -99,6 +99,11 @@ #include <iconv.h> #endif +#ifndef NO_OPENSSL +#include <openssl/ssl.h> +#include <openssl/err.h> +#endif + /* On most systems <limits.h> would have given us this, but * not on some systems (e.g. GNU/Hurd). */ |