aboutsummaryrefslogtreecommitdiffstats
path: root/src/hash/md4_ia32/md4.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/hash/md4_ia32/md4.cpp')
-rw-r--r--src/hash/md4_ia32/md4.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hash/md4_ia32/md4.cpp b/src/hash/md4_ia32/md4.cpp
index e3dc79012..12466e86e 100644
--- a/src/hash/md4_ia32/md4.cpp
+++ b/src/hash/md4_ia32/md4.cpp
@@ -8,7 +8,7 @@
namespace Botan {
-extern "C" void md4_core(u32bit[4], const byte[64], u32bit[16]);
+extern "C" void botan_md4_core_asm(u32bit[4], const byte[64], u32bit[16]);
/*************************************************
* MD4 Compression Function *