Blame nss/lib/nss/nssrenam.h

Packit 40b132
/* This Source Code Form is subject to the terms of the Mozilla Public
Packit 40b132
 * License, v. 2.0. If a copy of the MPL was not distributed with this
Packit 40b132
 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
Packit 40b132
Packit 40b132
#ifndef __nssrenam_h_
Packit 40b132
#define __nssrenam_h_
Packit 40b132
Packit 40b132
#define CERT_AddTempCertToPerm __CERT_AddTempCertToPerm
Packit 40b132
#define PK11_CreateContextByRawKey __PK11_CreateContextByRawKey
Packit 40b132
#define CERT_ClosePermCertDB __CERT_ClosePermCertDB
Packit 40b132
#define CERT_DecodeDERCertificate __CERT_DecodeDERCertificate
Packit 40b132
#define CERT_TraversePermCertsForNickname __CERT_TraversePermCertsForNickname
Packit 40b132
#define CERT_TraversePermCertsForSubject __CERT_TraversePermCertsForSubject
Packit 40b132
Packit 40b132
#endif /* __nssrenam_h_ */