=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/ssh-dss.c,v retrieving revision 1.17 retrieving revision 1.17.2.2 diff -u -r1.17 -r1.17.2.2 --- src/usr.bin/ssh/ssh-dss.c 2002/07/04 10:41:47 1.17 +++ src/usr.bin/ssh/ssh-dss.c 2003/09/16 21:20:28 1.17.2.2 @@ -23,7 +23,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: ssh-dss.c,v 1.17 2002/07/04 10:41:47 markus Exp $"); +RCSID("$OpenBSD: ssh-dss.c,v 1.17.2.2 2003/09/16 21:20:28 brad Exp $"); #include #include @@ -34,7 +34,6 @@ #include "compat.h" #include "log.h" #include "key.h" -#include "ssh-dss.h" #define INTBLOB_LEN 20 #define SIGBLOB_LEN (2*INTBLOB_LEN)