]> andersk Git - gssapi-openssh.git/blobdiff - openssh/ssh-dss.c
Import of OpenSSH 4.4p1
[gssapi-openssh.git] / openssh / ssh-dss.c
index 381b7dedb055818c95f0c3ca125c875c1082924c..fbc078e84dc89a749aeb3b1a37550fb1bddea9db 100644 (file)
@@ -1,3 +1,4 @@
+/* $OpenBSD: ssh-dss.c,v 1.23 2006/08/03 03:34:42 deraadt Exp $ */
 /*
  * Copyright (c) 2000 Markus Friedl.  All rights reserved.
  *
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: ssh-dss.c,v 1.19 2003/11/10 16:23:41 jakob Exp $");
+
+#include <sys/types.h>
 
 #include <openssl/bn.h>
 #include <openssl/evp.h>
 
+#include <stdarg.h>
+#include <string.h>
+
 #include "xmalloc.h"
 #include "buffer.h"
-#include "bufaux.h"
 #include "compat.h"
 #include "log.h"
 #include "key.h"
This page took 0.17058 seconds and 4 git commands to generate.