summaryrefslogtreecommitdiffstats
path: root/fmt_asn1string.c
diff options
context:
space:
mode:
authorSimon Rettberg2017-05-09 10:05:57 +0200
committerSimon Rettberg2017-05-09 10:05:57 +0200
commit8c081cb1fef6cdfdf4b3d42cc93e97d0d6a59d14 (patch)
tree890ea62f47af0a06db998142810851f618d27bca /fmt_asn1string.c
parentDelete some more unused files (diff)
downloadldadp-8c081cb1fef6cdfdf4b3d42cc93e97d0d6a59d14.tar.gz
ldadp-8c081cb1fef6cdfdf4b3d42cc93e97d0d6a59d14.tar.xz
ldadp-8c081cb1fef6cdfdf4b3d42cc93e97d0d6a59d14.zip
Update tinyldap part
Diffstat (limited to 'fmt_asn1string.c')
-rw-r--r--fmt_asn1string.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fmt_asn1string.c b/fmt_asn1string.c
index e0ef6ac..1fab77f 100644
--- a/fmt_asn1string.c
+++ b/fmt_asn1string.c
@@ -1,5 +1,5 @@
#include "asn1.h"
-#include "byte.h"
+#include <byte.h>
size_t fmt_asn1string(char* dest,enum asn1_tagclass tc,enum asn1_tagtype tt,enum asn1_tag tag,const char* c,size_t l) {
size_t len;