diff options
author | Sam Roberts <vieuxtech@gmail.com> | 2019-01-31 18:55:30 +0100 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2019-02-05 16:25:11 +0100 |
commit | df4439186fb70ce72668d472943dbcd057df8f30 (patch) | |
tree | a455db2842bae7f6b47c17fa17fc3b20977ab20f /crypto/evp | |
parent | crypto/poly1305/asm/poly1305-s390x.pl: add vx code path. (diff) | |
download | openssl-df4439186fb70ce72668d472943dbcd057df8f30.tar.xz openssl-df4439186fb70ce72668d472943dbcd057df8f30.zip |
Remove unnecessary trailing whitespace
Trim trailing whitespace. It doesn't match OpenSSL coding standards,
AFAICT, and it can cause problems with git tooling.
Trailing whitespace remains in test data and external source.
Reviewed-by: Kurt Roeckx <kurt@roeckx.be>
Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/8092)
Diffstat (limited to 'crypto/evp')
-rw-r--r-- | crypto/evp/e_aes.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/evp/e_aes.c b/crypto/evp/e_aes.c index 8dc523528b..3d2068c80e 100644 --- a/crypto/evp/e_aes.c +++ b/crypto/evp/e_aes.c @@ -3081,7 +3081,7 @@ static int aes_gcm_tls_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, if (out != in || len < (EVP_GCM_TLS_EXPLICIT_IV_LEN + EVP_GCM_TLS_TAG_LEN)) return -1; - + /* * Check for too many keys as per FIPS 140-2 IG A.5 "Key/IV Pair Uniqueness * Requirements from SP 800-38D". The requirements is for one party to the |