$ cat /proc/405546/maps | grep mysslverify
7ff5daca5000-7ff5daca6000 r--p 00000000 103:01 8523479 /usr/lib64/mysslverify.so
7ff5daca6000-7ff5daca7000 r-xp 00001000 103:01 8523479 /usr/lib64/mysslverify.so
7ff5daca7000-7ff5daca8000 r--p 00002000 103:01 8523479 /usr/lib64/mysslverify.so
7ff5daca8000-7ff5daca9000 r--p 00002000 103:01 8523479 /usr/lib64/mysslverify.so
7ff5daca9000-7ff5dacaa000 rw-p 00003000 103:01 8523479 /usr/lib64/mysslverify.so
However, the library is not being "preloaded", e.g. loaded before other libs. The map output shows mysslverify.so with a larger address than the standard OpenSSL libraries, which per the stack overflow link at the start of this email says it will not be executed.