Skip to content

Commit

Permalink
fix compilation errors
Browse files Browse the repository at this point in the history
  • Loading branch information
dangfan committed Jun 1, 2024
1 parent df54d9e commit 838b758
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion applets/ctap/ctap.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
#include "secret.h"
#include "u2f.h"
#include <aes.h>
#include <block-cipher.h>
#include <cbor.h>
#include <common.h>
#include <crypto-util.h>
#include <ctap.h>
#include <ctaphid.h>
#include <device.h>
Expand Down
1 change: 1 addition & 0 deletions applets/ctap/secret.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#include "secret.h"
#include <aes.h>
#include <block-cipher.h>
#include <crypto-util.h>
#include <ecc.h>
#include <fs.h>
#include <hmac.h>
Expand Down
1 change: 1 addition & 0 deletions applets/ctap/u2f.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// SPDX-License-Identifier: Apache-2.0
#include "u2f.h"
#include <apdu.h>
#include <crypto-util.h>
#include <device.h>
#include <ecc.h>
#include <fs.h>
Expand Down
1 change: 1 addition & 0 deletions applets/oath/oath.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// SPDX-License-Identifier: Apache-2.0
#include <apdu.h>
#include <crypto-util.h>
#include <device.h>
#include <fs.h>
#include <hmac.h>
Expand Down
1 change: 1 addition & 0 deletions applets/piv/piv.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// SPDX-License-Identifier: Apache-2.0
#include <common.h>
#include <admin.h>
#include <crypto-util.h>
#include <des.h>
#include <device.h>
#include <ecc.h>
Expand Down

0 comments on commit 838b758

Please sign in to comment.