Skip to content

Commit

Permalink
update libjade_randombytes spdx-license
Browse files Browse the repository at this point in the history
Signed-off-by: Pravek Sharma <[email protected]>
  • Loading branch information
praveksharma committed Aug 16, 2024
1 parent 3721500 commit b1c4950
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/common/libjade_shims/libjade_randombytes.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: CC0-1.0
// SPDX-License-Identifier: Apache-2.0 OR CC0-1.0

#if defined(__unix__) || defined(__APPLE__)
#include <oqs/rand.h>
Expand Down
2 changes: 1 addition & 1 deletion src/common/libjade_shims/libjade_randombytes.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// SPDX-License-Identifier: CC0-1.0
// SPDX-License-Identifier: Apache-2.0 OR CC0-1.0

#if defined(__unix__) || defined(__APPLE__)
#ifndef LIBJADE_RANDOMBYTES_H
Expand Down

0 comments on commit b1c4950

Please sign in to comment.