From 0e195f98345049ba0eca64807e8aad4e8365e47b Mon Sep 17 00:00:00 2001 From: J08nY Date: Sun, 4 Aug 2019 18:48:30 +0200 Subject: Update and fix library building. --- build-standalone.xml | 4 +++- ext/boringssl | 2 +- ext/sdks | 2 +- src/cz/crcs/ectester/standalone/libs/NativeECLibrary.java | 3 +-- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/build-standalone.xml b/build-standalone.xml index 90b4fa9..d3b3cf5 100644 --- a/build-standalone.xml +++ b/build-standalone.xml @@ -91,6 +91,7 @@ + @@ -100,6 +101,7 @@ + @@ -118,7 +120,7 @@ - + diff --git a/ext/boringssl b/ext/boringssl index 80aa694..974f4dd 160000 --- a/ext/boringssl +++ b/ext/boringssl @@ -1 +1 @@ -Subproject commit 80aa6949756d327476750f9ea2c9700aa2a027c5 +Subproject commit 974f4dddfb30540a8aed25d1cf9623ecfb2a1c23 diff --git a/ext/sdks b/ext/sdks index 4a69670..494164e 160000 --- a/ext/sdks +++ b/ext/sdks @@ -1 +1 @@ -Subproject commit 4a696701af819af40a3678a3734d8e704a09f4b9 +Subproject commit 494164ea8470f49f44be19f49dab3af7c83e39e2 diff --git a/src/cz/crcs/ectester/standalone/libs/NativeECLibrary.java b/src/cz/crcs/ectester/standalone/libs/NativeECLibrary.java index b0b9f37..db85b02 100644 --- a/src/cz/crcs/ectester/standalone/libs/NativeECLibrary.java +++ b/src/cz/crcs/ectester/standalone/libs/NativeECLibrary.java @@ -56,8 +56,7 @@ public abstract class NativeECLibrary extends ProviderECLibrary { provider = createProvider(); return super.initialize(); - } catch (IOException | UnsatisfiedLinkError ex) { - System.err.println(ex.getMessage()); + } catch (IOException | UnsatisfiedLinkError ignored) { } return false; } -- cgit v1.2.3-70-g09d2