diff options
author | Rob Austein <sra@hactrn.net> | 2016-04-06 04:49:37 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2016-04-06 04:49:37 +0000 |
commit | 007d200523e17d79fd803397ec0c0aaa317c2aa4 (patch) | |
tree | 93f2dc4b9110a4c8907c7159ed190b908478fdff /h/rpki/manifest.h | |
parent | 14c22156a9cd1e48280fad09338bba2ad6b97e7f (diff) |
Start getting ready for OpenSSL 1.1, one deprecated piece of the
OpenSSL API at a time.
svn path=/branches/tk705/; revision=6349
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), |