summaryrefslogtreecommitdiffstats
path: root/crypto/asn1_dsa.c
diff options
context:
space:
mode:
authorPauli <paul.dale@oracle.com>2019-07-11 22:27:19 +0200
committerPauli <paul.dale@oracle.com>2019-07-11 22:27:19 +0200
commit0d03acea7aa45e94903fb12186ed6cc324eb1b03 (patch)
tree01d0c8bb4ecc6765dc32863e76095c7a90e9cd7c /crypto/asn1_dsa.c
parentConvert asn1_dsa.c to use the WPACKET API instead (diff)
downloadopenssl-0d03acea7aa45e94903fb12186ed6cc324eb1b03.tar.xz
openssl-0d03acea7aa45e94903fb12186ed6cc324eb1b03.zip
remove end of line whitespace
Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/9111)
Diffstat (limited to 'crypto/asn1_dsa.c')
-rw-r--r--crypto/asn1_dsa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/asn1_dsa.c b/crypto/asn1_dsa.c
index 63979d767c..8423ff883f 100644
--- a/crypto/asn1_dsa.c
+++ b/crypto/asn1_dsa.c
@@ -149,7 +149,7 @@ int encode_der_dsa_sig(WPACKET *pkt, const BIGNUM *r, const BIGNUM *s)
/*
* Decodes the DER length octets in pkt and initialises subpkt with the
* following bytes of that length.
- *
+ *
* Returns 1 on success or 0 on failure.
*/
int decode_der_length(PACKET *pkt, PACKET *subpkt)