Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/ocspd/response.c
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ int sign_ocsp_response(PKI_X509_OCSP_RESP *resp, OCSPD_CONFIG *conf, PKI_X509_CE
ASN1_BIT_STRING_set_bit((PKI_STRING *)signature, i, 1);
}

if (PKI_OK != PKI_X509_OCSP_resp_bytes_encode(resp))
if (PKI_OK != PKI_X509_OCSP_RESP_bytes_encode(resp))
return PKI_ERR;

/*
Expand Down