Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit 9d59ffc

Browse files
committed
[[ Bug 19213 ]] Update library names in CEF and SSL stubs
This patch ensures that the library name for revsecurity is `./revsecurity` and the library name for libcef is `CEF/libcef` allowing the weak stubs to use the new library loading API correctly.
1 parent 9fb5793 commit 9d59ffc

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

libcef/libcef.stubs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cef libcef.so libcef.dylib libcef.dll
1+
cef ./CEF/libcef ./CEF/libcef ./CEF/libcef
22
cef_add_cross_origin_whitelist_entry: (pointer,pointer,pointer,integer) -> (integer)
33
cef_add_web_plugin_directory: (pointer) -> ()
44
cef_add_web_plugin_path: (pointer) -> ()

libopenssl/ssl.stubs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
crypto revsecurity.so revsecurity.dylib revsecurity.dll
1+
crypto ./revsecurity ./revsecurity ./revsecurity
22
OPENSSL_config: (pointer) -> ()
33
OPENSSL_init_crypto: (integer, pointer) -> (integer)
44

@@ -194,7 +194,7 @@ crypto revsecurity.so revsecurity.dylib revsecurity.dll
194194
ENGINE_init: (pointer) -> (integer)
195195
ENGINE_load_private_key: (pointer, pointer, pointer, pointer)-> (pointer)
196196

197-
ssl revsecurity.so revsecurity.dylib revsecurity.dll
197+
ssl ./revsecurity ./revsecurity ./revsecurity
198198

199199
OPENSSL_init_ssl: (integer, pointer) -> (integer)
200200

0 commit comments

Comments
 (0)