mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 08:44:19 -04:00
missing return value
This commit is contained in:
parent
3b1c9d2a6b
commit
fc7ac53864
@ -712,6 +712,8 @@ add_signature(X509 *certificate, STACK *chain, EVP_PKEY *pkey) {
|
||||
cert_chain.push_back(CertRecord((X509 *)sk_value(chain, i)));
|
||||
}
|
||||
}
|
||||
|
||||
return add_signature(cert_chain, pkey);
|
||||
}
|
||||
#endif // HAVE_OPENSSL
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user