git-imap-send: Support SSL
[gitweb.git] / git-compat-util.h
index cf89cdf4598b3796724a85aa707f740245155cdc..fbf791a63b95540b3dc9fc94e950acfdf10f12d6 100644 (file)
 #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).
  */