]> andersk Git - openssh.git/blobdiff - dh.c
- (dtucker) [openbsd-compat/strtonum.c] Include stdlib.h for strtoll,
[openssh.git] / dh.c
diff --git a/dh.c b/dh.c
index bad0a348083c4bba4d060090f38ff52fbcbc5dca..925eedddf834038b00edd843426ed53fa821c56b 100644 (file)
--- a/dh.c
+++ b/dh.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: dh.c,v 1.39 2006/07/26 02:35:17 stevesk Exp $ */
+/* $OpenBSD: dh.c,v 1.42 2006/08/03 03:34:42 deraadt Exp $ */
 /*
  * Copyright (c) 2000 Niels Provos.  All rights reserved.
  *
@@ -30,6 +30,8 @@
 #include <openssl/bn.h>
 #include <openssl/dh.h>
 
+#include <stdio.h>
+#include <stdlib.h>
 #include <string.h>
 
 #include "dh.h"
This page took 0.059938 seconds and 4 git commands to generate.