example/opensslthreadlock: remove

This shows how to setup OpenSSL mutex callbacks, but this is not
necessary since OpenSSL 1.1.0 - meaning that no currently supported
OpenSSL version requires this anymore

Closes #11341
This commit is contained in:
Daniel Stenberg 2023-06-19 09:19:56 +02:00
parent 2c5c7abb15
commit ff1e885632
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
2 changed files with 0 additions and 98 deletions

View file

@ -141,7 +141,6 @@ COMPLICATED_EXAMPLES = \
multi-event.c \
multi-uv.c \
multithread.c \
opensslthreadlock.c \
sessioninfo.c \
smooth-gtk-thread.c \
synctime.c \