diff options
Diffstat (limited to 'cmd/pp/pp.c')
-rw-r--r-- | cmd/pp/pp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/pp/pp.c b/cmd/pp/pp.c index 31e766112..73bf0764e 100644 --- a/cmd/pp/pp.c +++ b/cmd/pp/pp.c @@ -136,7 +136,7 @@ int main(int argc, char **argv) if (PORT_Strcmp(typeTag, SEC_CT_CERTIFICATE) == 0 || PORT_Strcmp(typeTag, "c") == 0) { rv = SECU_PrintSignedData(outFile, &data, "Certificate", 0, - SECU_PrintCertificate); + (SECU_PPFunc)SECU_PrintCertificate); } else if (PORT_Strcmp(typeTag, SEC_CT_CERTIFICATE_ID) == 0 || PORT_Strcmp(typeTag, "ci") == 0) { rv = SECU_PrintSignedContent(outFile, &data, 0, 0, |