Skip to content

Commit 5ea8d90

Browse files
committed
test fix
1 parent f0607f9 commit 5ea8d90

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

crypto/fipsmodule/aes/mode_wrappers.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,10 @@ static inline void aes_hw_encrypt_wrapper(const uint8_t *in, uint8_t *out,
6363
aes_hw_encrypt(in, out, key);
6464
}
6565

66-
#if !defined(VPAES_CTR32)
6766
static inline void vpaes_encrypt_wrapper(const uint8_t *in, uint8_t *out,
6867
const AES_KEY *key) {
6968
vpaes_encrypt(in, out, key);
7069
}
71-
#endif // !VPAES_CTR32
7270

7371
static inline void aes_nohw_encrypt_wrapper(const uint8_t *in, uint8_t *out,
7472
const AES_KEY *key) {

0 commit comments

Comments
 (0)