=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/ssh-dss.c,v retrieving revision 1.14.2.2 retrieving revision 1.14.2.3 diff -u -r1.14.2.2 -r1.14.2.3 --- src/usr.bin/ssh/ssh-dss.c 2002/10/11 14:51:53 1.14.2.2 +++ src/usr.bin/ssh/ssh-dss.c 2003/04/03 22:35:17 1.14.2.3 @@ -23,7 +23,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: ssh-dss.c,v 1.14.2.2 2002/10/11 14:51:53 miod Exp $"); +RCSID("$OpenBSD: ssh-dss.c,v 1.14.2.3 2003/04/03 22:35:17 miod 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)