mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
11 lines
333 B
Diff
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)
|