add oid and bitstring parsing and formatting to "generic" format string

routines, test them in t10.c
This commit is contained in:
leitner
2011-04-28 21:33:10 +00:00
parent e04ca78ff8
commit dae3ea8024
12 changed files with 181 additions and 50 deletions

2
ldap.h
View File

@@ -1,9 +1,9 @@
#ifndef _LDAP_H
#define _LDAP_H
#include "asn1.h"
#include <stddef.h>
#include <inttypes.h>
#include "asn1.h"
int matchstring(struct string* s,const char* c);
int matchcasestring(struct string* s,const char* c);