summaryrefslogtreecommitdiffstats
path: root/lib/librpcsvc/xcrypt.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/librpcsvc/xcrypt.c')
-rw-r--r--lib/librpcsvc/xcrypt.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/librpcsvc/xcrypt.c b/lib/librpcsvc/xcrypt.c
index 9d9d9f2..aa5d8ae 100644
--- a/lib/librpcsvc/xcrypt.c
+++ b/lib/librpcsvc/xcrypt.c
@@ -41,10 +41,10 @@ __FBSDID("$FreeBSD$");
#include <rpc/des_crypt.h>
static char hex[]; /* forward */
-static char hexval __P(( char ));
-static void bin2hex __P(( int, unsigned char *, char * ));
-static void hex2bin __P(( int, char *, char * ));
-void passwd2des __P(( char *, char * ));
+static char hexval( char );
+static void bin2hex( int, unsigned char *, char * );
+static void hex2bin( int, char *, char * );
+void passwd2des( char *, char * );
/*
* Encrypt a secret key given passwd
OpenPOWER on IntegriCloud