Benjamin Kaduk wrote:
> On Sat, 16 Mar 2013, Rick Macklem wrote:
>
> > Elias Martenson wrote:
> >
> >> Is there a problem with the GSSAPI implementation in FreeBSD?
> >>
> >> I'm trying to compile a minimal application that does nothing more
> >> than
> >> including the file gssapi/gssapi_krb5.h:
On Sat, 16 Mar 2013, Rick Macklem wrote:
Elias Martenson wrote:
Is there a problem with the GSSAPI implementation in FreeBSD?
I'm trying to compile a minimal application that does nothing more
than
including the file gssapi/gssapi_krb5.h:
If you add:
#include
it compiles. in included by
Elias Martenson wrote:
> Is there a problem with the GSSAPI implementation in FreeBSD?
>
> I'm trying to compile a minimal application that does nothing more
> than
> including the file gssapi/gssapi_krb5.h:
>
If you add:
#include
it compiles. in included by krb5.h, which I suspect most
prog
On Sat, 16 Mar 2013, Elias MÃ¥rtenson wrote:
Is there a problem with the GSSAPI implementation in FreeBSD?
There might be; I can't remember if I had trouble with it in my current
application even before I started using the gss_pseudo_random feature
which it does not support (which caused me t
Is there a problem with the GSSAPI implementation in FreeBSD?
I'm trying to compile a minimal application that does nothing more than
including the file gssapi/gssapi_krb5.h:
#include
int main(void)
{
return 0;
}
When compiling this with "gcc foo.c" I get the following error: