]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/asn1_dsa.c
remove end of line whitespace
[thirdparty/openssl.git] / 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)