jox
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8186 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
16
lib/asn1/asn1-common.h
Normal file
16
lib/asn1/asn1-common.h
Normal file
@@ -0,0 +1,16 @@
|
||||
/* $Id$ */
|
||||
|
||||
#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
|
Reference in New Issue
Block a user