]> andersk Git - openssh.git/blobdiff - dh.c
- stevesk@cvs.openbsd.org 2006/07/26 13:57:17
[openssh.git] / dh.c
diff --git a/dh.c b/dh.c
index bad0a348083c4bba4d060090f38ff52fbcbc5dca..1ebd3f48e5b8155202ab3d6d10a9d827963743d2 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.40 2006/07/26 13:57:17 stevesk Exp $ */
 /*
  * Copyright (c) 2000 Niels Provos.  All rights reserved.
  *
@@ -30,6 +30,7 @@
 #include <openssl/bn.h>
 #include <openssl/dh.h>
 
+#include <stdlib.h>
 #include <string.h>
 
 #include "dh.h"
This page took 0.427998 seconds and 4 git commands to generate.