diff options
author | Rob Austein <sra@hactrn.net> | 2012-09-19 21:28:34 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2012-09-19 21:28:34 +0000 |
commit | c5ae5ad3053be9b246dec019a5a1c0e3f310a477 (patch) | |
tree | 01053007537c4005b6936b8f357879ec91faf579 /rcynic/rcynic.c | |
parent | e84b489d2676abe1e9f7ebc78a0f06a2141d1c58 (diff) |
Move ASN.1 definitions for ROAs and Manifests to common header files
used by all the C programs.
svn path=/branches/tk274/; revision=4725
Diffstat (limited to 'rcynic/rcynic.c')
-rw-r--r-- | rcynic/rcynic.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/rcynic/rcynic.c b/rcynic/rcynic.c index ccf91d6b..5b6630b7 100644 --- a/rcynic/rcynic.c +++ b/rcynic/rcynic.c @@ -77,10 +77,12 @@ #include <openssl/asn1t.h> #include <openssl/cms.h> +#include <rpki/roa.h> +#include <rpki/manifest.h> + #include "bio_f_linebreak.h" #include "defstack.h" -#include "defasn1.h" /* * Whether to run the old slow STACK-based validation_status lookup in |