Fixed kb_seal_size prototype
authorKeith Vetter <keithv@fusion.com>
Mon, 25 Sep 1995 00:52:56 +0000 (00:52 +0000)
committerKeith Vetter <keithv@fusion.com>
Mon, 25 Sep 1995 00:52:56 +0000 (00:52 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6847 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/gssapi/krb5/ChangeLog
src/lib/gssapi/krb5/gssapiP_krb5.h

index 431cb82ee8afa0fd48642d505daa2e3ee9820703..591b426c33d11809ce7a2208bb852c4ab3984dc4 100644 (file)
@@ -1,3 +1,6 @@
+Sun Sep 24 10:39:13 1995  John Rivlin (jrivlin@fusion.com)
+       * gssapiP_krb5.h: Fixed kb_seal_size prototype
+
 Wed Sep 13 10:39:13 1995 Keith Vetter (keithv@fusion.com)
 
        * acquire_.c: changed int to size_t.
index 41e0a1b934ef6a91c7f2671be1b53341c5a45260..097f280df0b1b53d5944039072774b12a169b2f5 100644 (file)
@@ -168,8 +168,9 @@ OM_uint32 kg_unseal PROTOTYPE((krb5_context context,
                    int *qop_state,
                    int toktype));
 
-OM_uint32 kg_seal_size PROTOTYPE((OM_uint32 *minor_status,
-    gss_ctx_id_t       context_handle,
+OM_uint32 kg_seal_size PROTOTYPE((krb5_context context,
+       OM_uint32 *minor_status,
+    gss_ctx_id_t context_handle,
     int conf_req_flag,
     gss_qop_t qop_req,
     OM_uint32 output_size,