aboutsummaryrefslogtreecommitdiffstats
path: root/src/hash/sha1_amd64/sha160.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/hash/sha1_amd64/sha160.cpp')
-rw-r--r--src/hash/sha1_amd64/sha160.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hash/sha1_amd64/sha160.cpp b/src/hash/sha1_amd64/sha160.cpp
index cfac02f45..c7fbea25a 100644
--- a/src/hash/sha1_amd64/sha160.cpp
+++ b/src/hash/sha1_amd64/sha160.cpp
@@ -8,7 +8,7 @@
namespace Botan {
-extern "C" void botan_sha160_asm_amd64(u32bit[5], const byte[64], u32bit[80]);
+extern "C" void botan_sha160_core_asm(u32bit[5], const byte[64], u32bit[80]);
/*************************************************
* SHA-160 Compression Function *