mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
add openssl patch
This commit is contained in:
parent
b558703c8f
commit
f8c29683f4
1 changed files with 11 additions and 0 deletions
11
submodules/build/openssl.patch
Normal file
11
submodules/build/openssl.patch
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
--- 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)
|
||||
Loading…
Add table
Reference in a new issue