X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=crypto%2Focsp%2Focsp_ht.c;h=a0fd825dbf3c9406479aedda87b236d0d3e6d1e0;hp=58774b3f4667ccebd25c1b475973d388b7e3fd73;hb=adf87b2df5bb8038f12947cdc97e2eaa52eb6e8b;hpb=bf0d176e48c6dd44c6cb3250d1e56d9d098f815a;ds=sidebyside diff --git a/crypto/ocsp/ocsp_ht.c b/crypto/ocsp/ocsp_ht.c index 58774b3f46..a0fd825dbf 100644 --- a/crypto/ocsp/ocsp_ht.c +++ b/crypto/ocsp/ocsp_ht.c @@ -80,8 +80,8 @@ OCSP_RESPONSE *OCSP_sendreq_bio(BIO *b, char *path, OCSP_REQUEST *req) int len, retcode; static char req_txt[] = "POST %s HTTP/1.0\r\n\ -Content-Type:application/ocsp-request\r\n\ -Content-length: %d\r\n\r\n"; +Content-Type: application/ocsp-request\r\n\ +Content-Length: %d\r\n\r\n"; len = i2d_OCSP_REQUEST(req, NULL); if(BIO_printf(b, req_txt, path, len) < 0) {