x11authnames.c 193 B

12345678910
  1. /*
  2. * Definition of the array of X11 authorisation method names.
  3. */
  4. #include "putty.h"
  5. const char *const x11_authnames[X11_NAUTHS] = {
  6. "", "MIT-MAGIC-COOKIE-1", "XDM-AUTHORIZATION-1"
  7. };