Skip to content

Commit

Permalink
Add riscv32 support-I
Browse files Browse the repository at this point in the history
  • Loading branch information
blue-freedom-technologies committed Jan 10, 2024
1 parent 49c9f56 commit 41d6076
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion include/ring-core/target.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@
#define OPENSSL_RISCV64
#elif defined(__riscv) && __SIZEOF_POINTER__ == 4
#define OPENSSL_32_BIT
#define OPENSSL_RISCV32
#elif defined(__s390x__)
#define OPENSSL_64_BIT
#define OPENSSL_S390X
Expand Down
1 change: 1 addition & 0 deletions src/rand.rs
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ impl crate::sealed::Sealed for SystemRandom {}
target_os = "tvos",
target_os = "vita",
target_os = "windows",
target_os = "espidf",
all(
target_arch = "wasm32",
any(
Expand Down

0 comments on commit 41d6076

Please sign in to comment.