diff options
author | Martin Willi <martin@strongswan.org> | 2009-09-04 14:50:23 +0200 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2009-09-04 14:50:23 +0200 |
commit | 323f9f990fb28583bfaaaad04f9934c0f0e62052 (patch) | |
tree | 99a9f789388077bd6b2d51516d45b5d0112e3c9c /src/libstrongswan/plugins/x509/x509_ocsp_request.c | |
parent | 7daf5226b74e14a6e0f1a888b0be26f3d246f9f8 (diff) | |
download | strongswan-323f9f990fb28583bfaaaad04f9934c0f0e62052.tar.bz2 strongswan-323f9f990fb28583bfaaaad04f9934c0f0e62052.tar.xz |
replaces four spaces by tabs, where appropriate
Diffstat (limited to 'src/libstrongswan/plugins/x509/x509_ocsp_request.c')
-rw-r--r-- | src/libstrongswan/plugins/x509/x509_ocsp_request.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstrongswan/plugins/x509/x509_ocsp_request.c b/src/libstrongswan/plugins/x509/x509_ocsp_request.c index 76f82a4d4..baed7fe3b 100644 --- a/src/libstrongswan/plugins/x509/x509_ocsp_request.c +++ b/src/libstrongswan/plugins/x509/x509_ocsp_request.c @@ -230,7 +230,7 @@ static chunk_t build_acceptableResponses(private_x509_ocsp_request_t *this) */ static chunk_t build_requestExtensions(private_x509_ocsp_request_t *this) { - return asn1_wrap(ASN1_CONTEXT_C_2, "m", + return asn1_wrap(ASN1_CONTEXT_C_2, "m", asn1_wrap(ASN1_SEQUENCE, "mm", build_nonce(this), build_acceptableResponses(this))); |