From 11af1a2758baefab1157755c508d7b7490155bab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bodo=20M=C3=B6ller?= Date: Fri, 18 Jun 1999 18:22:38 +0000 Subject: [PATCH] Clarification. --- CHANGES | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES b/CHANGES index b8d187604a..0902e037ce 100644 --- a/CHANGES +++ b/CHANGES @@ -7,6 +7,10 @@ *) New function "CRYPTO_num_locks" that returns CRYPTO_NUM_LOCKS. Whoever hopes to achieve shared-library compatibility across versions must use this, not the compile-time macro. + (Exercise 0.9.4: Which is the minimum library version required by + such programs?) + Note: All this applies only to multi-threaded programs, others don't + need locks. [Bodo Moeller] *) Add missing case to s3_clnt.c state machine -- one of the new SSL tests -- GitLab