Skip to content

Commit

Permalink
Fixup! broken hacky includes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ralim committed Dec 26, 2023
1 parent 7e3fb65 commit 42e2cc8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@
* POSSIBILITY OF SUCH DAMAGE.
*/

#include "ecc.h"
#include "ecc_platform_specific.h"
#include "../include/tinycrypt/ecc.h"
#include "../include/tinycrypt/ecc_platform_specific.h"
#include <string.h>

#include <stdint.h>
/* IMPORTANT: Make sure a cryptographically-secure PRNG is set and the platform
* has access to enough entropy in order to feed the PRNG regularly. */
#if default_RNG_defined
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* ecc.h - ECDH helpers */

#include "types.h"
/*
* Copyright (c) 2016 Intel Corporation
*
Expand Down

0 comments on commit 42e2cc8

Please sign in to comment.