Fix names in .def file which caused Sunos Debug builds to fail (why didn't any other builds fail?)

This commit is contained in:
relyea%netscape.com 2001-05-02 18:59:16 +00:00
Родитель 8b2bc6b9d6
Коммит ede226f675
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -478,8 +478,8 @@ PK11_CheckSSOPassword;
PK11_GetIVLength;
PK11_GetKeyData;
PK11_GetKeyType;
PK11_GEtLowLevelKeyIDForCert;
PK11_GEtLowLevelKeyIDForPrivateKey;
PK11_GetLowLevelKeyIDForCert;
PK11_GetLowLevelKeyIDForPrivateKey;
PK11_ImportCertForKey;
PK11_IsLoggedIn;
PK11_Logout;