aboutsummaryrefslogtreecommitdiffstats
path: root/cipher/blowfish.c
diff options
context:
space:
mode:
authorStefan Bellon <[email protected]>2003-12-28 14:12:16 +0000
committerStefan Bellon <[email protected]>2003-12-28 14:12:16 +0000
commit02ae08d6ef94c461c7aa82f50fb0c111cc8ead82 (patch)
tree3cb13daf0f20df967563036646b40836d412518e /cipher/blowfish.c
parent* keyserver.c (strip_leading_space, get_arg): New. (diff)
downloadgnupg-02ae08d6ef94c461c7aa82f50fb0c111cc8ead82.tar.gz
gnupg-02ae08d6ef94c461c7aa82f50fb0c111cc8ead82.zip
cleaned up RISC OS code and removed lots of unnecessary stuff
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 )
{