summaryrefslogtreecommitdiff
path: root/bufaux.c
diff options
context:
space:
mode:
Diffstat (limited to 'bufaux.c')
-rw-r--r--bufaux.c10
1 files changed, 9 insertions, 1 deletions
diff --git a/bufaux.c b/bufaux.c
index 1ae39d67a..9d5776f56 100644
--- a/bufaux.c
+++ b/bufaux.c
@@ -14,11 +14,19 @@ Buffers.
14 14
15*/ 15*/
16 16
17#include "config.h"
17#include "includes.h" 18#include "includes.h"
18RCSID("$Id: bufaux.c,v 1.1 1999/10/27 03:42:43 damien Exp $"); 19RCSID("$Id: bufaux.c,v 1.2 1999/10/28 03:25:17 damien Exp $");
19 20
20#include "ssh.h" 21#include "ssh.h"
22
23#ifdef HAVE_OPENSSL
21#include <openssl/bn.h> 24#include <openssl/bn.h>
25#endif
26#ifdef HAVE_SSL
27#include <ssl/bn.h>
28#endif
29
22#include "bufaux.h" 30#include "bufaux.h"
23#include "xmalloc.h" 31#include "xmalloc.h"
24#include "getput.h" 32#include "getput.h"