]> andersk Git - openssh.git/blobdiff - bufbn.c
- (djm) [openbsd-compat/regress/snprintftest.c]
[openssh.git] / bufbn.c
diff --git a/bufbn.c b/bufbn.c
index aa42ea62bc5ec9606b3195a45eaec0eb2e3281c7..6cf65d372ef60ea8616b89bcad7a701e559083fd 100644 (file)
--- a/bufbn.c
+++ b/bufbn.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: bufbn.c,v 1.2 2006/07/22 20:48:22 stevesk Exp $*/
+/* $OpenBSD: bufbn.c,v 1.3 2006/08/03 03:34:41 deraadt Exp $*/
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
  * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
 
 #include "includes.h"
 
+#include <sys/types.h>
+
 #include <openssl/bn.h>
 
 #include <string.h>
+#include <stdarg.h>
 
-#include "bufaux.h"
 #include "xmalloc.h"
+#include "buffer.h"
 #include "log.h"
 #include "misc.h"
 
This page took 0.048361 seconds and 4 git commands to generate.