summaryrefslogtreecommitdiffstats
path: root/ssl/t1_lib.c
diff options
context:
space:
mode:
authorPauli <pauli@openssl.org>2021-06-18 17:44:57 +1000
committerPauli <pauli@openssl.org>2021-06-19 15:51:12 +1000
commit5ea4d7648cb2cd23d42850865686390896c6e607 (patch)
tree476dca50fd9a7ae78a792fbef911b08e8f5a5f99 /ssl/t1_lib.c
parente69bde88e44c431412d7cf9f9361b84c95fe549d (diff)
ssl: replace tabs with spaces
Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15824)
Diffstat (limited to 'ssl/t1_lib.c')
-rw-r--r--ssl/t1_lib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssl/t1_lib.c b/ssl/t1_lib.c
index 2ee97c2ae6..3579202c22 100644
--- a/ssl/t1_lib.c
+++ b/ssl/t1_lib.c
@@ -1431,7 +1431,7 @@ static int sigalg_security_bits(SSL_CTX *ctx, const SIGALG_LOOKUP *lu)
* SHA1 at 2^63.4 and MD5+SHA1 at 2^67.2
* https://documents.epfl.ch/users/l/le/lenstra/public/papers/lat.pdf
* puts a chosen-prefix attack for MD5 at 2^39.
- */
+ */
if (md_type == NID_sha1)
secbits = 64;
else if (md_type == NID_md5_sha1)