#14465: Update openssl to tag android-4.0.4_r2.1
diff --git a/jni/openssl/apps/ciphers.c b/jni/openssl/apps/ciphers.c
index 5f2b739..3d4c60d 100644
--- a/jni/openssl/apps/ciphers.c
+++ b/jni/openssl/apps/ciphers.c
@@ -196,7 +196,7 @@
 			
 			if (Verbose)
 				{
-				unsigned long id = SSL_CIPHER_get_id(c);
+				unsigned long id = c->id;
 				int id0 = (int)(id >> 24);
 				int id1 = (int)((id >> 16) & 0xffL);
 				int id2 = (int)((id >> 8) & 0xffL);