summaryrefslogtreecommitdiff
path: root/drivers/staging/skein/include/threefishApi.h
diff options
context:
space:
mode:
authorJason Cooper <jason@lakedaemon.net>2014-03-24 01:49:02 +0000
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-04-18 15:47:40 -0700
commit8eee37872e843d813485f2da59508412f40b6e6a (patch)
tree0f6b80a327b7297c2101e8246fbf82b9bc8c7404 /drivers/staging/skein/include/threefishApi.h
parentda13dfd7e6e792497228cf650289a0d4d5690d38 (diff)
staging: crypto: skein: remove __cplusplus and an unneeded stddef.h
Signed-off-by: Jason Cooper <jason@lakedaemon.net> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/skein/include/threefishApi.h')
-rw-r--r--drivers/staging/skein/include/threefishApi.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/staging/skein/include/threefishApi.h b/drivers/staging/skein/include/threefishApi.h
index dae270cf71d3..aaecfe822142 100644
--- a/drivers/staging/skein/include/threefishApi.h
+++ b/drivers/staging/skein/include/threefishApi.h
@@ -33,11 +33,6 @@
#define KeyScheduleConst 0x1BD11BDAA9FC1A22L
-#ifdef __cplusplus
-extern "C"
-{
-#endif
-
/**
* Which Threefish size to use
*/
@@ -157,10 +152,6 @@ extern "C"
void threefishDecrypt256(ThreefishKey_t* keyCtx, uint64_t* input, uint64_t* output);
void threefishDecrypt512(ThreefishKey_t* keyCtx, uint64_t* input, uint64_t* output);
void threefishDecrypt1024(ThreefishKey_t* keyCtx, uint64_t* input, uint64_t* output);
-#ifdef __cplusplus
-}
-#endif
-
/**
* @}
*/