summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/dh.c
diff options
context:
space:
mode:
authorstevesk <stevesk@openbsd.org>2006-08-01 23:22:47 +0000
committerstevesk <stevesk@openbsd.org>2006-08-01 23:22:47 +0000
commit1042aed541bcb0181b1d0a136aea17521016b010 (patch)
tree2fd3e6ac5e5f5d8ea6e628ef671eb095613fa421 /usr.bin/ssh/dh.c
parentAdd a wait between send and receive command. Talked through with jordan. (diff)
downloadwireguard-openbsd-1042aed541bcb0181b1d0a136aea17521016b010.tar.xz
wireguard-openbsd-1042aed541bcb0181b1d0a136aea17521016b010.zip
move #include <stdio.h> out of includes.h
Diffstat (limited to 'usr.bin/ssh/dh.c')
-rw-r--r--usr.bin/ssh/dh.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/ssh/dh.c b/usr.bin/ssh/dh.c
index 1ebd3f48e5b..4ca9491388a 100644
--- a/usr.bin/ssh/dh.c
+++ b/usr.bin/ssh/dh.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: dh.c,v 1.40 2006/07/26 13:57:17 stevesk Exp $ */
+/* $OpenBSD: dh.c,v 1.41 2006/08/01 23:22:47 stevesk Exp $ */
/*
* Copyright (c) 2000 Niels Provos. All rights reserved.
*
@@ -30,6 +30,7 @@
#include <openssl/bn.h>
#include <openssl/dh.h>
+#include <stdio.h>
#include <stdlib.h>
#include <string.h>