diff options
author | Simon Josefsson <simon@josefsson.org> | 2007-09-24 13:03:57 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2007-09-24 13:03:57 +0200 |
commit | 8c17f759104e26a1ddb6084b2798e2ad338843b5 (patch) | |
tree | 0d99d0a5e8a0b91fe72bab67d7ad935f965e56e8 | |
parent | d541e34c0e89a4aea3ac8f4a02fdbc3f5378decd (diff) | |
download | gnutls-8c17f759104e26a1ddb6084b2798e2ad338843b5.tar.gz |
Add fixes, for trac.
-rw-r--r-- | NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -9,7 +9,7 @@ See the end for copying conditions. Camellia is only enabled in GnuTLS if the installed libgcrypt has been compiled with Camellia support. See the libgcrypt documentation on how to enable it. Unconditionally disable it using the configure -option --disable-camellia. +option --disable-camellia. Fixes #1. ** API and ABI modifications: No changes since last version. @@ -20,6 +20,7 @@ No changes since last version. The support is disabled by default. Since no value has been allocated by the IANA for this extension yet, you will need to provide one yourself by invoking './configure --enable-opaque-prf-input=42'. +Fixes #2. ** Example code: Fix compilation flaw under MinGW. |