aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/math/mp/mp_mulop.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/math/mp/mp_mulop.cpp')
-rw-r--r--src/lib/math/mp/mp_mulop.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/lib/math/mp/mp_mulop.cpp b/src/lib/math/mp/mp_mulop.cpp
index 95a0e015e..432c7ef53 100644
--- a/src/lib/math/mp/mp_mulop.cpp
+++ b/src/lib/math/mp/mp_mulop.cpp
@@ -12,8 +12,6 @@
namespace Botan {
-extern "C" {
-
/*
* Simple O(N^2) Multiplication
*/
@@ -73,5 +71,3 @@ void bigint_simple_sqr(word z[], const word x[], size_t x_size)
}
}
-
-}