X-Git-Url: https://git.distorted.org.uk/~mdw/tripe/blobdiff_plain/46fe1b1dadc64655f167ce7901cbb2cdf2c6eb20..c3c51798db44f1fd5d2b54c4919cd50373f70376:/server/keyexch.c diff --git a/server/keyexch.c b/server/keyexch.c index e7052729..76aeee00 100644 --- a/server/keyexch.c +++ b/server/keyexch.c @@ -85,8 +85,7 @@ /*----- Static tables -----------------------------------------------------*/ static const char *const pkname[] = { - "pre-challenge", "cookie", "challenge", - "reply", "switch-rq", "switch-ok" + "pre-challenge", "challenge", "reply", "switch-rq", "switch-ok" }; /*----- Various utilities -------------------------------------------------*/