summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2015-08-07 14:14:44 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2015-08-07 14:14:44 +0200
commit6c800966ef1105aedd870a65480353ef31e44ebe (patch)
tree931fe717fa5befccf1cc94c5a0e719257d6a7a55 /doc
parent27468ab3816caca78ac14808feb4570310177da7 (diff)
downloadgnutls-6c800966ef1105aedd870a65480353ef31e44ebe.tar.gz
mention version macro
Diffstat (limited to 'doc')
-rw-r--r--doc/TODO4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/TODO b/doc/TODO
index 22172ca693..f8b5b97c5c 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -3,6 +3,10 @@ anything), contact the developer's mailing list (gnutls-dev@lists.gnupg.org),
in order to avoid having people working on the same thing.
Current list:
+* Add a check version macro that allows the compiler to optimize it out
+ when compiling with new gnutls versions. E.g.,
+ #define gnutls_check_version(x) ( x >= BUILD_TIME_GNUTLS_VERSION ||
+ gnutls_runtime_check_version(x) )
* Add API to allow multiplexing multiple streams under DTLS. The streams
should be identified by the application using the raw packet, via a
callback.