add openssl patch

This commit is contained in:
Jehan Monnier 2011-03-18 20:24:08 +01:00
parent b558703c8f
commit f8c29683f4

View 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)