*** old/skey.c 1997/01/14 20:20:42 --- skey.c 1997/03/18 04:05:26 *************** *** 9,15 **** /* * Author: Marcus J. Ranum, Trusted Information Systems, Inc. */ ! static char RcsId[] = "$Header: /usr/home/rick/fwtk2.0/fwtk/auth/RCS/skey.c,v 1.2 1997/01/14 20:20:42 rick Exp $"; #include #include #include --- 9,15 ---- /* * Author: Marcus J. Ranum, Trusted Information Systems, Inc. */ ! static char RcsId[] = "$Header: /usr/home/rick/fwtk2.0/fwtk/auth/RCS/skey.c,v 1.3 1997/03/18 04:05:11 rick Exp $"; #include #include #include *************** *** 30,36 **** int bs; { strcpy(buf,"Skey Challenge "); ! if(skeychallenge(&kbuf,user,&buf[16]) == 0) { strcat(buf, " :"); challenged = 1; return(0); --- 30,36 ---- int bs; { strcpy(buf,"Skey Challenge "); ! if(skeychallenge(&kbuf,user,&buf[15]) == 0) { strcat(buf, " :"); challenged = 1; return(0);