Richard Levitte

Results 289 comments of Richard Levitte

Oh silly me, I didn't notice that you used the _PTR form. To your question, the _PTR variant is intended to be used when the pointer itself is the data,...

This was solved on the master branch with #27. @beldmit, should I backport that? The above is exactly the sort of issue you get into when you treat what's to...

Well, the Linux model is really not better, you just happen to cheat a lot :wink:

Essentially, a plugin is not a shared library and vice versa, conceptually speaking. But, on some platforms, this is just a naming difference, while on others, the difference is more...

@x87-va, this is a quick hack that should probably produce what you want. Beware, though, that the tests will fail miserably, they aren't prepared for this... ``` diff diff --git...

Yeah, I'll look through that, it didn't get right on Linux even, for reasons that currently escape me. Be back in a day or two

(this reminds me: I actually have access to a Mac since recently!)

That *is* an interesting question. What openssl version is this?

> ``` > Thread 0 Crashed:: Dispatch queue: com.apple.main-thread > 0 libsystem_pthread.dylib 0x00007fff203adb7b pthread_rwlock_wrlock + 0 > 1 libcrypto.1.1.dylib 0x000000010f09ddc9 CRYPTO_THREAD_write_lock + 9 > 2 libcrypto.1.1.dylib 0x000000010f01d9ac engine_table_register + 52...