Blame SOURCES/openssl-1.0.2i-chil-fixes.patch

fd2893
diff -up openssl-1.0.2i/engines/e_chil.c.chil openssl-1.0.2i/engines/e_chil.c
fd2893
--- openssl-1.0.2i/engines/e_chil.c.chil	2016-09-22 12:23:06.000000000 +0200
fd2893
+++ openssl-1.0.2i/engines/e_chil.c	2016-09-22 13:49:32.532017102 +0200
fd2893
@@ -1274,6 +1274,11 @@ static int hwcrhk_insert_card(const char
fd2893
     UI *ui;
fd2893
     void *callback_data = NULL;
fd2893
     UI_METHOD *ui_method = NULL;
fd2893
+    /* Despite what the documentation says prompt_info can be
fd2893
+     * an empty string.
fd2893
+     */
fd2893
+    if (prompt_info && !*prompt_info)
fd2893
+        prompt_info = NULL;
fd2893
 
fd2893
     if (cactx) {
fd2893
         if (cactx->ui_method)