mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-22 01:49:48 +00:00
8 lines
107 B
C++
8 lines
107 B
C++
#include <gssapi/gssapi.h>
|
|
|
|
bool foo() { return (gss_str_to_oid(0, 0, 0)); }
|
|
|
|
int main() {
|
|
return 0;
|
|
}
|