summaryrefslogtreecommitdiffstats
path: root/crypto/heimdal/lib/asn1/asn1-common.h
blob: d3a30f275680d78d46eb1223fc39cedd75b329f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* $Id: asn1-common.h,v 1.1 2000/04/14 15:41:31 joda 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;

#endif
OpenPOWER on IntegriCloud