remove end of line whitespace

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/9111)
This commit is contained in:
Pauli 2019-07-12 06:27:19 +10:00
parent b880583475
commit 0d03acea7a

View 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)