]> git.ipfire.org Git - thirdparty/git.git/blobdiff - hex.c
hex: retire get_sha1_hex()
[thirdparty/git.git] / hex.c
diff --git a/hex.c b/hex.c
index 7bb440e7940212809006b21da96971b7dcda936e..01f17fe5c906e6f8dd225b7c07bfb725a54a48a8 100644 (file)
--- a/hex.c
+++ b/hex.c
@@ -63,7 +63,7 @@ static int get_hash_hex_algop(const char *hex, unsigned char *hash,
        return 0;
 }
 
-int get_sha1_hex(const char *hex, unsigned char *sha1)
+int get_hash_hex(const char *hex, unsigned char *sha1)
 {
        return get_hash_hex_algop(hex, sha1, the_hash_algo);
 }