summaryrefslogtreecommitdiff
path: root/ssh-dss.c
diff options
context:
space:
mode:
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 @@
28#include <sys/types.h> 28#include <sys/types.h>
29 29
30#include <openssl/bn.h> 30#include <openssl/bn.h>
31#include <openssl/dsa.h>
31#include <openssl/evp.h> 32#include <openssl/evp.h>
32 33
33#include <stdarg.h> 34#include <stdarg.h>