summaryrefslogtreecommitdiff
path: root/crypto/idea
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2015-01-29 01:54:09 +0100
committerRichard Levitte <levitte@openssl.org>2015-01-29 01:54:09 +0100
commitc6ef15c494e49ecc505156c8063474b20e29ef6a (patch)
treeaccf01dca71f3c74a0c60aa879645cae8d99c2e4 /crypto/idea
parent7317192c645f24dfdb0c8340b871bc045454f8f4 (diff)
downloadopenssl-new-c6ef15c494e49ecc505156c8063474b20e29ef6a.tar.gz
clang on Linux x86_64 complains about unreachable code.
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'crypto/idea')
-rw-r--r--crypto/idea/ideatest.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/idea/ideatest.c b/crypto/idea/ideatest.c
index a967dd58a7..dd5d9ff12f 100644
--- a/crypto/idea/ideatest.c
+++ b/crypto/idea/ideatest.c
@@ -173,7 +173,6 @@ int main(int argc, char *argv[])
printf("ERROR: %d\n", err);
# endif
EXIT(err);
- return (err);
}
static int cfb64_test(unsigned char *cfb_cipher)