aboutsummaryrefslogtreecommitdiffstats
path: root/cipher/blowfish.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cipher/blowfish.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/cipher/blowfish.c b/cipher/blowfish.c
index 409194c52..063fbc910 100644
--- a/cipher/blowfish.c
+++ b/cipher/blowfish.c
@@ -502,10 +502,6 @@ selftest(void)
return NULL;
}
-#ifdef __riscos__
-/* need to switch off CSE optimisation for Norcroft C (Acorn/Pace) */
-#pragma no_optimise_cse
-#endif /* __riscos__ */
static int
do_bf_setkey( BLOWFISH_context *c, byte *key, unsigned keylen )
@@ -590,10 +586,6 @@ do_bf_setkey( BLOWFISH_context *c, byte *key, unsigned keylen )
return 0;
}
-#ifdef __riscos__
-#pragma optimise_cse
-#endif /* __riscos__ */
-
static int
bf_setkey( BLOWFISH_context *c, byte *key, unsigned keylen )
{