diff options
author | Bjorn Sandell <biorn@cvs.openbsd.org> | 2004-10-29 16:25:47 +0000 |
---|---|---|
committer | Bjorn Sandell <biorn@cvs.openbsd.org> | 2004-10-29 16:25:47 +0000 |
commit | aa89409de66e0e300f5c207eca07d1095f913f63 (patch) | |
tree | a71aa0a6db956fec2470a9ab7512b43e0a2f4a59 /lib/libgssapi | |
parent | 1b492e842cb8abf57216d3357963f6b68d3ff64d (diff) |
Merge with heimdal-0.6.3 Tested by beck@, msf@, me and others. ok beck@
Diffstat (limited to 'lib/libgssapi')
-rw-r--r-- | lib/libgssapi/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libgssapi/Makefile b/lib/libgssapi/Makefile index f283195a928..3dec5a3fd64 100644 --- a/lib/libgssapi/Makefile +++ b/lib/libgssapi/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 2003/06/03 09:34:00 hin Exp $ +# $OpenBSD: Makefile,v 1.6 2004/10/29 16:25:17 biorn Exp $ KRB5DIR = ${.CURDIR}/../../kerberosV .include <${.CURDIR}/../libkrb5/Makefile.common.inc> @@ -23,6 +23,7 @@ SRCS= 8003.c \ acquire_cred.c \ add_cred.c \ add_oid_set_member.c \ + arcfour.c \ canonicalize_name.c \ compare_name.c \ compat.c \ |