aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/math/mp/mp_shift.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/math/mp/mp_shift.cpp')
-rw-r--r--src/lib/math/mp/mp_shift.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/lib/math/mp/mp_shift.cpp b/src/lib/math/mp/mp_shift.cpp
index d58a0c809..1850888a0 100644
--- a/src/lib/math/mp/mp_shift.cpp
+++ b/src/lib/math/mp/mp_shift.cpp
@@ -10,8 +10,6 @@
namespace Botan {
-extern "C" {
-
/*
* Single Operand Left Shift
*/
@@ -133,5 +131,3 @@ void bigint_shr2(word y[], const word x[], size_t x_size,
}
}
-
-}