mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Add definition for OM_uint64.
Submitted by: tmclaugh
This commit is contained in:
parent
59f31bb2d0
commit
a64b9907e1
1 changed files with 1 additions and 0 deletions
|
|
@ -89,6 +89,7 @@ typedef OM_object_identifier gss_OID_desc, *gss_OID;
|
|||
*/
|
||||
|
||||
typedef gss_uint32 OM_uint32;
|
||||
typedef uint64_t OM_uint64;
|
||||
|
||||
typedef struct gss_OID_desc_struct {
|
||||
OM_uint32 length;
|
||||
|
|
|
|||
Loading…
Reference in a new issue