aboutsummaryrefslogtreecommitdiffstats
path: root/src/scepclient/scep.c
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2009-04-15 19:27:39 +0000
committerAndreas Steffen <andreas.steffen@strongswan.org>2009-04-15 19:27:39 +0000
commitccb76a9cc8c819879ddb33bf122448091aef62ab (patch)
treed5be420cc4b360f3e531f12f0d301fb3cfaa1d46 /src/scepclient/scep.c
parentf3ec7ef7de3ac4c25d83163e78840b739c7d8b5a (diff)
downloadstrongswan-ccb76a9cc8c819879ddb33bf122448091aef62ab.tar.bz2
strongswan-ccb76a9cc8c819879ddb33bf122448091aef62ab.tar.xz
scepclient also uses asn1_known_oid()
Diffstat (limited to 'src/scepclient/scep.c')
-rw-r--r--src/scepclient/scep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scepclient/scep.c b/src/scepclient/scep.c
index 1b01044df..75a23878b 100644
--- a/src/scepclient/scep.c
+++ b/src/scepclient/scep.c
@@ -253,7 +253,7 @@ parse_attributes(chunk_t blob, scep_attributes_t *attrs)
switch (objectID)
{
case ATTRIBUTE_OBJ_TYPE:
- oid = known_oid(object);
+ oid = asn1_known_oid(object);
break;
case ATTRIBUTE_OBJ_VALUE:
if (!extract_attribute(oid, object, level, attrs))