* k524init.c, test.c, cnv_tkt_skey.c: Remove include of krb4-proto.h
authorEzra Peisach <epeisach@mit.edu>
Tue, 18 Feb 1997 14:55:27 +0000 (14:55 +0000)
committerEzra Peisach <epeisach@mit.edu>
Tue, 18 Feb 1997 14:55:27 +0000 (14:55 +0000)
krb4-proto.h has been merged with krb.h

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9898 dc483132-0cff-0310-8789-dd5450dbe970

src/krb524/ChangeLog
src/krb524/cnv_tkt_skey.c
src/krb524/k524init.c
src/krb524/test.c

index 36395fea9ca6029255434f857f91253b7f07b53a..64ddc9ba874ec4591bf03f1edf48d243cac8fd07 100644 (file)
@@ -1,3 +1,7 @@
+Tue Feb 18 09:53:10 1997  Ezra Peisach  <epeisach@mit.edu>
+
+       * k524init.c, test.c, cnv_tkt_skey.c: Remove include of krb4-proto.h
+
 Tue Feb  4 20:13:37 1997  Tom Yu  <tlyu@mit.edu>
 
        * Makefile.in: Fix up krb4 library handling properly (hopefully).
index 19bb386f33b5a1f3291ede7a3db18b5aec8e8542..37087c8762e21b925ca9458ba9e15977afa87eb8 100644 (file)
@@ -27,7 +27,6 @@
 #include <sys/socket.h>
 #include <netinet/in.h>
 #include <krb.h>
-#include <krb4-proto.h>
 #include "krb524.h"
 
 /* rather than copying the cmu code, these values are derived from
index cfce77e727d89e9106eb479a5151f1a25c525b8d..7a2b07f5a343b92bfb235d138d0be13ec5ebf702 100644 (file)
@@ -33,7 +33,6 @@
 #include <netinet/in.h>
 
 #include <krb.h>
-#include <krb4-proto.h>
 #include "krb524.h"
 
 extern int optind;
index 4a7911580d394df542a27a85faa2bc66221de7c6..50b1e55940d2680b8690b3abfb7e5b8f838dacb7 100644 (file)
@@ -31,7 +31,6 @@
 
 #include <des.h>
 #include <krb.h>
-#include <krb4-proto.h>
 #include "krb524.h"
 #include "com_err.h"