]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Fix spaces.
authorNick Mathewson <nickm@torproject.org>
Sat, 6 Feb 2016 19:00:24 +0000 (14:00 -0500)
committerNick Mathewson <nickm@torproject.org>
Sat, 6 Feb 2016 19:00:24 +0000 (14:00 -0500)
src/common/aes.c
src/common/aes.h
src/common/crypto.c
src/test/test_tortls.c

index 44b99214f2bbc8f9923c5076db1d26c5e111a6e7..fd2043372e42e18570fc8b42962636515eb10c3a 100644 (file)
@@ -380,3 +380,4 @@ aes_set_iv(aes_cnt_cipher_t *cipher, const char *iv)
 }
 
 #endif
+
index c1e5c53fccfdbef8cbcc0e704dafb6b21753fad7..bd0456511ba2de90b63ffce9625f1e434f096269 100644 (file)
@@ -23,3 +23,4 @@ int evaluate_evp_for_aes(int force_value);
 int evaluate_ctr_for_aes(void);
 
 #endif
+
index 5714eeafdf2e6c3dc384ad50efdb0fad7c0f708d..372869d41e70e8a76343d124b65f62d8805ea173 100644 (file)
@@ -3155,3 +3155,4 @@ crypto_global_cleanup(void)
 }
 
 /** @} */
+
index 71b3863963e713a2f02025bbb8121412d447edcd..138485c971d46ee56ea9951cab0b0cbe1c738449 100644 (file)
@@ -1612,7 +1612,7 @@ test_tortls_block_renegotiation(void *ignored)
   tt_assert(!(tls->ssl->s3->flags &
               SSL3_FLAGS_ALLOW_UNSAFE_LEGACY_RENEGOTIATION));
 #endif
-  
+
  done:
   tor_free(tls->ssl->s3);
   tor_free(tls->ssl);