Skip to content

Commit 3784b27

Browse files
authored
Merge pull request ruby#676 from p8/fix/ocsp-documentation
Fix OCSP documentation
2 parents a685991 + 89a1c82 commit 3784b27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/openssl/ossl_ocsp.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1701,7 +1701,7 @@ Init_ossl_ocsp(void)
17011701
* require 'net/http'
17021702
*
17031703
* http_response =
1704-
* Net::HTTP.start ocsp_uri.hostname, ocsp.port do |http|
1704+
* Net::HTTP.start ocsp_uri.hostname, ocsp_uri.port do |http|
17051705
* http.post ocsp_uri.path, request.to_der,
17061706
* 'content-type' => 'application/ocsp-request'
17071707
* end

0 commit comments

Comments
 (0)