tls-cipher-suites: Correct instance_size
authorEduardo Habkost <ehabkost@redhat.com>
Wed, 26 Aug 2020 17:10:05 +0000 (13:10 -0400)
committerEduardo Habkost <ehabkost@redhat.com>
Wed, 2 Sep 2020 11:29:25 +0000 (07:29 -0400)
commita7c893a1c4df756fdd14413f42d2732150b3e089
treebc52a3e91ab20931a971b94885f95ff8579d6b33
parentedf632ee66f957dbd410e7a55e3bdd02bca9d112
tls-cipher-suites: Correct instance_size

We do have a QCryptoTLSCipherSuites struct.  It must be used when
setting instance_size of the QOM type.  Luckily this never caused
problems because the QCryptoTLSCipherSuites struct has only a
parent_obj field and nothing else.

Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Message-Id: <20200826171005.4055015-5-ehabkost@redhat.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
crypto/tls-cipher-suites.c