]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
remove end of line whitespace
authorPauli <paul.dale@oracle.com>
Thu, 11 Jul 2019 20:27:19 +0000 (06:27 +1000)
committerPauli <paul.dale@oracle.com>
Thu, 11 Jul 2019 20:27:19 +0000 (06:27 +1000)
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/9111)

crypto/asn1_dsa.c

index 63979d767ce45ec037930249d3cfdf2916e90663..8423ff883f4cb1f9aeb302823720e0899d0f65be 100644 (file)
@@ -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)