summaryrefslogtreecommitdiff
path: root/crypto/des
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/des')
-rw-r--r--crypto/des/destest.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/des/destest.c b/crypto/des/destest.c
index 46c517be13..98f373008f 100644
--- a/crypto/des/destest.c
+++ b/crypto/des/destest.c
@@ -796,6 +796,7 @@ plain[8+4], plain[8+5], plain[8+6], plain[8+7]);
}
printf("\n");
exit(err);
+ return(err); /* Never reached, but keeps compilers happy */
}
static char *pt(unsigned char *p)