diff options
author | 2004-10-29 16:20:22 +0000 | |
---|---|---|
committer | 2004-10-29 16:20:22 +0000 | |
commit | b786e89eebb881a3607b53909a24e2bd8e31276f (patch) | |
tree | 1a86d53e849806790593adf8da8325215755bb7f /lib/libgssapi | |
parent | Import of heimdal-0.6.3 (diff) | |
download | wireguard-openbsd-b786e89eebb881a3607b53909a24e2bd8e31276f.tar.xz wireguard-openbsd-b786e89eebb881a3607b53909a24e2bd8e31276f.zip |
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 \ |