Skip to content

Commit

Permalink
fixup! EVP_SKEY tests
Browse files Browse the repository at this point in the history
  • Loading branch information
beldmit committed Nov 25, 2024
1 parent fcd80f2 commit 5ac9943
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/evp_skey_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@ static int test_skey_cipher(void)
return ret;
}

# define KEY_SIZE 16
# define IV_SIZE 16
# define DATA_SIZE 32
#define KEY_SIZE 16
#define IV_SIZE 16
#define DATA_SIZE 32
static int test_raw_skey(void)
{
const unsigned char data[DATA_SIZE] = {
Expand Down

0 comments on commit 5ac9943

Please sign in to comment.