| OLD | NEW |
| (Empty) |
| 1 /* This Source Code Form is subject to the terms of the Mozilla Public | |
| 2 * License, v. 2.0. If a copy of the MPL was not distributed with this | |
| 3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ | |
| 4 | |
| 5 #ifndef __nssrenam_h_ | |
| 6 #define __nssrenam_h_ | |
| 7 | |
| 8 #define CERT_AddTempCertToPerm __CERT_AddTempCertToPerm | |
| 9 #define PK11_CreateContextByRawKey __PK11_CreateContextByRawKey | |
| 10 #define CERT_ClosePermCertDB __CERT_ClosePermCertDB | |
| 11 #define CERT_DecodeDERCertificate __CERT_DecodeDERCertificate | |
| 12 #define CERT_TraversePermCertsForNickname __CERT_TraversePermCertsForNickname | |
| 13 #define CERT_TraversePermCertsForSubject __CERT_TraversePermCertsForSubject | |
| 14 | |
| 15 #endif /* __nssrenam_h_ */ | |
| OLD | NEW |