From ed484c16c74f8d4f1e7c211f9583d2e675abae79 Mon Sep 17 00:00:00 2001 From: J08nY Date: Wed, 18 Jul 2018 15:48:37 +0200 Subject: Test anomalous curves as well in misc test suite. --- src/cz/crcs/ectester/standalone/libs/NativeECLibrary.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/cz/crcs/ectester/standalone/libs/NativeECLibrary.java') diff --git a/src/cz/crcs/ectester/standalone/libs/NativeECLibrary.java b/src/cz/crcs/ectester/standalone/libs/NativeECLibrary.java index 0a420a1..03a088b 100644 --- a/src/cz/crcs/ectester/standalone/libs/NativeECLibrary.java +++ b/src/cz/crcs/ectester/standalone/libs/NativeECLibrary.java @@ -110,7 +110,8 @@ public abstract class NativeECLibrary extends ProviderECLibrary { provider = createProvider(); return super.initialize(); - } catch (IOException | UnsatisfiedLinkError ignored) { + } catch (IOException | UnsatisfiedLinkError ex) { + System.err.println(ex.getMessage()); } return false; } -- cgit v1.2.3-70-g09d2