diff options
author | lloyd <[email protected]> | 2012-01-16 22:03:28 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2012-01-16 22:03:28 +0000 |
commit | c1d26da5b5b860698e6ab2e000fef11f4b695b1f (patch) | |
tree | e589d842e17033c258dab78db479cd4ca1c797de /src/tls | |
parent | d6ec0f46e79f4b99194f8257e1f226b5ec05fe32 (diff) |
Change TLS feature macro, major API changes. Start documenting
Diffstat (limited to 'src/tls')
-rw-r--r-- | src/tls/info.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tls/info.txt b/src/tls/info.txt index 9473b0ae2..dae015be3 100644 --- a/src/tls/info.txt +++ b/src/tls/info.txt @@ -1,7 +1,7 @@ -define SSL_TLS +define TLS <comment> -The SSL/TLS code is complex, new, and not yet reviewed, there may be +The TLS code is complex, new, and not yet reviewed, there may be serious bugs or security issues. </comment> |