1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-26 10:04:02 +03:00

r1760: name the struct

(This used to be commit 512c410860a5947c94187454d7220ad1df08a6c0)
This commit is contained in:
Simo Sorce 2004-08-12 06:31:55 +00:00 committed by Gerald (Jerry) Carter
parent 13a579df87
commit 76abf79a5f

View File

@ -27,7 +27,7 @@ struct nesting {
struct nesting *next;
};
typedef struct {
typedef struct asn1_data {
uint8_t *data;
size_t length;
off_t ofs;