From fb35b147ca06014db54aa2708a9712790c791be8 Mon Sep 17 00:00:00 2001 From: David Benjamin Date: Sat, 2 Feb 2019 22:04:42 +0000 Subject: [PATCH] Remove stray prototype. The function's since been renamed. Change-Id: Id1a9788dfeb5c46b3463611b08318b3f253d03df Reviewed-on: https://boringssl-review.googlesource.com/c/34870 Reviewed-by: Adam Langley --- crypto/fipsmodule/modes/internal.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/crypto/fipsmodule/modes/internal.h b/crypto/fipsmodule/modes/internal.h index 79a09514..18ec60ca 100644 --- a/crypto/fipsmodule/modes/internal.h +++ b/crypto/fipsmodule/modes/internal.h @@ -130,12 +130,6 @@ void CRYPTO_ctr128_encrypt_ctr32(const uint8_t *in, uint8_t *out, size_t len, uint8_t ecount_buf[16], unsigned *num, ctr128_f ctr); -#if !defined(OPENSSL_NO_ASM) && \ - (defined(OPENSSL_X86) || defined(OPENSSL_X86_64)) -void aesni_ctr32_encrypt_blocks(const uint8_t *in, uint8_t *out, size_t blocks, - const AES_KEY *key, const uint8_t *ivec); -#endif - // GCM. //