IBM / OpenJCEPlus

This project makes use of Java and C/C++. This project will create OpenJCEPlus and OpenJCEPlusFIPS cryptographic providers which are implementations of the Java™ Cryptography Extensions (JCE) APIs. The actual cryptographic code will come from the OpenCryptographyKitC project which is based on OpenSSL.
Apache License 2.0
3 stars 10 forks source link

Skip native compilation when testing bundled SDK #186

Closed jasonkatonica closed 1 week ago

jasonkatonica commented 1 week ago

When testing against an SDK that already includes OpenJCEPlus there is no reason to compile the native libraries as they are already included in the runtime. We should skip the native compilation and make use of the library included in the SDK itself.

Signed-off-by: Jason Katonica katonica@us.ibm.com