Skip to content

Commit

Permalink
fix build error
Browse files Browse the repository at this point in the history
Signed-off-by: Songling Han <[email protected]>
  • Loading branch information
songlingatpan committed Oct 28, 2024
1 parent a50428c commit 99cdf50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/common/rand/rand.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@

#include <oqs/oqs.h>

OQS_STATUS OQS_randombytes_system(uint8_t *random_array, size_t bytes_to_read);
void OQS_randombytes_system(uint8_t *random_array, size_t bytes_to_read);
#ifdef OQS_USE_OPENSSL
OQS_STATUS OQS_randombytes_openssl(uint8_t *random_array, size_t bytes_to_read);
void OQS_randombytes_openssl(uint8_t *random_array, size_t bytes_to_read);
#endif

#ifdef OQS_USE_OPENSSL
Expand Down

0 comments on commit 99cdf50

Please sign in to comment.