[BACK]Return to ssh-gss.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/ssh-gss.h between version 1.13 and 1.14

version 1.13, 2018/07/10 06:43:52 version 1.14, 2018/07/10 09:13:30
Line 86 
Line 86 
 void ssh_gssapi_prepare_supported_oids(void);  void ssh_gssapi_prepare_supported_oids(void);
 OM_uint32 ssh_gssapi_test_oid_supported(OM_uint32 *, gss_OID, int *);  OM_uint32 ssh_gssapi_test_oid_supported(OM_uint32 *, gss_OID, int *);
   
   struct sshbuf;
   int ssh_gssapi_get_buffer_desc(struct sshbuf *, gss_buffer_desc *);
   
 OM_uint32 ssh_gssapi_import_name(Gssctxt *, const char *);  OM_uint32 ssh_gssapi_import_name(Gssctxt *, const char *);
 OM_uint32 ssh_gssapi_init_ctx(Gssctxt *, int,  OM_uint32 ssh_gssapi_init_ctx(Gssctxt *, int,
     gss_buffer_desc *, gss_buffer_desc *, OM_uint32 *);      gss_buffer_desc *, gss_buffer_desc *, OM_uint32 *);

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14