diff options
Diffstat (limited to 'h/rpki/manifest.h')
-rw-r--r-- | h/rpki/manifest.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/h/rpki/manifest.h b/h/rpki/manifest.h index 0e6cd531..83d180a7 100644 --- a/h/rpki/manifest.h +++ b/h/rpki/manifest.h @@ -66,7 +66,9 @@ typedef struct FileAndHash_st { ASN1_BIT_STRING *hash; } FileAndHash; +#ifdef DECLARE_STACK_OF DECLARE_STACK_OF(FileAndHash) +#endif ASN1_SEQUENCE(FileAndHash) = { ASN1_SIMPLE(FileAndHash, file, ASN1_IA5STRING), |