aboutsummaryrefslogtreecommitdiff
path: root/src/lib/gssapi/mechglue/mglueP.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/gssapi/mechglue/mglueP.h')
-rw-r--r--src/lib/gssapi/mechglue/mglueP.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/lib/gssapi/mechglue/mglueP.h b/src/lib/gssapi/mechglue/mglueP.h
index f35ac14..517ca48 100644
--- a/src/lib/gssapi/mechglue/mglueP.h
+++ b/src/lib/gssapi/mechglue/mglueP.h
@@ -573,6 +573,16 @@ typedef struct gss_config {
gss_any_t * /* input */
/* */);
+ OM_uint32 (*gss_pseudo_random)
+ (
+ OM_uint32 *, /* minor_status */
+ gss_ctx_id_t, /* context */
+ int, /* prf_key */
+ const gss_buffer_t, /* prf_in */
+ ssize_t, /* desired_output_len */
+ gss_buffer_t /* prf_out */
+ /* */);
+
} *gss_mechanism;
/* This structure MUST NOT be used by any code outside libgss */