summaryrefslogtreecommitdiffstats
path: root/crypto/asn1_dsa.c
diff options
context:
space:
mode:
authorPauli <paul.dale@oracle.com>2019-07-12 06:27:19 +1000
committerPauli <paul.dale@oracle.com>2019-07-12 06:27:19 +1000
commit0d03acea7aa45e94903fb12186ed6cc324eb1b03 (patch)
tree01d0c8bb4ecc6765dc32863e76095c7a90e9cd7c /crypto/asn1_dsa.c
parentb8805834756434bfc6ee3840e7097e6e1a877905 (diff)
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)