Skip to content

Commit 7b469aa

Browse files
Merge pull request #1054 from vojtechtrefny/master_fix-keyslot-context-macro
crypto: Fix GType macro for crypto context
2 parents f9eb41d + 178f8e8 commit 7b469aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/plugin_apis/crypto.api

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -755,7 +755,7 @@ struct _BDCryptoKeyslotContext {
755755
};
756756
typedef struct _BDCryptoKeyslotContext BDCryptoKeyslotContext;
757757

758-
#define BD_CRYPTO_KEYSLOT_CONTEXT (bd_crypto_keyslot_context_get_type ())
758+
#define BD_CRYPTO_TYPE_KEYSLOT_CONTEXT (bd_crypto_keyslot_context_get_type ())
759759
GType bd_crypto_keyslot_context_get_type();
760760

761761
/**

0 commit comments

Comments
 (0)