mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
decryptcore: load the nls data
Load the nls data before the openssl will try to do it in the capability mode. On my machine the sa_ossl_private_decrypt is trying to do that. MFC after: 2 weeks
This commit is contained in:
parent
d0c51fc4ac
commit
eec362ef58
1 changed files with 1 additions and 0 deletions
|
|
@ -170,6 +170,7 @@ decrypt(int ofd, const char *privkeyfile, const char *keyfile,
|
|||
goto failed;
|
||||
}
|
||||
|
||||
caph_cache_catpages();
|
||||
if (caph_enter() < 0) {
|
||||
pjdlog_errno(LOG_ERR, "Unable to enter capability mode");
|
||||
goto failed;
|
||||
|
|
|
|||
Loading…
Reference in a new issue