diff options
author | Damien Miller <djm@mindrot.org> | 2024-12-04 22:47:02 +0100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2024-12-05 09:25:05 +0100 |
commit | d23a23aaeeabc228792e3fd7eb5f2fa6ae13c482 (patch) | |
tree | b5152a7890ae9f804b62841cb70caa5988f20e08 /regress/misc/ssh-verify-attestation/ssh-verify-attestation.c | |
parent | upstream: De-magic the x11 base port number into a define. ok djm@ (diff) | |
download | openssh-d23a23aaeeabc228792e3fd7eb5f2fa6ae13c482.tar.xz openssh-d23a23aaeeabc228792e3fd7eb5f2fa6ae13c482.zip |
add a Makefile target for ssh-verify-attestation
Not built by default, but easier than doing it by hand
Diffstat (limited to '')
-rw-r--r-- | regress/misc/ssh-verify-attestation/ssh-verify-attestation.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/regress/misc/ssh-verify-attestation/ssh-verify-attestation.c b/regress/misc/ssh-verify-attestation/ssh-verify-attestation.c index 4cada3568..f12306a90 100644 --- a/regress/misc/ssh-verify-attestation/ssh-verify-attestation.c +++ b/regress/misc/ssh-verify-attestation/ssh-verify-attestation.c @@ -44,6 +44,8 @@ * */ +#include "includes.h" + #include <stdint.h> #include <inttypes.h> #include <stdlib.h> |