Loading lib/vtls/openssl.c +1 −6 Original line number Original line 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) static bool is_pkcs11_uri(const char *string) { { if(strncasecompare(string, "pkcs11:", 7)) { return (string && strncasecompare(string, "pkcs11:", 7)); return TRUE; } else { return FALSE; } } } #endif #endif Loading Loading
lib/vtls/openssl.c +1 −6 Original line number Original line 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) static bool is_pkcs11_uri(const char *string) { { if(strncasecompare(string, "pkcs11:", 7)) { return (string && strncasecompare(string, "pkcs11:", 7)); return TRUE; } else { return FALSE; } } } #endif #endif Loading