diff --git a/briar-core/.classpath b/briar-core/.classpath
index 7a5ed364f80e2d349287df67fc9dcd52cb575af9..69798ae31cf1eb8d8f40a914c3fd515777cb4301 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="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
 	<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="lib" path="libs/lcrypto-jdk15on-150.jar" sourcepath="libs/source/lcrypto-jdk15on-150-source.jar"/>
 	<classpathentry kind="output" path="bin"/>
 </classpath>
diff --git a/briar-core/libs/lcrypto-jdk15on-150.jar b/briar-core/libs/lcrypto-jdk15on-150.jar
deleted file mode 100644
index 75d3917bb4919e153c56bf591cc5426da601b340..0000000000000000000000000000000000000000
Binary files a/briar-core/libs/lcrypto-jdk15on-150.jar and /dev/null differ
diff --git a/briar-core/libs/lcrypto-jdk15on-151.jar b/briar-core/libs/lcrypto-jdk15on-151.jar
new file mode 100644
index 0000000000000000000000000000000000000000..293ee819f34f843936724bc67f3ebd0fa38fe1f0
Binary files /dev/null and b/briar-core/libs/lcrypto-jdk15on-151.jar differ
diff --git a/briar-tests/.classpath b/briar-tests/.classpath
index 71ffe1890f287758faeb533db1b91b94d078ff40..2ddcafa087723358db08b3666e0d257a6705f5fd 100644
--- a/briar-tests/.classpath
+++ b/briar-tests/.classpath
@@ -12,6 +12,6 @@
 	<classpathentry kind="lib" path="libs/jmock-2.5.1.jar"/>
 	<classpathentry kind="lib" path="libs/junit-4.9b3.jar"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
-	<classpathentry kind="lib" path="/briar-core/libs/lcrypto-jdk15on-150.jar" sourcepath="/briar-core/libs/source/lcrypto-jdk15on-150-source.jar"/>
+	<classpathentry kind="lib" path="/briar-core/libs/lcrypto-jdk15on-151.jar"/>
 	<classpathentry kind="output" path="bin"/>
 </classpath>