| 42 | } |
| 43 | |
| 44 | void ElectronicKeyFormat4Delete(ElectronicKeyFormat4 **electronic_key) { |
| 45 | free(*electronic_key); |
| 46 | *electronic_key = NULL; |
| 47 | } |
| 48 | |
| 49 | void ElectronicKeyFormat4SetVendorId(ElectronicKeyFormat4 *const electronic_key, |
| 50 | const CipUint vendor_id) { |