diff options
author | Damien Miller <djm@mindrot.org> | 2018-09-13 12:13:50 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2018-09-13 12:13:50 +1000 |
commit | 48f54b9d12c1c79fba333bc86d455d8f4cda8cfc (patch) | |
tree | 216db3d44f6d07262ce4757e65705fcc9fb6b5fa /ssh-pkcs11-client.c | |
parent | 86112951d63d48839f035b5795be62635a463f99 (diff) |
adapt -portable to OpenSSL 1.1x API
Polyfill missing API with replacement functions extracted from LibreSSL
Diffstat (limited to 'ssh-pkcs11-client.c')
-rw-r--r-- | ssh-pkcs11-client.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ssh-pkcs11-client.c b/ssh-pkcs11-client.c index bcc18c6bc..d1241ce67 100644 --- a/ssh-pkcs11-client.c +++ b/ssh-pkcs11-client.c | |||
@@ -32,6 +32,8 @@ | |||
32 | 32 | ||
33 | #include <openssl/rsa.h> | 33 | #include <openssl/rsa.h> |
34 | 34 | ||
35 | #include "openbsd-compat/openssl-compat.h" | ||
36 | |||
35 | #include "pathnames.h" | 37 | #include "pathnames.h" |
36 | #include "xmalloc.h" | 38 | #include "xmalloc.h" |
37 | #include "sshbuf.h" | 39 | #include "sshbuf.h" |