Call for testing: OpenSSH 6.7

Damien Miller djm at mindrot.org
Tue Aug 19 11:32:56 EST 2014


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>


More information about the openssh-unix-dev mailing list