Skip to content

Commit a1652cc

Browse files
committed
Remove unload function
1 parent 5cb8433 commit a1652cc

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

NEWS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2.3.2
2+
- Remove R_unload_openssl() as it may interfere with other packages
3+
14
2.3.1
25
- Fix case base64_decode(NA) for libssl 3.4.0 (#130)
36
- Refactor to build with R_NO_REMAP

src/onload.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,3 @@ void R_init_openssl(DllInfo *info) {
3131
SSL_load_error_strings();
3232
SSL_library_init();
3333
}
34-
35-
void R_unload_openssl(DllInfo *info) {
36-
ERR_free_strings();
37-
EVP_cleanup();
38-
}

0 commit comments

Comments
 (0)