diff options
author | Hans Insulander <hin@cvs.openbsd.org> | 2001-05-25 08:18:56 +0000 |
---|---|---|
committer | Hans Insulander <hin@cvs.openbsd.org> | 2001-05-25 08:18:56 +0000 |
commit | 2e5800fbd45eeddaaae330aaeefb7061b873076f (patch) | |
tree | 55414b85ad789b48af9393f49cef96e8d989e51d /kerberosV/lib/gssapi | |
parent | f0f8a8543ec62cfb02f1297e805b16132dc1c4c3 (diff) |
krb5 libraries
Diffstat (limited to 'kerberosV/lib/gssapi')
-rw-r--r-- | kerberosV/lib/gssapi/Makefile | 58 | ||||
-rw-r--r-- | kerberosV/lib/gssapi/shlib_version | 2 |
2 files changed, 60 insertions, 0 deletions
diff --git a/kerberosV/lib/gssapi/Makefile b/kerberosV/lib/gssapi/Makefile new file mode 100644 index 00000000000..7e417c997fa --- /dev/null +++ b/kerberosV/lib/gssapi/Makefile @@ -0,0 +1,58 @@ +# $OpenBSD: Makefile,v 1.1 2001/05/25 08:18:53 hin Exp $ + +KRBDEPTH=../.. +.include <${.CURDIR}/../../Makefile.inc> + +LIB= gssapi + +INCLUDE_FILES= ${KRB5SRC}/lib/gssapi/gssapi.h + +#beforedepend: krb5_err.h heim_err.h + +#CLEANFILES+= krb5_err.[ch] heim_err.[ch] + +SRCS= 8003.c \ + accept_sec_context.c \ + acquire_cred.c \ + add_oid_set_member.c \ + canonicalize_name.c \ + compare_name.c \ + context_time.c \ + create_emtpy_oid_set.c \ + decapsulate.c \ + delete_sec_context.c \ + display_name.c \ + display_status.c \ + duplicate_name.c \ + encapsulate.c \ + export_sec_context.c \ + export_name.c \ + external.c \ + get_mic.c \ + gssapi.h \ + gssapi_locl.h \ + import_name.c \ + import_sec_context.c \ + indicate_mechs.c \ + init.c \ + init_sec_context.c \ + inquire_context.c \ + inquire_cred.c \ + release_buffer.c \ + release_cred.c \ + release_name.c \ + release_oid_set.c \ + test_oid_set_member.c \ + unwrap.c \ + v1.c \ + verify_mic.c \ + wrap.c \ + address_to_krb5addr.c + + +.PATH: ${KRB5SRC}/lib/gssapi +CFLAGS+=-I${KRB5SRC}/lib/krb5 -I${KRB5SRC}/lib/ \ + -I${KRB5SRC}/lib/asn1 -I../asn1 -I. \ + -DSHA1_CTX=SHA_CTX + +.include <bsd.lib.mk>
\ No newline at end of file diff --git a/kerberosV/lib/gssapi/shlib_version b/kerberosV/lib/gssapi/shlib_version new file mode 100644 index 00000000000..2759873cade --- /dev/null +++ b/kerberosV/lib/gssapi/shlib_version @@ -0,0 +1,2 @@ +major=0 +minor=0
\ No newline at end of file |