You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
385 B
12 lines
385 B
diff -up gnutls-3.1.10/tests/srp/mini-srp.c.noecc gnutls-3.1.10/tests/srp/mini-srp.c |
|
--- gnutls-3.1.10/tests/srp/mini-srp.c.noecc 2013-03-21 21:42:28.000000000 +0100 |
|
+++ gnutls-3.1.10/tests/srp/mini-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() |
|
{
|
|
|