Skip to content

Commit

Permalink
KEYS: Add forward declaration in asymmetric-parser.h
Browse files Browse the repository at this point in the history
Add forward declaration for struct key_preparsed_payload so that
this header file is self-contained.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
  • Loading branch information
herbertx committed Jun 23, 2023
1 parent 6cb8815 commit b6d0695
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/keys/asymmetric-parser.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
#ifndef _KEYS_ASYMMETRIC_PARSER_H
#define _KEYS_ASYMMETRIC_PARSER_H

struct key_preparsed_payload;

/*
* Key data parser. Called during key instantiation.
*/
Expand Down

0 comments on commit b6d0695

Please sign in to comment.