From 5a5abdd190842c70ee72bc94a4ad120756122e1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Tue, 10 Jul 2007 11:45:34 +0000 Subject: [PATCH] move pkinit internal flags to krb5_locl.h git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@21423 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/krb5/krb5.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lib/krb5/krb5.h b/lib/krb5/krb5.h index bb7a6a60e..1b268cd74 100644 --- a/lib/krb5/krb5.h +++ b/lib/krb5/krb5.h @@ -436,11 +436,6 @@ typedef struct krb5_config_binding krb5_config_binding; typedef krb5_config_binding krb5_config_section; -enum { - KRB5_PKINIT_WIN2K = 1, /* wire compatible with Windows 2k */ - KRB5_PKINIT_PACKET_CABLE = 2 /* use packet cable standard */ -}; - typedef struct krb5_ticket { EncTicketPart ticket; krb5_principal client;