diff options
| author | Matthew Dillon <dillon@FreeBSD.org> | 2001-09-30 22:15:15 +0000 |
|---|---|---|
| committer | Matthew Dillon <dillon@FreeBSD.org> | 2001-09-30 22:15:15 +0000 |
| commit | 542d87feca8130a19f9b6596f11fee75d8fb7c06 (patch) | |
| tree | 0cdcc84bab0ec9d2d020e2b4a35d56b4a0662103 /lib/librpcsvc/xcrypt.c | |
| parent | f8014c09276622116270b4df43583ac70ba4aff1 (diff) | |
Notes
Diffstat (limited to 'lib/librpcsvc/xcrypt.c')
| -rw-r--r-- | lib/librpcsvc/xcrypt.c | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/lib/librpcsvc/xcrypt.c b/lib/librpcsvc/xcrypt.c index f2b54a54e57c..9d9d9f2662e9 100644 --- a/lib/librpcsvc/xcrypt.c +++ b/lib/librpcsvc/xcrypt.c @@ -32,17 +32,14 @@ * Copyright (C) 1986, Sun Microsystems, Inc. */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include <stdio.h> #include <stdlib.h> #include <string.h> -#include <sys/cdefs.h> #include <rpc/des_crypt.h> -#ifndef lint -/*from: static char sccsid[] = "@(#)xcrypt.c 2.2 88/08/10 4.0 RPCSRC"; */ -static const char rcsid[] = "$FreeBSD$"; -#endif - static char hex[]; /* forward */ static char hexval __P(( char )); static void bin2hex __P(( int, unsigned char *, char * )); |
