Skip to content

Commit

Permalink
crypto: Fix GType macro for crypto context
Browse files Browse the repository at this point in the history
The convention is to name the macros PREFIX_TYPE_ and we adhere to
it with other types so we should do that here as well.
  • Loading branch information
vojtechtrefny committed Sep 3, 2024
1 parent f9eb41d commit 178f8e8
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 178f8e8

Please sign in to comment.