Add GSS_KRB5_GET_ACCEPTOR_SUBKEY_X.
authorLove Hörnquist Åstrand <lha@kth.se>
Wed, 18 Oct 2006 15:58:24 +0000 (15:58 +0000)
committerLove Hörnquist Åstrand <lha@kth.se>
Wed, 18 Oct 2006 15:58:24 +0000 (15:58 +0000)
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18558 ec53bebd-3082-4978-b11e-865c3cabbd6b

lib/gssapi/krb5/external.c

index e8633cfa98d569499c3fb738767a6a4d66de3658..72cbdee130f286e33cf65193dcbda8f4312014b2 100644 (file)
@@ -322,6 +322,12 @@ static gss_OID_desc gss_krb5_get_initiator_subkey_x_desc =
 
 gss_OID GSS_KRB5_GET_INITIATOR_SUBKEY_X = &gss_krb5_get_initiator_subkey_x_desc;
 
+/* 1.2.752.43.13.10 */
+static gss_OID_desc gss_krb5_get_acceptor_subkey_x_desc =
+{6, rk_UNCONST("\x2a\x85\x70\x2b\x0d\x0a")};
+
+gss_OID GSS_KRB5_GET_ACCEPTOR_SUBKEY_X = &gss_krb5_get_acceptor_subkey_x_desc;
+
 /*
  * Context for krb5 calls.
  */