diff options
Diffstat (limited to 'crypto/heimdal/lib/asn1/asn1-common.h')
-rw-r--r-- | crypto/heimdal/lib/asn1/asn1-common.h | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/crypto/heimdal/lib/asn1/asn1-common.h b/crypto/heimdal/lib/asn1/asn1-common.h deleted file mode 100644 index 251d401d5608e..0000000000000 --- a/crypto/heimdal/lib/asn1/asn1-common.h +++ /dev/null @@ -1,21 +0,0 @@ -/* $Id: asn1-common.h,v 1.2 2001/09/25 13:39:25 assar Exp $ */ - -#include <stddef.h> -#include <time.h> - -#ifndef __asn1_common_definitions__ -#define __asn1_common_definitions__ - -typedef struct octet_string { - size_t length; - void *data; -} octet_string; - -typedef char *general_string; - -typedef struct oid { - size_t length; - unsigned *components; -} oid; - -#endif |