diff --git a/openssh-8.0p1-pkcs11-uri.patch b/openssh-8.0p1-pkcs11-uri.patch index 65a94ca..6eec778 100644 --- a/openssh-8.0p1-pkcs11-uri.patch +++ b/openssh-8.0p1-pkcs11-uri.patch @@ -2466,7 +2466,7 @@ index 70f06bff..59332945 100644 - - if (providerp == NULL) + char *provider_module = NULL; -+ struct pkcs11_module *m; ++ struct pkcs11_module *m = NULL; + + /* if no provider specified, fallback to p11-kit */ + if (uri->module_path == NULL) {