summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-12-19 22:10:12 +0000
committerRichard Levitte <levitte@openssl.org>2002-12-19 22:10:12 +0000
commit9cd16b1deab9a2d4c2bae0cecfd3f3bfe13f851a (patch)
treed00cbba7153bb35b467b581bc112f74bdc939bbf /CHANGES
parent12cd28258d4bab2a89b0b8ebe7127e1e06f3c0fb (diff)
We stupidly had a separate LIBKRB5 variable for KRB5 library dependencies,
and then didn't support it very well. And that when there already is a useful variable for exactly this kind of thing; EX_LIBS...
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index b760f49c18..0922acb089 100644
--- a/CHANGES
+++ b/CHANGES
@@ -352,6 +352,11 @@ TODO: bug: pad x with leading zeros if necessary
Changes between 0.9.6h and 0.9.7 [XX xxx 2002]
+ *) Change the declaration of needed Kerberos libraries to use EX_LIBS
+ instead of the special (and badly supported) LIBKRB5. LIBKRB5 is
+ removed entirely.
+ [Richard Levitte]
+
*) The hw_ncipher.c engine requires dynamic locks. Unfortunately, it
seems that in spite of existing for more than a year, many application
author have done nothing to provide the necessary callbacks, which