summaryrefslogtreecommitdiffstats
path: root/lib/libgssapi
diff options
context:
space:
mode:
authorhin <hin@openbsd.org>2003-06-03 09:34:00 +0000
committerhin <hin@openbsd.org>2003-06-03 09:34:00 +0000
commite8092def1aa276b378edfddc1e75f1301ee90dfa (patch)
tree73bf0a7e98d6d3e4d5d2bf7e83cf866e0543fe86 /lib/libgssapi
parentDo the symlink library trick with libcom_err as well (diff)
downloadwireguard-openbsd-e8092def1aa276b378edfddc1e75f1301ee90dfa.tar.xz
wireguard-openbsd-e8092def1aa276b378edfddc1e75f1301ee90dfa.zip
Add some more missing files.
Diffstat (limited to 'lib/libgssapi')
-rw-r--r--lib/libgssapi/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/lib/libgssapi/Makefile b/lib/libgssapi/Makefile
index 6d65f941eec..f283195a928 100644
--- a/lib/libgssapi/Makefile
+++ b/lib/libgssapi/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.4 2003/06/02 18:45:41 jakob Exp $
+# $OpenBSD: Makefile,v 1.5 2003/06/03 09:34:00 hin Exp $
KRB5DIR = ${.CURDIR}/../../kerberosV
.include <${.CURDIR}/../libkrb5/Makefile.common.inc>
@@ -21,6 +21,7 @@ includes:
SRCS= 8003.c \
accept_sec_context.c \
acquire_cred.c \
+ add_cred.c \
add_oid_set_member.c \
canonicalize_name.c \
compare_name.c \
@@ -47,10 +48,14 @@ SRCS= 8003.c \
init_sec_context.c \
inquire_context.c \
inquire_cred.c \
+ inquire_cred_by_mech.c \
+ inquire_mechs_for_name.c \
+ inquire_names_for_mech.c \
release_buffer.c \
release_cred.c \
release_name.c \
release_oid_set.c \
+ process_context_token.c \
test_oid_set_member.c \
unwrap.c \
v1.c \