need kerberosIV/des.h as part of kerberos 4 API. have a dummy file.
This commit is contained in:
parent
8f5dda1c53
commit
8b7a566748
@ -1,4 +1,4 @@
|
||||
# $NetBSD: mi,v 1.476 2002/08/29 14:40:00 itojun Exp $
|
||||
# $NetBSD: mi,v 1.477 2002/08/29 14:52:09 itojun Exp $
|
||||
./sys comp-sysutil-root
|
||||
./usr/bin/addr2line comp-debug-bin
|
||||
./usr/bin/ar comp-util-bin
|
||||
@ -239,6 +239,7 @@
|
||||
./usr/include/kadm5/kadm5-protos.h comp-c-include
|
||||
./usr/include/kadm5/kadm5_err.h comp-c-include
|
||||
./usr/include/kadm5/private.h comp-c-include
|
||||
./usr/include/kerberosIV/des.h comp-c-include
|
||||
./usr/include/kerberosIV/kadm.h comp-c-include
|
||||
./usr/include/kerberosIV/kadm_err.h comp-c-include
|
||||
./usr/include/kerberosIV/kafs.h comp-c-include
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: obsolete.mi,v 1.73 2002/08/29 14:40:01 itojun Exp $
|
||||
# $NetBSD: obsolete.mi,v 1.74 2002/08/29 14:52:10 itojun Exp $
|
||||
/usr/bin/genclass
|
||||
/usr/bin/gettextize
|
||||
/usr/include/bfd
|
||||
@ -524,7 +524,6 @@
|
||||
/usr/include/g++/typemacros.h
|
||||
/usr/include/g++/values.h
|
||||
/usr/include/history.h
|
||||
/usr/include/kerberosIV/des.h
|
||||
/usr/include/krb5/asn1.h
|
||||
/usr/include/krb5/kadm5_err.h
|
||||
/usr/include/netinet/if_arc.h
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.20 2002/08/29 14:40:00 itojun Exp $
|
||||
# $NetBSD: Makefile,v 1.21 2002/08/29 14:52:07 itojun Exp $
|
||||
|
||||
NOLINT= # defined
|
||||
|
||||
@ -117,7 +117,8 @@ INCS= krb.h \
|
||||
klog.h \
|
||||
krb-protos.h \
|
||||
krb-archaeology.h \
|
||||
prot.h
|
||||
prot.h \
|
||||
des.h
|
||||
|
||||
CPPFLAGS+= -I. \
|
||||
-I${DIST}/krb4/lib/krb \
|
||||
|
1
lib/libkrb/des.h
Normal file
1
lib/libkrb/des.h
Normal file
@ -0,0 +1 @@
|
||||
#include <openssl/des.h>
|
Loading…
Reference in New Issue
Block a user