Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/crypto/external/bsd/openssh/dist need openssl/dh.h



details:   https://anonhg.NetBSD.org/src/rev/8953530b831f
branches:  trunk
changeset: 829707:8953530b831f
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Feb 08 23:04:13 2018 +0000

description:
need openssl/dh.h

diffstat:

 crypto/external/bsd/openssh/dist/kex.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 55b2e966e8d8 -r 8953530b831f crypto/external/bsd/openssh/dist/kex.c
--- a/crypto/external/bsd/openssh/dist/kex.c    Thu Feb 08 22:51:06 2018 +0000
+++ b/crypto/external/bsd/openssh/dist/kex.c    Thu Feb 08 23:04:13 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: kex.c,v 1.19 2017/10/07 19:39:19 christos Exp $        */
+/*     $NetBSD: kex.c,v 1.20 2018/02/08 23:04:13 christos Exp $        */
 /* $OpenBSD: kex.c,v 1.134 2017/06/13 12:13:59 djm Exp $ */
 /*
  * Copyright (c) 2000, 2001 Markus Friedl.  All rights reserved.
@@ -25,7 +25,7 @@
  */
 
 #include "includes.h"
-__RCSID("$NetBSD: kex.c,v 1.19 2017/10/07 19:39:19 christos Exp $");
+__RCSID("$NetBSD: kex.c,v 1.20 2018/02/08 23:04:13 christos Exp $");
 
 #include <sys/param.h> /* MAX roundup */
 #include <signal.h>
@@ -35,6 +35,7 @@
 
 #ifdef WITH_OPENSSL
 #include <openssl/crypto.h>
+#include <openssl/dh.h>
 #endif
 
 #include "ssh2.h"



Home | Main Index | Thread Index | Old Index