aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/crypto/pkcs9.c
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2009-09-04 14:50:23 +0200
committerMartin Willi <martin@strongswan.org>2009-09-04 14:50:23 +0200
commit323f9f990fb28583bfaaaad04f9934c0f0e62052 (patch)
tree99a9f789388077bd6b2d51516d45b5d0112e3c9c /src/libstrongswan/crypto/pkcs9.c
parent7daf5226b74e14a6e0f1a888b0be26f3d246f9f8 (diff)
downloadstrongswan-323f9f990fb28583bfaaaad04f9934c0f0e62052.tar.bz2
strongswan-323f9f990fb28583bfaaaad04f9934c0f0e62052.tar.xz
replaces four spaces by tabs, where appropriate
Diffstat (limited to 'src/libstrongswan/crypto/pkcs9.c')
-rw-r--r--src/libstrongswan/crypto/pkcs9.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libstrongswan/crypto/pkcs9.c b/src/libstrongswan/crypto/pkcs9.c
index 9585e54f1..cb99ccd85 100644
--- a/src/libstrongswan/crypto/pkcs9.c
+++ b/src/libstrongswan/crypto/pkcs9.c
@@ -249,7 +249,7 @@ static void build_encoding(private_pkcs9_t *this)
while (iterator->iterate(iterator, (void**)&attribute))
{
memcpy(pos, attribute->encoding.ptr, attribute->encoding.len);
- pos += attribute->encoding.len;
+ pos += attribute->encoding.len;
}
iterator->destroy(iterator);
}
@@ -428,7 +428,7 @@ static bool parse_attributes(chunk_t chunk, int level0, private_pkcs9_t* this)
if (type != ASN1_EOC)
{
- if (!asn1_parse_simple_object(&object, type,
+ if (!asn1_parse_simple_object(&object, type,
parser->get_level(parser)+1,
oid_names[oid].name))
{