diff --git a/crypto/tls_prf.c b/crypto/tls_prf.c index 529094d4a..32b58b613 100644 --- a/crypto/tls_prf.c +++ b/crypto/tls_prf.c @@ -20,6 +20,11 @@ * OTHER DEALINGS IN THE SOFTWARE. */ +/* + * For a specification of TLS-PRF see + * https://datatracker.ietf.org/doc/html/rfc5246#section-5 + */ + #include #include "hmac.h"