Sign in
flutter
/
third_party
/
openssl
/
ad3819c29ed91ee31ebc806939e6104970694811
/
.
/
demos
/
threads
/
README
blob: d8f358b8bf5cd586af8d58e0e80b083ea30cba8f [
file
] [
log
] [
blame
]
This
shows how to
set
up the
OpenSSL
callbacks
for
use
in
multi
-
threaded programs
.
Two
implementations
,
one
for
Win32
native
and
one
for
pthreads
,
are provided
in
th
-
lock
.
c A test program
is
in
mttest
.
c
Build
scripts are
in
pthread
.
sh
and
win32
.
bat