Make preprocessor logic more fail-safe.
[openssl.git] / doc / crypto / lhash.pod
index 0bac11421eadddc70fd9729c84aca448981b654b..dcdbb43a8ed6dcc9c22f67b1b594b11d53934e6b 100644 (file)
@@ -286,4 +286,9 @@ lh_error() was added in SSLeay 0.9.1b.
 
 This manpage is derived from the SSLeay documentation.
 
+In OpenSSL 0.9.7, all lhash functions that were passed function pointers
+were changed for better type safety, and the function types LHASH_COMP_FN_TYPE,
+LHASH_HASH_FN_TYPE, LHASH_DOALL_FN_TYPE and LHASH_DOALL_ARG_FN_TYPE 
+became available.
+
 =cut