diff options
author | Rob Austein <sra@hactrn.net> | 2012-10-05 00:37:57 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2012-10-05 00:37:57 +0000 |
commit | 607e3e6a04e66a8213b00652bd8e27d2ab865296 (patch) | |
tree | 306fb091de65d8dbf047257a334f532b54320030 /h/rpki | |
parent | d7bf6c64779f6410c24041663b0f55a134a98db9 (diff) |
Convert another chunk of Python code to use new POW classes. Clean up
PEM and OID code in POW. Add ENTER() macro to make it easier to track
down things like borked reference counts.
svn path=/branches/tk274/; revision=4756
Diffstat (limited to 'h/rpki')
-rw-r--r-- | h/rpki/sk_manifest.h | 2 | ||||
-rw-r--r-- | h/rpki/sk_roa.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/h/rpki/sk_manifest.h b/h/rpki/sk_manifest.h index 01bcb15f..ead7cbe4 100644 --- a/h/rpki/sk_manifest.h +++ b/h/rpki/sk_manifest.h @@ -1,6 +1,6 @@ /* * Automatically generated, do not edit. - * Generator $Id: defstack.awk 3985 2011-09-15 00:04:23Z sra $ + * Generator $Id: defstack.py 4725 2012-09-19 21:28:34Z sra $ */ #ifndef __RPKI_MANIFEST_H__DEFSTACK_H__ diff --git a/h/rpki/sk_roa.h b/h/rpki/sk_roa.h index 6232b5a8..cb5c5e17 100644 --- a/h/rpki/sk_roa.h +++ b/h/rpki/sk_roa.h @@ -1,6 +1,6 @@ /* * Automatically generated, do not edit. - * Generator $Id: defstack.awk 3985 2011-09-15 00:04:23Z sra $ + * Generator $Id: defstack.py 4725 2012-09-19 21:28:34Z sra $ */ #ifndef __RPKI_ROA_H__DEFSTACK_H__ |