mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Make this c++ compatible.
PR: 87726
This commit is contained in:
parent
58c5a5eb70
commit
b38ab77c7e
1 changed files with 4 additions and 0 deletions
|
|
@ -420,6 +420,8 @@ extern gss_OID GSS_KRB5_NT_STRING_UID_NAME;
|
|||
#define GSS_S_GAP_TOKEN \
|
||||
(1ul << (GSS_C_SUPPLEMENTARY_OFFSET + 4))
|
||||
|
||||
__BEGIN_DECLS
|
||||
|
||||
/*
|
||||
* Finally, function prototypes for the GSS-API routines.
|
||||
*/
|
||||
|
|
@ -835,4 +837,6 @@ OM_uint32 gss_pseudo_random
|
|||
gss_buffer_t /* buffer for result */
|
||||
);
|
||||
|
||||
__END_DECLS
|
||||
|
||||
#endif /* _GSSAPI_GSSAPI_H_ */
|
||||
|
|
|
|||
Loading…
Reference in a new issue