Re: Call for testing: OpenSSH 6.7

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

 



On Mon, 18 Aug 2014, Hisashi T Fujinaka wrote:

> NetBSD-current amd64

...

> ssh-dss.c: In function 'ssh_dss_sign':
> ssh-dss.c:50:2: error: unknown type name 'DSA_SIG'
>   DSA_SIG *sig = NULL;

Thanks - I think this should fix it (already committed).

Index: ssh-dss.c
===================================================================
RCS file: /var/cvs/openssh/ssh-dss.c,v
retrieving revision 1.33
diff -u -p -r1.33 ssh-dss.c
--- ssh-dss.c	2 Jul 2014 05:28:03 -0000	1.33
+++ ssh-dss.c	19 Aug 2014 01:31:26 -0000
@@ -28,6 +28,7 @@
 #include <sys/types.h>
 
 #include <openssl/bn.h>
+#include <openssl/dsa.h>
 #include <openssl/evp.h>
 
 #include <stdarg.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