SECKEY_DestroyCertList should be CERT_DestroyCertList

This commit is contained in:
nicolson%netscape.com 2001-06-25 19:45:54 +00:00
Родитель 01dd4c6996
Коммит 75a20d1d30
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -2827,7 +2827,7 @@ PK11_ListCertsInSlot(PK11SlotInfo *slot)
(void*)certs);
if( status != SECSuccess ) {
SECKEY_DestroyCertList(certs);
CERT_DestroyCertList(certs);
certs = NULL;
}