diff options
| author | John Kohl <jtkohl@mit.edu> | 1990-05-17 17:00:46 +0000 |
|---|---|---|
| committer | John Kohl <jtkohl@mit.edu> | 1990-05-17 17:00:46 +0000 |
| commit | b8e2a1d770bb8131ba08c7ea39df16480d4670a7 (patch) | |
| tree | 25e5a74486a51199945cb4a0f0443a7a8ea652c1 /src/lib/crypto/des/make_fp.c | |
| parent | b4a379b20def9044b71ea2cd34ed85cac2bc13f2 (diff) | |
name/prototype cleanup
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@882 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/crypto/des/make_fp.c')
| -rw-r--r-- | src/lib/crypto/des/make_fp.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/lib/crypto/des/make_fp.c b/src/lib/crypto/des/make_fp.c index 7e19bd081..0bfb8a56d 100644 --- a/src/lib/crypto/des/make_fp.c +++ b/src/lib/crypto/des/make_fp.c @@ -15,15 +15,9 @@ #include <stdio.h> #include <krb5/krb5.h> #include <krb5/ext-proto.h> -#include "des_internal.h" +#include "des_int.h" #include "tables.h" -extern unsigned int swap_bit_pos_0_to_ansi PROTOTYPE((unsigned int)); -extern long swap_long_bytes(); -extern unsigned long swap_long_bytes_bit_number(); -extern void test_set PROTOTYPE((FILE *, char const *, int, - char const *, int)); - void gen (stream) FILE * stream; { |
