Atom-X-Devs / android_kernel_xiaomi_sm7325

AtomX Kernel POCO X5 PRO 5G (redwood) kernel Sources
GNU General Public License v2.0
26 stars 25 forks source link

ANDROID: extract-cert: omit PKCS#11 support if building against Borin… #5

Closed kartik-commits closed 1 year ago

kartik-commits commented 1 year ago

…gSSL

BoringSSL does not implement the ENGINE API. In Android we do not seem to rely on the PKCS#11 -> DER extraction. Hence, make this conditional on the SSL library used.

Bug: 135570712

Change-Id: I84af6633dd470083497087c7dd1a2734480e2b0e

bheatleyyy commented 1 year ago

@kartik-commits thanks

Divyanshu-Modi commented 1 year ago

@kartik-commits Create on kernel.lnx.5.4.r1-rel branch sir