diff --git a/src/libtls/tls.c b/src/libtls/tls.c index 6e2955814..6a8d5030c 100644 --- a/src/libtls/tls.c +++ b/src/libtls/tls.c @@ -171,15 +171,15 @@ struct private_tls_t { */ size_t outpos; - /** - * Partial TLS record header received - */ - tls_record_t head; - /** * Position in partially received record header */ size_t headpos; + + /** + * Partial TLS record header received + */ + tls_record_t head; }; /**