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

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