Don't mix real tabs with tabs expanded as 8 spaces -- that's

a pain to read when using 4-space tabs.
This commit is contained in:
Bodo Möller
1999-06-07 20:26:51 +00:00
parent 9e06f6f601
commit b1c4fe3625
21 changed files with 224 additions and 224 deletions

View File

@@ -71,14 +71,14 @@ int SSL_library_init(void)
EVP_add_cipher(EVP_idea_cbc());
#endif
#ifndef NO_RC4
EVP_add_cipher(EVP_rc4());
EVP_add_cipher(EVP_rc4());
#endif
#ifndef NO_RC2
EVP_add_cipher(EVP_rc2_cbc());
EVP_add_cipher(EVP_rc2_cbc());
#endif
#ifndef NO_MD2
EVP_add_digest(EVP_md2());
EVP_add_digest(EVP_md2());
#endif
#ifndef NO_MD5
EVP_add_digest(EVP_md5());