[BACK]Return to ssh-dss.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/ssh-dss.c between version 1.19 and 1.19.8.1

version 1.19, 2003/11/10 16:23:41 version 1.19.8.1, 2006/10/06 03:19:33
Line 1 
Line 1 
   /* $OpenBSD$ */
 /*  /*
  * Copyright (c) 2000 Markus Friedl.  All rights reserved.   * Copyright (c) 2000 Markus Friedl.  All rights reserved.
  *   *
Line 22 
Line 23 
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.   * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */   */
   
 #include "includes.h"  #include <sys/types.h>
 RCSID("$OpenBSD$");  
   
 #include <openssl/bn.h>  #include <openssl/bn.h>
 #include <openssl/evp.h>  #include <openssl/evp.h>
   
   #include <string.h>
   
 #include "xmalloc.h"  #include "xmalloc.h"
 #include "buffer.h"  #include "buffer.h"
 #include "bufaux.h"  
 #include "compat.h"  #include "compat.h"
 #include "log.h"  #include "log.h"
 #include "key.h"  #include "key.h"

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.19.8.1