Fix spaces.

This commit is contained in:
Nick Mathewson 2016-02-06 14:00:24 -05:00
parent 03371e3d3c
commit 31a27729b9
4 changed files with 4 additions and 1 deletions

View File

@ -380,3 +380,4 @@ aes_set_iv(aes_cnt_cipher_t *cipher, const char *iv)
}
#endif

View File

@ -23,3 +23,4 @@ int evaluate_evp_for_aes(int force_value);
int evaluate_ctr_for_aes(void);
#endif

View File

@ -3155,3 +3155,4 @@ crypto_global_cleanup(void)
}
/** @} */

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