aboutsummaryrefslogtreecommitdiffstats
path: root/src/kdf/tls_prf
diff options
context:
space:
mode:
authorlloyd <[email protected]>2010-06-15 23:23:49 +0000
committerlloyd <[email protected]>2010-06-15 23:23:49 +0000
commit76b57a7c4656f0f5759c34efe8bab664b49cd21d (patch)
tree04d4b4d871606e55bec9bddc8fcb57ddd238d21d /src/kdf/tls_prf
parentbbe5daf0647a2f0953f1d99272b4e8fbf8d3b6b5 (diff)
More Doxygen updates/fixes
Diffstat (limited to 'src/kdf/tls_prf')
-rw-r--r--src/kdf/tls_prf/prf_tls.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/kdf/tls_prf/prf_tls.h b/src/kdf/tls_prf/prf_tls.h
index 6d1787609..c7ad81a97 100644
--- a/src/kdf/tls_prf/prf_tls.h
+++ b/src/kdf/tls_prf/prf_tls.h
@@ -14,8 +14,8 @@
namespace Botan {
-/*
-* TLS PRF
+/**
+* PRF used in TLS 1.0/1.1
*/
class BOTAN_DLL TLS_PRF : public KDF
{
@@ -31,8 +31,8 @@ class BOTAN_DLL TLS_PRF : public KDF
MessageAuthenticationCode* hmac_sha1;
};
-/*
-* TLS 1.2 PRF
+/**
+* PRF used in TLS 1.2
*/
class BOTAN_DLL TLS_12_PRF : public KDF
{