move gss_context_stream_sizes to gssapi.h

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24742 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2009-02-16 19:11:30 +00:00
parent 810b53938d
commit 77074adfbb

View File

@@ -149,16 +149,6 @@ gss_release_iov_buffer(OM_uint32 *minor_status,
return GSS_S_COMPLETE;
}
typedef struct {
size_t header; /**< size of header */
size_t trailer; /**< size of trailer */
size_t max_msg_size; /**< maximum message size */
size_t buffers; /**< extra GSS_IOV_BUFFER_TYPE_EMPTY buffer to pass */
size_t blocksize; /**< Specificed optimal size of messages, also
is the maximum padding size
(GSS_IOV_BUFFER_TYPE_PADDING) */
} gss_context_stream_sizes;
/**
* Query the context for parameters.
*