From c6ef15c494e49ecc505156c8063474b20e29ef6a Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Thu, 29 Jan 2015 01:54:09 +0100 Subject: clang on Linux x86_64 complains about unreachable code. Reviewed-by: Rich Salz --- crypto/dh/dhtest.c | 1 - 1 file changed, 1 deletion(-) (limited to 'crypto/dh') diff --git a/crypto/dh/dhtest.c b/crypto/dh/dhtest.c index 988322a703..9bb9a00212 100644 --- a/crypto/dh/dhtest.c +++ b/crypto/dh/dhtest.c @@ -211,7 +211,6 @@ int main(int argc, char *argv[]) printf("ERROR: %d\n", ret); # endif EXIT(ret); - return (ret); } static int cb(int p, int n, BN_GENCB *arg) -- cgit v1.2.3