summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2010-08-31 22:50:48 +1000
committerDamien Miller <djm@mindrot.org>2010-08-31 22:50:48 +1000
commitc79ff0770e0ac1e0d9acc2741190cf7599bb6bd8 (patch)
treef13097c15373de13c45be983468404a6b6b53610
parentb5a62d0300b9e469ee2e84df6de1ad36e32ed4d7 (diff)
downloadopenssh-git-c79ff0770e0ac1e0d9acc2741190cf7599bb6bd8.tar.gz
- (djm) [bufec.c kexecdh.c kexecdhc.c kexecdhs.c ssh-ecdsa.c] include
includes.h
-rw-r--r--ChangeLog2
-rw-r--r--bufec.c3
-rw-r--r--kexecdh.c2
-rw-r--r--kexecdhc.c2
-rw-r--r--kexecdhs.c2
-rw-r--r--ssh-ecdsa.c2
6 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3488c821..a71eab34 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -49,6 +49,8 @@
feedback and ok markus@
- (djm) [Makefile.in] Add new ECC files
+ - (djm) [bufec.c kexecdh.c kexecdhc.c kexecdhs.c ssh-ecdsa.c] include
+ includes.h
20100827
- (dtucker) [contrib/redhat/sshd.init] Bug #1810: initlog is deprecated,
diff --git a/bufec.c b/bufec.c
index dff9c69c..c77d1ecb 100644
--- a/bufec.c
+++ b/bufec.c
@@ -14,6 +14,9 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
+
+#include "includes.h"
+
#include <sys/types.h>
#include <openssl/bn.h>
diff --git a/kexecdh.c b/kexecdh.c
index a5a14f4b..bd571813 100644
--- a/kexecdh.c
+++ b/kexecdh.c
@@ -24,6 +24,8 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "includes.h"
+
#include <sys/types.h>
#include <signal.h>
diff --git a/kexecdhc.c b/kexecdhc.c
index f6d9977c..7ac7b1ee 100644
--- a/kexecdhc.c
+++ b/kexecdhc.c
@@ -24,6 +24,8 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "includes.h"
+
#include <sys/types.h>
#include <stdio.h>
diff --git a/kexecdhs.c b/kexecdhs.c
index d7333389..e49a0ef3 100644
--- a/kexecdhs.c
+++ b/kexecdhs.c
@@ -24,6 +24,8 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "includes.h"
+
#include <sys/types.h>
#include <string.h>
#include <signal.h>
diff --git a/ssh-ecdsa.c b/ssh-ecdsa.c
index a1c1bdb6..3069ca5b 100644
--- a/ssh-ecdsa.c
+++ b/ssh-ecdsa.c
@@ -24,6 +24,8 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include "includes.h"
+
#include <sys/types.h>
#include <openssl/bn.h>