gnutls/gnutls-3.5.3-nosrp.patch
Nikos Mavrogiannopoulos 7ff50e4fd2 updated to 3.5.3
2016-08-09 09:41:00 +02:00

13 lines
345 B
Diff

diff -up gnutls-3.5.3/tests/srp.c.noecc gnutls-3.5.3/tests/srp.c
--- gnutls-3.5.3/tests/srp.c.noecc 2013-03-21 21:42:28.000000000 +0100
+++ gnutls-3.5.3/tests/srp.c 2013-03-25 13:42:20.753422209 +0100
@@ -27,7 +27,7 @@
#include <stdio.h>
#include <stdlib.h>
-#if defined(_WIN32)
+#if defined(_WIN32) || !defined(ENABLE_SRP)
int main()
{