summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto/des/make_fp.c
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1990-05-17 17:00:46 +0000
committerJohn Kohl <jtkohl@mit.edu>1990-05-17 17:00:46 +0000
commitb8e2a1d770bb8131ba08c7ea39df16480d4670a7 (patch)
tree25e5a74486a51199945cb4a0f0443a7a8ea652c1 /src/lib/crypto/des/make_fp.c
parentb4a379b20def9044b71ea2cd34ed85cac2bc13f2 (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.c8
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;
{