summaryrefslogtreecommitdiff
path: root/examples/retries.c
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2020-09-20 17:48:15 +0100
committerColin Watson <cjwatson@debian.org>2020-09-20 17:48:15 +0100
commit05fa6dd7724ccfd1c183e6e4bf9d22eb12abea8c (patch)
tree71d3eccc33c93c230b021c72f1fb9cf2247bf6c0 /examples/retries.c
parentb77d6ed4d47acbc836f05be0e9f4abeb104e21ff (diff)
parent173bfbf7886608a4a7abbfac6a42ac4bf4a3432d (diff)
Update upstream source from tag 'upstream/1.5.0'
Update to upstream version '1.5.0' with Debian dir 102fd7ed15b138200444754d256b136933185ec2
Diffstat (limited to 'examples/retries.c')
-rw-r--r--examples/retries.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/examples/retries.c b/examples/retries.c
index 3ed7558..5cc116c 100644
--- a/examples/retries.c
+++ b/examples/retries.c
@@ -8,15 +8,12 @@
8 * Get an authenticator's number of PIN attempts left. 8 * Get an authenticator's number of PIN attempts left.
9 */ 9 */
10 10
11#include <openssl/ec.h>
12
13#include <stdbool.h> 11#include <stdbool.h>
14#include <stdio.h> 12#include <stdio.h>
15#include <stdlib.h> 13#include <stdlib.h>
16 14
17#include "../openbsd-compat/openbsd-compat.h"
18
19#include "fido.h" 15#include "fido.h"
16#include "../openbsd-compat/openbsd-compat.h"
20 17
21int 18int
22main(int argc, char **argv) 19main(int argc, char **argv)