1c529bd
--- cl-original/misc/config.h	2022-03-04 17:55:32.643896948 +0100
1c529bd
+++ cl-patched/misc/config.h	2022-03-04 19:46:36.843663542 +0100
1c529bd
@@ -218,7 +218,7 @@
1c529bd
 
1c529bd
 /* Whether to build the Java/JNI interface or not */
1c529bd
 
1c529bd
-/* #define USE_JAVA */
1c529bd
+#define USE_JAVA
1c529bd
 
1c529bd
 /* Whether to provide descriptive text messages for errors or not.
1c529bd
    Disabling these can reduce code size, at the expense of making error
1c529bd
@@ -1327,4 +1327,9 @@
1c529bd
   #undef USE_ERRMSGS
1c529bd
 #endif /* 0 */
1c529bd
 
1c529bd
+#undef USE_IDEA 
1c529bd
+#undef USE_OBSCURE_ALGORITHMS 
1c529bd
+#undef USE_PATENTED_ALGORITHMS
1c529bd
+#define USE_SHA2_EXT
1c529bd
+
1c529bd
 #endif /* _CONFIG_DEFINED */