diff options
author | Stef Walter <stef@thewalter.net> | 2013-06-24 13:34:30 +0200 |
---|---|---|
committer | Stef Walter <stef@thewalter.net> | 2013-06-25 13:27:01 +0200 |
commit | 069c52a10cc4c4c06de8a4d83ddb3755e40be7a4 (patch) | |
tree | 039013d0a4c0e53050204c92d4028e2419f80461 /common/basic.asn.h | |
parent | 5489a1456c5a6f320bd2b3aa849f36f10d538e81 (diff) |
Reorganize various components
* p11-kit library and tool in the p11-kit/ subdirectory
* trust module and new trust tool in trust/ subdirectory
* No more tools/ subdirectory
* Lots less in the common/ subdirectory
Diffstat (limited to 'common/basic.asn.h')
-rw-r--r-- | common/basic.asn.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/common/basic.asn.h b/common/basic.asn.h deleted file mode 100644 index b63447b..0000000 --- a/common/basic.asn.h +++ /dev/null @@ -1,13 +0,0 @@ -#if HAVE_CONFIG_H -# include "config.h" -#endif - -#include <libtasn1.h> - -const ASN1_ARRAY_TYPE basic_asn1_tab[] = { - { "BASIC", 536872976, NULL }, - { NULL, 1073741836, NULL }, - { "Any", 1073741837, NULL }, - { "ObjectIdentifier", 12, NULL }, - { NULL, 0, NULL } -}; |