Skip to content

Commit

Permalink
Merge pull request #676 from p8/fix/ocsp-documentation
Browse files Browse the repository at this point in the history
Fix OCSP documentation
  • Loading branch information
rhenium authored Aug 31, 2023
2 parents a685991 + 89a1c82 commit 3784b27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/openssl/ossl_ocsp.c
Original file line number Diff line number Diff line change
Expand Up @@ -1701,7 +1701,7 @@ Init_ossl_ocsp(void)
* require 'net/http'
*
* http_response =
* Net::HTTP.start ocsp_uri.hostname, ocsp.port do |http|
* Net::HTTP.start ocsp_uri.hostname, ocsp_uri.port do |http|
* http.post ocsp_uri.path, request.to_der,
* 'content-type' => 'application/ocsp-request'
* end
Expand Down

0 comments on commit 3784b27

Please sign in to comment.