diff options
Diffstat (limited to 'backends/cryptodev.c')
| -rw-r--r-- | backends/cryptodev.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/cryptodev.c b/backends/cryptodev.c index 51bbe5ce40..79f8882d3b 100644 --- a/backends/cryptodev.c +++ b/backends/cryptodev.c @@ -641,7 +641,7 @@ static const TypeInfo cryptodev_backend_info = { .instance_finalize = cryptodev_backend_finalize, .class_size = sizeof(CryptoDevBackendClass), .class_init = cryptodev_backend_class_init, - .interfaces = (InterfaceInfo[]) { + .interfaces = (const InterfaceInfo[]) { { TYPE_USER_CREATABLE }, { } } |