summaryrefslogtreecommitdiffstats
path: root/ssh-dss.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2014-08-19 03:32:34 +0200
committerDamien Miller <djm@mindrot.org>2014-08-19 03:32:34 +0200
commit3f022b5a9477abceeb1bbeab04b055f3cc7ca8f6 (patch)
tree664d53b7b0f3587553c3d057d8f7fab47fc8d975 /ssh-dss.c
parent - (djm) [sshbuf.h] Fix compilation on systems without OPENSSL_HAS_ECC. (diff)
downloadopenssh-3f022b5a9477abceeb1bbeab04b055f3cc7ca8f6.tar.xz
openssh-3f022b5a9477abceeb1bbeab04b055f3cc7ca8f6.zip
- (djm) [ssh-dss.c] Include openssl/dsa.h for DSA_SIG
Diffstat (limited to 'ssh-dss.c')
-rw-r--r--ssh-dss.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ssh-dss.c b/ssh-dss.c
index 02d1ec2d6..9643d90d8 100644
--- a/ssh-dss.c
+++ b/ssh-dss.c
@@ -28,6 +28,7 @@
#include <sys/types.h>
#include <openssl/bn.h>
+#include <openssl/dsa.h>
#include <openssl/evp.h>
#include <stdarg.h>