mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +00:00
Allow the kerberos utilities and kerberised code to still find des.h in
the old place. This corrects an upgrade that sneaked through too early.
This commit is contained in:
parent
87414cb81d
commit
b0e6df47f9
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=10331
@ -6,7 +6,7 @@
|
||||
* Include file for the Kerberos library.
|
||||
*
|
||||
* from: krb.h,v 4.26 89/08/08 17:55:25 jtkohl Exp $
|
||||
* $Id: krb.h,v 1.5 1995/07/18 16:36:34 mark Exp $
|
||||
* $Id: krb.h,v 1.3 1995/08/25 22:50:15 markm Exp $
|
||||
*/
|
||||
|
||||
/* Only one time, please */
|
||||
@ -15,7 +15,7 @@
|
||||
|
||||
/* Need some defs from des.h */
|
||||
#include <stdio.h>
|
||||
#include <des.h>
|
||||
#include <kerberosIV/des.h>
|
||||
#include <netinet/in.h>
|
||||
|
||||
/* Text describing error codes */
|
||||
|
Loading…
Reference in New Issue
Block a user