We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The last time OpenSSL::Cipher was in the docs was 0.18.7, in the latest docs OpenSSL::Cipher is not listed.
Old Docs: https://crystal-lang.org/api/0.18.7/OpenSSL/Cipher.html => Works New Docs: https://crystal-lang.org/api/0.28.0/OpenSSL/Cipher.html => Missing
The text was updated successfully, but these errors were encountered:
Add missing requires to openssl.cr
ecbca52
This makes sure that `require "openssl"` requires everything, and fixes the documentation to include all the OpenSSL modules. Fixes crystal-lang#7770
Add missing requires to openssl.cr (#7803)
10665bf
This makes sure that `require "openssl"` requires everything, and fixes the documentation to include all the OpenSSL modules. Fixes #7770
Successfully merging a pull request may close this issue.
The last time OpenSSL::Cipher was in the docs was 0.18.7, in the latest docs OpenSSL::Cipher is not listed.
Old Docs:
https://crystal-lang.org/api/0.18.7/OpenSSL/Cipher.html => Works
New Docs:
https://crystal-lang.org/api/0.28.0/OpenSSL/Cipher.html => Missing
The text was updated successfully, but these errors were encountered: