Skip to content

Commit

Permalink
Merge pull request #1054 from vojtechtrefny/master_fix-keyslot-contex…
Browse files Browse the repository at this point in the history
…t-macro

crypto: Fix GType macro for crypto context
  • Loading branch information
vojtechtrefny authored Sep 9, 2024
2 parents f9eb41d + 178f8e8 commit 7b469aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/plugin_apis/crypto.api
Original file line number Diff line number Diff line change
Expand Up @@ -755,7 +755,7 @@ struct _BDCryptoKeyslotContext {
};
typedef struct _BDCryptoKeyslotContext BDCryptoKeyslotContext;

#define BD_CRYPTO_KEYSLOT_CONTEXT (bd_crypto_keyslot_context_get_type ())
#define BD_CRYPTO_TYPE_KEYSLOT_CONTEXT (bd_crypto_keyslot_context_get_type ())
GType bd_crypto_keyslot_context_get_type();

/**
Expand Down

0 comments on commit 7b469aa

Please sign in to comment.