]> git.proxmox.com Git - libgit2.git/blobdiff - src/hash/sha1/mbedtls.h
Merge https://salsa.debian.org/debian/libgit2 into proxmox/bullseye
[libgit2.git] / src / hash / sha1 / mbedtls.h
diff --git a/src/hash/sha1/mbedtls.h b/src/hash/sha1/mbedtls.h
deleted file mode 100644 (file)
index 15f7462..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-/*
- * Copyright (C) the libgit2 contributors. All rights reserved.
- *
- * This file is part of libgit2, distributed under the GNU GPL v2 with
- * a Linking Exception. For full terms see the included COPYING file.
- */
-
-#ifndef INCLUDE_hash_sha1_mbedtls_h__
-#define INCLUDE_hash_sha1_mbedtls_h__
-
-#include "hash/sha1.h"
-
-#include <mbedtls/sha1.h>
-
-struct git_hash_sha1_ctx {
-    mbedtls_sha1_context c;
-};
-
-#endif /* INCLUDE_hash_sha1_mbedtls_h__ */