Commit 6f8db4e6 authored by Matt Caswell's avatar Matt Caswell
Browse files

Use an explicit name for the struct for definition of RAW_EXTENSION

parent 9529419d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1624,7 +1624,7 @@ typedef struct ssl3_comp_st {
} SSL3_COMP;
# endif

typedef struct {
typedef struct raw_extension_st {
    unsigned int type;
    PACKET data;
} RAW_EXTENSION;