]> git.ipfire.org Git - thirdparty/git.git/blobdiff - transport-helper.c
avoid SHA-1 functions deprecated in OpenSSL 3+
[thirdparty/git.git] / transport-helper.c
index 76d146ee88b8ff1e96441873ffe8ea79bf6f2d25..6b816940dc64d8803c89c866bc2d0acdae849ad6 100644 (file)
@@ -1,4 +1,4 @@
-#include "cache.h"
+#include "git-compat-util.h"
 #include "transport.h"
 #include "quote.h"
 #include "run-command.h"
@@ -7,6 +7,7 @@
 #include "environment.h"
 #include "gettext.h"
 #include "hex.h"
+#include "object-name.h"
 #include "revision.h"
 #include "remote.h"
 #include "string-list.h"