]> git.ipfire.org Git - thirdparty/git.git/blobdiff - git-compat-util.h
add an extra level of indirection to main()
[thirdparty/git.git] / git-compat-util.h
index 474395471f623d6a02de9814a5490f3b1df3a0f1..91e366d1dd50902dc5249907e405339ed104e964 100644 (file)
@@ -279,9 +279,6 @@ extern char *gitdirname(char *);
 #endif
 #include <openssl/ssl.h>
 #include <openssl/err.h>
-#ifdef NO_HMAC_CTX_CLEANUP
-#define HMAC_CTX_cleanup HMAC_cleanup
-#endif
 #endif
 
 /* On most systems <netdb.h> would have given us this, but
@@ -1046,3 +1043,5 @@ struct tm *git_gmtime_r(const time_t *, struct tm *);
 #endif
 
 #endif
+
+extern int cmd_main(int, const char **);