summaryrefslogtreecommitdiffstats
path: root/crypto/bf/bftest.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/bf/bftest.c')
-rw-r--r--crypto/bf/bftest.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/crypto/bf/bftest.c b/crypto/bf/bftest.c
index df4c211d9d..091c8081a9 100644
--- a/crypto/bf/bftest.c
+++ b/crypto/bf/bftest.c
@@ -252,14 +252,8 @@ unsigned char key_out[KEY_TEST_NUM][8]={
{0x05,0x04,0x4B,0x62,0xFA,0x52,0xD0,0x80},
};
-#ifndef NOPROTO
static int test(void );
static int print_test_data(void );
-#else
-static int test();
-static int print_test_data();
-#endif
-
int main(int argc, char *argv[])
{
int ret;