From 007d200523e17d79fd803397ec0c0aaa317c2aa4 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Wed, 6 Apr 2016 04:49:37 +0000 Subject: Start getting ready for OpenSSL 1.1, one deprecated piece of the OpenSSL API at a time. svn path=/branches/tk705/; revision=6349 --- h/rpki/manifest.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'h/rpki/manifest.h') 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), -- cgit v1.2.3