Skip to content

Commit

Permalink
quicapitest: Fix SSL_trace() test on big endian platforms
Browse files Browse the repository at this point in the history
Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from #21411)
  • Loading branch information
t8m committed Jul 14, 2023
1 parent 69aef72 commit b6bf1cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/internal/recordmethod.h
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ typedef struct ossl_record_layer_st OSSL_RECORD_LAYER;
* buffer of payload data in |buf| of length |buflen|.
*/
struct ossl_record_template_st {
int type;
unsigned char type;
unsigned int version;
const unsigned char *buf;
size_t buflen;
Expand Down

0 comments on commit b6bf1cb

Please sign in to comment.