- (djm) [ssh-dss.c] Include openssl/dsa.h for DSA_SIG

This commit is contained in:
Damien Miller 2014-08-19 11:32:34 +10:00
parent 8813790263
commit 3f022b5a94
2 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,7 @@
20140819
- (djm) [serverloop.c] Fix syntax error on Cygwin; from Corinna Vinschen
- (djm) [sshbuf.h] Fix compilation on systems without OPENSSL_HAS_ECC.
- (djm) [ssh-dss.c] Include openssl/dsa.h for DSA_SIG
20140811
- (djm) [myproposal.h] Make curve25519 KEX dependent on

View File

@ -28,6 +28,7 @@
#include <sys/types.h>
#include <openssl/bn.h>
#include <openssl/dsa.h>
#include <openssl/evp.h>
#include <stdarg.h>