summaryrefslogtreecommitdiff
path: root/ssh-dss.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2018-09-13 12:13:50 +1000
committerDamien Miller <djm@mindrot.org>2018-09-13 12:13:50 +1000
commit48f54b9d12c1c79fba333bc86d455d8f4cda8cfc (patch)
tree216db3d44f6d07262ce4757e65705fcc9fb6b5fa /ssh-dss.c
parent86112951d63d48839f035b5795be62635a463f99 (diff)
adapt -portable to OpenSSL 1.1x API
Polyfill missing API with replacement functions extracted from LibreSSL
Diffstat (limited to 'ssh-dss.c')
-rw-r--r--ssh-dss.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ssh-dss.c b/ssh-dss.c
index 631b15712..a23c383dc 100644
--- a/ssh-dss.c
+++ b/ssh-dss.c
@@ -43,6 +43,8 @@
43#define SSHKEY_INTERNAL 43#define SSHKEY_INTERNAL
44#include "sshkey.h" 44#include "sshkey.h"
45 45
46#include "openbsd-compat/openssl-compat.h"
47
46#define INTBLOB_LEN 20 48#define INTBLOB_LEN 20
47#define SIGBLOB_LEN (2*INTBLOB_LEN) 49#define SIGBLOB_LEN (2*INTBLOB_LEN)
48 50