From 5d186c03b3d282de35ba87478b1b836ab613bea0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Mon, 26 Apr 2004 20:52:36 +0000 Subject: [PATCH] add heim_oid_cmp heim_octet_string_cmp git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@13810 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/asn1/der.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/asn1/der.h b/lib/asn1/der.h index c30041b3d..f80d37036 100644 --- a/lib/asn1/der.h +++ b/lib/asn1/der.h @@ -167,6 +167,9 @@ int copy_oid (const heim_oid *from, heim_oid *to); int copy_nulltype (void *, void *); int copy_utf8string (const heim_utf8_string*, heim_utf8_string*); +int heim_oid_cmp(const heim_oid *, const heim_oid *); +int heim_octet_string_cmp(const heim_octet_string *,const heim_octet_string *); + int fix_dce(size_t reallen, size_t *len); #endif /* __DER_H__ */