From 0e5fbe8aadc28d26530364159152eea636d6bf10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sat, 14 Oct 2006 04:58:51 +0000 Subject: [PATCH] remove der_parse_oid prototype, it was never implemented. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18434 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/asn1/der.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/asn1/der.h b/lib/asn1/der.h index 636db7ee4..e78017313 100644 --- a/lib/asn1/der.h +++ b/lib/asn1/der.h @@ -227,8 +227,6 @@ int heim_bmp_string_cmp(const heim_bmp_string *, const heim_bmp_string *); int heim_universal_string_cmp(const heim_universal_string *, const heim_universal_string *); -int der_parse_oid(const char *, heim_oid *); - int _heim_fix_dce(size_t reallen, size_t *len); int _heim_der_set_sort(const void *, const void *); int _heim_time2generalizedtime (time_t, heim_octet_string *, int);