Don't include des_int.h; it's no longer needed
authorTheodore Tso <tytso@mit.edu>
Wed, 27 Sep 1995 00:21:29 +0000 (00:21 +0000)
committerTheodore Tso <tytso@mit.edu>
Wed, 27 Sep 1995 00:21:29 +0000 (00:21 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6868 dc483132-0cff-0310-8789-dd5450dbe970

src/windows/wintel/ChangeLog
src/windows/wintel/auth.c

index fed439621f0547aa4bab1bccf032a87da626bf82..a517ebcb785d6e15a971f9ed68570d9af12ee597 100644 (file)
@@ -1,5 +1,6 @@
 Tue Sep 26 20:11:18 1995    <tytso@rsts-11.mit.edu>
 
        * auth.c: Don't include los-proto.h; it's no longer present.
+               Don't include des-int.h; it's no longer needed.
 
 
index 7ff779f182aef661bd339625f7ef691f6c0ed498..7ff224a4eb74988f2203afddd9859c59fe8dbc2f 100644 (file)
@@ -13,7 +13,6 @@
        #include <time.h>
        #include <string.h>
     #include "krb5.h"
-    #include "des_int.h"
     #include "com_err.h"
 #endif