Skip to content

Commit

Permalink
Mark OCSP tests as passing.
Browse files Browse the repository at this point in the history
  • Loading branch information
aardvark179 committed May 15, 2017
1 parent 03d43e3 commit 3896217
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions test/mri/excludes/OpenSSL/TestOCSP.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
exclude :test_new_certificate_id, "needs investigation"
exclude :test_new_certificate_id_with_digest, "needs investigation"
exclude :test_new_ocsp_request, "needs investigation"
# exclude :test_new_certificate_id, "needs investigation"
# exclude :test_new_certificate_id_with_digest, "needs investigation"
# exclude :test_new_ocsp_request, "needs investigation"
2 changes: 1 addition & 1 deletion truffleruby/src/main/c/openssl/extconf.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
ENGINE_LOAD_AESNI
EVP_CIPHER_CTX_ENGINE
AUTHENTICATED_ENCRYPTION
OPENSSL_OCSP_H
]

$CFLAGS += " -I #{ENV['OPENSSL_INCLUDE']} #{have_flags.map { |h| "-DHAVE_#{h}" }.join(' ')}"
Expand Down Expand Up @@ -77,7 +78,6 @@
DH_GENERATE_PARAMETERS_EX
DSA_GENERATE_PARAMETERS_EX
RSA_GENERATE_KEY_EX
OPENSSL_OCSP_H
EVP_CIPHER_CTX_FLAGS
ST_FLAGS
ST_ENGINE
Expand Down

0 comments on commit 3896217

Please sign in to comment.