We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cb8433 commit a1652ccCopy full SHA for a1652cc
NEWS
@@ -1,3 +1,6 @@
1
+2.3.2
2
+ - Remove R_unload_openssl() as it may interfere with other packages
3
+
4
2.3.1
5
- Fix case base64_decode(NA) for libssl 3.4.0 (#130)
6
- Refactor to build with R_NO_REMAP
src/onload.c
@@ -31,8 +31,3 @@ void R_init_openssl(DllInfo *info) {
31
SSL_load_error_strings();
32
SSL_library_init();
33
}
34
-
35
-void R_unload_openssl(DllInfo *info) {
36
- ERR_free_strings();
37
- EVP_cleanup();
38
-}
0 commit comments