summaryrefslogtreecommitdiffstats
path: root/android_compat_hacks.c
diff options
context:
space:
mode:
authorAdam Langley <agl@google.com>2015-04-08 11:18:53 -0700
committerAdam Langley <agl@google.com>2015-04-08 11:18:53 -0700
commit13d393edba74704aaa75af5a82c4e8ecea69d4ae (patch)
treed08b58f6d5509fb34e1479e9c0a5e7aa0bd321a8 /android_compat_hacks.c
parentf7e890d94bfb2ecad87621eed301e1897b5a6aef (diff)
downloadexternal_boringssl-13d393edba74704aaa75af5a82c4e8ecea69d4ae.zip
external_boringssl-13d393edba74704aaa75af5a82c4e8ecea69d4ae.tar.gz
external_boringssl-13d393edba74704aaa75af5a82c4e8ecea69d4ae.tar.bz2
BoringSSL: support AES-192.
Keystore has added support for it so these functions are needed again. Change-Id: Id3bf3dd10e182fe7a9b1c51bd3184ecac4cfde8b
Diffstat (limited to 'android_compat_hacks.c')
-rw-r--r--android_compat_hacks.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/android_compat_hacks.c b/android_compat_hacks.c
index 08377c5..8eac801 100644
--- a/android_compat_hacks.c
+++ b/android_compat_hacks.c
@@ -28,10 +28,6 @@
#include <openssl/ssl.h>
-const EVP_CIPHER *EVP_aes_192_ecb(void) { return NULL; }
-
-const EVP_CIPHER *EVP_aes_192_cbc(void) { return NULL; }
-
BIGNUM *get_rfc3526_prime_1536(BIGNUM *bn) {
assert(bn == NULL);