aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Wyatt <[email protected]>2017-08-04 17:31:50 -0400
committerDaniel Wyatt <[email protected]>2017-08-04 17:36:06 -0400
commit5918de58edb2225be3ff0a02477204a2d57355bb (patch)
tree43933a711b0bcc4bc0eb4469a1796c434719dab4
parentfb4cd9dcc3d8d3ae5092d76ff787e4d2b17cf7af (diff)
Remove STREEBOG_AX and STREEBOG_C from header.
(Missed hunk in previous commit)
-rw-r--r--src/lib/hash/streebog/streebog.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/lib/hash/streebog/streebog.h b/src/lib/hash/streebog/streebog.h
index 4ebeb2d08..5451dfbfe 100644
--- a/src/lib/hash/streebog/streebog.h
+++ b/src/lib/hash/streebog/streebog.h
@@ -63,10 +63,6 @@ class BOTAN_DLL Streebog_512 final : public Streebog
Streebog_512() : Streebog(512) {}
};
-extern const uint64_t STREEBOG_Ax[8][256];
-extern const uint64_t STREEBOG_C[12][8];
-
}
-
#endif