Call for testing: OpenSSH 6.7

Damien Miller djm at mindrot.org
Fri Aug 22 17:31:20 EST 2014


On Thu, 21 Aug 2014, Kevin Brott wrote:

>               sshbuf-getput-crypto.c:27:24: error: openssl/ec.h: No such
> file or directory
>               gmake: *** [sshbuf-getput-crypto.o] Error 1

I'll commit this momentarily. Will be in the 20140823 snapshot.


Index: sshbuf-getput-crypto.c
===================================================================
RCS file: /var/cvs/openssh/sshbuf-getput-crypto.c,v
retrieving revision 1.3
diff -u -p -r1.3 sshbuf-getput-crypto.c
--- sshbuf-getput-crypto.c	2 Jul 2014 02:48:05 -0000	1.3
+++ sshbuf-getput-crypto.c	22 Aug 2014 07:30:38 -0000
@@ -24,7 +24,9 @@
 #include <string.h>
 
 #include <openssl/bn.h>
-#include <openssl/ec.h>
+#ifdef OPENSSL_HAS_ECC
+# include <openssl/ec.h>
+#endif /* OPENSSL_HAS_ECC */
 
 #include "ssherr.h"
 #include "sshbuf.h"


More information about the openssh-unix-dev mailing list