зеркало из https://github.com/mozilla/pjs.git
derdump needs to initialize NSS before calling the SECU functions.
This commit is contained in:
Родитель
c07a66adc3
Коммит
a42eae8ba3
|
@ -110,6 +110,8 @@ int main(int argc, char **argv)
|
|||
if (!inFile) inFile = PR_STDIN;
|
||||
if (!outFile) outFile = stdout;
|
||||
|
||||
NSS_NoDB_Init();
|
||||
|
||||
rv = SECU_ReadDERFromFile(&der, inFile, PR_FALSE);
|
||||
if (rv == SECSuccess) {
|
||||
rv = DER_PrettyPrint(outFile, &der, raw);
|
||||
|
|
Загрузка…
Ссылка в новой задаче