Code

git-submodule: replace duplicated code with a module_list function
[git.git] / git-compat-util.h
index 1b40dbd5358ab3f1f947930daa1b8b4cfd4d5fe1..6ee325546ec4ca1a9000d02ab2aee918e2a4efc2 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).
  */