This adds a guard that prevents the redefinition of the
GSSAPI::LibGSSAPI::GssOID struct's layout. Previously, the class would
call the layout method and redefine the layout each time the class was
referenced. This behavior is deprecated in FFI >= 1.12.0 and will be
disallowed in FFI >= 2.0.
This adds a guard that prevents the redefinition of the
GSSAPI::LibGSSAPI::GssOID
struct's layout. Previously, the class would call thelayout
method and redefine the layout each time the class was referenced. This behavior is deprecated in FFI >= 1.12.0 and will be disallowed in FFI >= 2.0.This fixes #34