From: Bodo Möller Date: Fri, 26 Oct 2001 14:03:51 +0000 (+0000) Subject: typo X-Git-Tag: OpenSSL_0_9_6c~79 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=70bed0ca2db44c82756ff8e4457558bfbaa10b19;p=oweals%2Fopenssl.git typo --- diff --git a/CHANGES b/CHANGES index 6e9c072ab3..1d34695580 100644 --- a/CHANGES +++ b/CHANGES @@ -6,7 +6,7 @@ *) Disable caching in BIO_gethostbyname(), directly use gethostbyname() instead. BIO_gethostbyname() does not know what timeouts are - appropriate, so entries would stay in cache even when they hade + appropriate, so entries would stay in cache even when they have become invalid. [Bodo Moeller; problem pointed out by Rich Salz