[openssh-commits] [openssh] branch master updated: Include OpenSSL compat shim where needed.
git+noreply at mindrot.org
git+noreply at mindrot.org
Tue May 20 22:18:23 AEST 2025
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
The following commit(s) were added to refs/heads/master by this push:
new 750f18674 Include OpenSSL compat shim where needed.
750f18674 is described below
commit 750f1867476bda36879f69e25e8f52cb45c58807
Author: Darren Tucker <dtucker at dtucker.net>
AuthorDate: Tue May 20 22:17:02 2025 +1000
Include OpenSSL compat shim where needed.
---
regress/misc/ssh-verify-attestation/ssh-verify-attestation.c | 1 +
sk-usbhid.c | 1 +
2 files changed, 2 insertions(+)
diff --git a/regress/misc/ssh-verify-attestation/ssh-verify-attestation.c b/regress/misc/ssh-verify-attestation/ssh-verify-attestation.c
index 9316805e0..da7f5a233 100644
--- a/regress/misc/ssh-verify-attestation/ssh-verify-attestation.c
+++ b/regress/misc/ssh-verify-attestation/ssh-verify-attestation.c
@@ -70,6 +70,7 @@
#include <openssl/bio.h>
#include <openssl/err.h>
#include <openssl/pem.h>
+#include "openbsd-compat/openssl-compat.h"
extern char *__progname;
diff --git a/sk-usbhid.c b/sk-usbhid.c
index e2fa0b499..c18c40df2 100644
--- a/sk-usbhid.c
+++ b/sk-usbhid.c
@@ -49,6 +49,7 @@
#include <openssl/ec.h>
#include <openssl/ecdsa.h>
#include <openssl/evp.h>
+#include "openbsd-compat/openssl-compat.h"
#endif /* WITH_OPENSSL */
#include <fido.h>
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list