зеркало из https://github.com/mozilla/pjs.git
Need to call SSL_ClearSessionCache before calling NSS_Shutdown.
This commit is contained in:
Родитель
bc3db67997
Коммит
388899d82d
|
@ -1144,6 +1144,7 @@ main(int argc, char **argv)
|
|||
(certsTested != connections);
|
||||
|
||||
exitVal = ( exitVal || failed_already );
|
||||
SSL_ClearSessionCache();
|
||||
if (NSS_Shutdown() != SECSuccess) {
|
||||
exit(1);
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче