X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=lib%2Fcrypto%2Fpkcs7_parser.h;h=b8234da45a6a25fb2a9b17daeaa8d3666cd2d2b3;hb=7b8b63fb8ead9bd4041ab5424deb465f14ee172a;hp=6565fdc2d4cac2bc49bfa629edde67b875573cb7;hpb=d79ae6aa3087a6434b5ecdb51d20dca20c8e1596;p=oweals%2Fu-boot.git diff --git a/lib/crypto/pkcs7_parser.h b/lib/crypto/pkcs7_parser.h index 6565fdc2d4..b8234da45a 100644 --- a/lib/crypto/pkcs7_parser.h +++ b/lib/crypto/pkcs7_parser.h @@ -5,6 +5,9 @@ * Written by David Howells (dhowells@redhat.com) */ +#ifndef _PKCS7_PARSER_H +#define _PKCS7_PARSER_H + #include #include #include "x509_parser.h" @@ -63,3 +66,4 @@ struct pkcs7_message { size_t data_hdrlen; /* Length of Data ASN.1 header */ const void *data; /* Content Data (or 0) */ }; +#endif /* _PKCS7_PARSER_H */