[BACK]Return to engine.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / openssl

Diff for /src/usr.bin/openssl/Attic/engine.c between version 1.2 and 1.3

version 1.2, 2014/12/07 15:08:32 version 1.3, 2015/02/08 10:22:45
Line 191 
Line 191 
         if (!ENGINE_ctrl(e, ENGINE_CTRL_HAS_CTRL_FUNCTION, 0, NULL, NULL) ||          if (!ENGINE_ctrl(e, ENGINE_CTRL_HAS_CTRL_FUNCTION, 0, NULL, NULL) ||
             ((num = ENGINE_ctrl(e, ENGINE_CTRL_GET_FIRST_CMD_TYPE,              ((num = ENGINE_ctrl(e, ENGINE_CTRL_GET_FIRST_CMD_TYPE,
                         0, NULL, NULL)) <= 0)) {                          0, NULL, NULL)) <= 0)) {
 #if 0  
                 BIO_printf(bio_out, "%s<no control commands>\n", indent);  
 #endif  
                 return 1;                  return 1;
         }          }
         cmds = sk_OPENSSL_STRING_new_null();          cmds = sk_OPENSSL_STRING_new_null();

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3