diff options
author | Martin Willi <martin@strongswan.org> | 2009-09-04 14:58:05 +0200 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2009-09-04 15:00:19 +0200 |
commit | b9b8a98f472aed6c60dd992ad97776eaa188ea9e (patch) | |
tree | 23d2a960db77b4e30ab985c9a00bd99d0950ef0e /src/pluto/pkcs7.c | |
parent | 323f9f990fb28583bfaaaad04f9934c0f0e62052 (diff) | |
download | strongswan-b9b8a98f472aed6c60dd992ad97776eaa188ea9e.tar.bz2 strongswan-b9b8a98f472aed6c60dd992ad97776eaa188ea9e.tar.xz |
remove spaces within tabs (\t( )+\t)
Diffstat (limited to 'src/pluto/pkcs7.c')
-rw-r--r-- | src/pluto/pkcs7.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pluto/pkcs7.c b/src/pluto/pkcs7.c index e6b085f78..edeb5ae12 100644 --- a/src/pluto/pkcs7.c +++ b/src/pluto/pkcs7.c @@ -758,7 +758,7 @@ chunk_t pkcs7_build_envelopedData(chunk_t data, const x509cert_t *cert, int enc_ in.ptr = malloc(in.len); DBG2("padding %u bytes of data to multiple block size of %u bytes", - data.len, in.len); + data.len, in.len); /* copy data */ memcpy(in.ptr, data.ptr, data.len); |