Loading lib/vtls/openssl.c +1 −6 Original line number Diff line number Diff line Loading @@ -564,12 +564,7 @@ static int ssl_ui_writer(UI *ui, UI_STRING *uis) */ static bool is_pkcs11_uri(const char *string) { if(strncasecompare(string, "pkcs11:", 7)) { return TRUE; } else { return FALSE; } return (string && strncasecompare(string, "pkcs11:", 7)); } #endif Loading Loading
lib/vtls/openssl.c +1 −6 Original line number Diff line number Diff line Loading @@ -564,12 +564,7 @@ static int ssl_ui_writer(UI *ui, UI_STRING *uis) */ static bool is_pkcs11_uri(const char *string) { if(strncasecompare(string, "pkcs11:", 7)) { return TRUE; } else { return FALSE; } return (string && strncasecompare(string, "pkcs11:", 7)); } #endif Loading