mirror of
https://github.com/Martin-P/OpenV2G.git
synced 2024-11-08 12:45:42 +00:00
remove unnecessary characters variable
git-svn-id: https://svn.code.sf.net/p/openv2g/code/trunk@114 d9f2db14-54d0-4bde-b00c-16405c910529
This commit is contained in:
parent
4109da361b
commit
46896659e8
1 changed files with 0 additions and 1 deletions
|
@ -465,7 +465,6 @@ struct iso1KeyValueType {
|
|||
/* Complex type name='http://www.w3.org/2000/09/xmldsig#,X509IssuerSerialType', base type name='anyType', content type='ELEMENT', isAbstract='false', hasTypeId='false', final='0', block='0', particle='("http://www.w3.org/2000/09/xmldsig#":X509IssuerName,"http://www.w3.org/2000/09/xmldsig#":X509SerialNumber)', derivedBy='RESTRICTION'. */
|
||||
#define iso1X509IssuerSerialType_X509IssuerName_CHARACTERS_SIZE 50 + EXTRA_CHAR
|
||||
#define iso1X509IssuerSerialType_X509SerialNumber_BYTES_SIZE 20
|
||||
uint8_t characters[20];
|
||||
struct iso1X509IssuerSerialType {
|
||||
/* element: "http://www.w3.org/2000/09/xmldsig#":X509IssuerName, http://www.w3.org/2001/XMLSchema,string */
|
||||
struct {
|
||||
|
|
Loading…
Reference in a new issue