This commit is contained in:
Todd A Ouska
2011-07-13 12:51:04 -07:00
parent 9cd322ba91
commit 7ecb76d455
2 changed files with 6 additions and 4 deletions

View File

@@ -491,6 +491,7 @@ int AddCA(SSL_CTX* ctx, buffer der)
(void)heap;
(void)dynamicType;
(void)pkcs8Enc;
if (type == CERT_TYPE || type == CA_TYPE) {
XSTRNCPY(header, "-----BEGIN CERTIFICATE-----", sizeof(header));