more work
This commit is contained in:
6
scan_ldapstring.c
Normal file
6
scan_ldapstring.c
Normal file
@@ -0,0 +1,6 @@
|
||||
#include <asn1.h>
|
||||
#include <ldap.h>
|
||||
|
||||
int scan_ldapstring(const char* src,const char* max,struct string* s) {
|
||||
return scan_asn1STRING(src,max,&s->s,&s->l);
|
||||
}
|
||||
Reference in New Issue
Block a user