Message ID | 20221026131558.2393488-3-andrew.zaborowski@intel.com (mailing list archive) |
---|---|
State | Accepted, archived |
Headers | show |
Series | [1/6] time: Add time_realtime_now | expand |
Context | Check | Description |
---|---|---|
tedd_an/pre-ci_am | success | Success |
diff --git a/ell/tls-extensions.c b/ell/tls-extensions.c index 6154df0..7796825 100644 --- a/ell/tls-extensions.c +++ b/ell/tls-extensions.c @@ -785,7 +785,7 @@ ssize_t tls_parse_signature_algorithms(struct l_tls *tls, return ptr + len - buf; } -/* RFC 5462, Section 7.4.1.4.1 */ +/* RFC 5246, Section 7.4.1.4.1 */ static ssize_t tls_signature_algorithms_client_write(struct l_tls *tls, uint8_t *buf, size_t len) {