diff --git a/briar-android/.classpath b/briar-android/.classpath index 20630beaa9649304becbd9d741b64cfae5230c89..734c8afdedbe540a3a371798485acc5ae22df256 100644 --- a/briar-android/.classpath +++ b/briar-android/.classpath @@ -10,7 +10,7 @@ <classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/> <classpathentry exported="true" kind="lib" path="/briar-api/libs/javax.inject.jar"/> <classpathentry exported="true" kind="lib" path="/briar-core/libs/h2small-1.3.170.jar"/> - <classpathentry exported="true" kind="lib" path="/briar-core/libs/lcrypto-jdk15on-151.jar" sourcepath="/briar-core/libs/source/lcrypto-jdk15on-151-source.jar"/> <classpathentry exported="true" kind="lib" path="/briar-core/libs/weupnp-0.1.3-SNAPSHOT-briar.jar"/> + <classpathentry kind="lib" path="/briar-core/libs/lcrypto-jdk15on-152.jar"/> <classpathentry kind="output" path="bin/classes"/> </classpath> diff --git a/briar-core/.classpath b/briar-core/.classpath index e0c63bebb0911e37efe922a402dc3420b6770cba..4b6de4fb0570aa69732bfc4a0d1fdd2fda4e3e43 100644 --- a/briar-core/.classpath +++ b/briar-core/.classpath @@ -3,10 +3,10 @@ <classpathentry kind="src" path="src"/> <classpathentry combineaccessrules="false" kind="src" path="/briar-api"/> <classpathentry kind="lib" path="/briar-api/libs/guice-3.0-no_aop.jar"/> - <classpathentry kind="lib" path="libs/lcrypto-jdk15on-151.jar"/> <classpathentry kind="lib" path="/briar-api/libs/javax.inject.jar"/> <classpathentry kind="lib" path="libs/h2small-1.3.170.jar"/> <classpathentry kind="lib" path="libs/weupnp-0.1.3-SNAPSHOT-briar.jar"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/> + <classpathentry kind="lib" path="libs/lcrypto-jdk15on-152.jar"/> <classpathentry kind="output" path="bin"/> </classpath> diff --git a/briar-core/libs/lcrypto-jdk15on-151.jar b/briar-core/libs/lcrypto-jdk15on-152.jar similarity index 61% rename from briar-core/libs/lcrypto-jdk15on-151.jar rename to briar-core/libs/lcrypto-jdk15on-152.jar index 293ee819f34f843936724bc67f3ebd0fa38fe1f0..3e5f8278b22f1d78a4f48874341e435c60fa63ac 100644 Binary files a/briar-core/libs/lcrypto-jdk15on-151.jar and b/briar-core/libs/lcrypto-jdk15on-152.jar differ diff --git a/briar-tests/.classpath b/briar-tests/.classpath index a0463e8a60ebae55b7346f643df7a028528c7384..a44f0f7d414b46c23fccd2c9e36961d137ee903b 100644 --- a/briar-tests/.classpath +++ b/briar-tests/.classpath @@ -11,7 +11,7 @@ <classpathentry kind="lib" path="libs/hamcrest-library-1.1.jar"/> <classpathentry kind="lib" path="libs/jmock-2.5.1.jar"/> <classpathentry kind="lib" path="libs/junit-4.9b3.jar"/> - <classpathentry kind="lib" path="/briar-core/libs/lcrypto-jdk15on-151.jar"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/> + <classpathentry kind="lib" path="/briar-core/libs/lcrypto-jdk15on-152.jar"/> <classpathentry kind="output" path="bin"/> </classpath>