summary refs log tree commit diff stats
path: root/crypto/tlscredspsk.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/tlscredspsk.c')
-rw-r--r--crypto/tlscredspsk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/tlscredspsk.c b/crypto/tlscredspsk.c
index 287c2a3c96..5b68a6b7ba 100644
--- a/crypto/tlscredspsk.c
+++ b/crypto/tlscredspsk.c
@@ -255,7 +255,7 @@ static const TypeInfo qcrypto_tls_creds_psk_info = {
     .instance_finalize = qcrypto_tls_creds_psk_finalize,
     .class_size = sizeof(QCryptoTLSCredsPSKClass),
     .class_init = qcrypto_tls_creds_psk_class_init,
-    .interfaces = (InterfaceInfo[]) {
+    .interfaces = (const InterfaceInfo[]) {
         { TYPE_USER_CREATABLE },
         { }
     }