| 4585 | |
| 4586 | #if defined(HAVE_OPENSSL) && !defined(HAVE_YASSL) |
| 4587 | static unsigned long openssl_id_function() |
| 4588 | { |
| 4589 | return (unsigned long) pthread_self(); |
| 4590 | } |
| 4591 | |
| 4592 | |
| 4593 | static openssl_lock_t *openssl_dynlock_create(const char *file, int line) |
nothing calls this directly
no outgoing calls
no test coverage detected