diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2016-09-11 11:38:35 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2016-09-11 11:40:22 +0200 |
commit | 292d4ea7f964644af29505267e43f5536563c8c8 (patch) | |
tree | ced228f2e74758f0fadaaa07f520944780c0bbe6 /doc | |
parent | e9e42baf005f2bca808e49d7dc0e21a484a36915 (diff) | |
download | gnutls-292d4ea7f964644af29505267e43f5536563c8c8.tar.gz |
doc update
Diffstat (limited to 'doc')
-rw-r--r-- | doc/cha-gtls-app.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/cha-gtls-app.texi b/doc/cha-gtls-app.texi index 18f8938697..a28b945475 100644 --- a/doc/cha-gtls-app.texi +++ b/doc/cha-gtls-app.texi @@ -376,7 +376,7 @@ See the function @funcref{gnutls_check_version}. On the other hand, it is often desirable to support more than one versions of the library. In that case you could utilize compile-time -feature checks using the the @code{GNUTLS_VERSION_NUMBER} macro. +feature checks using the @code{GNUTLS_VERSION_NUMBER} macro. For example, to conditionally add code for GnuTLS 3.2.1 or later, you may use: @example #if GNUTLS_VERSION_NUMBER >= 0x030201 |