Re: Call for testing: OpenSSH 6.7

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

 



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"
_______________________________________________
openssh-unix-dev mailing list
openssh-unix-dev@xxxxxxxxxxx
https://lists.mindrot.org/mailman/listinfo/openssh-unix-dev




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

[Index of Archives]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux]     [Linux OMAP]     [Linux MIPS]     [ECOS]     [Asterisk Internet PBX]     [Linux API]

  Powered by Linux