summaryrefslogtreecommitdiff
path: root/examples/manifest.c
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2020-09-20 16:14:20 +0100
committerColin Watson <cjwatson@debian.org>2020-09-20 16:14:20 +0100
commit173bfbf7886608a4a7abbfac6a42ac4bf4a3432d (patch)
treeb97833d8754f257f92d99dd2f5c9e9d557e3f689 /examples/manifest.c
parent75073d0a8478441cc97a6efa10b566c5fb1dac81 (diff)
New upstream version 1.5.0
Diffstat (limited to 'examples/manifest.c')
-rw-r--r--examples/manifest.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/examples/manifest.c b/examples/manifest.c
index 895447a..d5ebda2 100644
--- a/examples/manifest.c
+++ b/examples/manifest.c
@@ -4,15 +4,12 @@
4 * license that can be found in the LICENSE file. 4 * license that can be found in the LICENSE file.
5 */ 5 */
6 6
7#include <openssl/ec.h>
8
9#include <stdbool.h> 7#include <stdbool.h>
10#include <stdio.h> 8#include <stdio.h>
11#include <stdlib.h> 9#include <stdlib.h>
12 10
13#include "../openbsd-compat/openbsd-compat.h"
14
15#include "fido.h" 11#include "fido.h"
12#include "../openbsd-compat/openbsd-compat.h"
16 13
17int 14int
18main(void) 15main(void)