summaryrefslogtreecommitdiff
path: root/bufaux.c
diff options
context:
space:
mode:
Diffstat (limited to 'bufaux.c')
-rw-r--r--bufaux.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/bufaux.c b/bufaux.c
index a384cc685..cbdc22c64 100644
--- a/bufaux.c
+++ b/bufaux.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: bufaux.c,v 1.43 2006/07/22 20:48:22 stevesk Exp $ */ 1/* $OpenBSD: bufaux.c,v 1.44 2006/08/03 03:34:41 deraadt Exp $ */
2/* 2/*
3 * Author: Tatu Ylonen <ylo@cs.hut.fi> 3 * Author: Tatu Ylonen <ylo@cs.hut.fi>
4 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland 4 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -39,12 +39,15 @@
39 39
40#include "includes.h" 40#include "includes.h"
41 41
42#include <sys/types.h>
43
42#include <openssl/bn.h> 44#include <openssl/bn.h>
43 45
44#include <string.h> 46#include <string.h>
47#include <stdarg.h>
45 48
46#include "bufaux.h"
47#include "xmalloc.h" 49#include "xmalloc.h"
50#include "buffer.h"
48#include "log.h" 51#include "log.h"
49#include "misc.h" 52#include "misc.h"
50 53