X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/23e4df365f332a92d97fae27212b2cf777d5b8e0..b3d375b244187cd77f45dc013668e6273e133179:/sshnogss.c diff --git a/sshnogss.c b/sshnogss.c new file mode 100644 index 00000000..715d8df2 --- /dev/null +++ b/sshnogss.c @@ -0,0 +1,10 @@ +#include "putty.h" +#ifndef NO_GSSAPI + +/* For platforms not supporting GSSAPI */ + +void ssh_gss_init(void) +{ +} + +#endif /* NO_GSSAPI */