linphone-ios/submodules/build/builders.d/openssl.patch
2011-09-06 14:51:14 +02:00

11 lines
333 B
Diff

--- crypto/ui/ui_openssl.c.ori 2011-03-18 18:09:26.000000000 +0100
+++ crypto/ui/ui_openssl.c 2011-03-18 18:09:44.000000000 +0100
@@ -404,7 +404,7 @@
return 1;
}
-static volatile sig_atomic_t intr_signal;
+static volatile int intr_signal;
#endif
static int read_string_inner(UI *ui, UI_STRING *uis, int echo, int strip_nl)