diff options
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/aes.c | 1 | ||||
-rw-r--r-- | src/common/aes.h | 1 | ||||
-rw-r--r-- | src/common/container.c | 1 | ||||
-rw-r--r-- | src/common/crypto.h | 1 | ||||
-rw-r--r-- | src/common/log.h | 1 | ||||
-rw-r--r-- | src/common/test.h | 1 | ||||
-rw-r--r-- | src/common/torint.h | 1 | ||||
-rw-r--r-- | src/common/tortls.c | 1 | ||||
-rw-r--r-- | src/common/tortls.h | 1 |
9 files changed, 0 insertions, 9 deletions
diff --git a/src/common/aes.c b/src/common/aes.c index 1f7195cbc2..455563c8cd 100644 --- a/src/common/aes.c +++ b/src/common/aes.c @@ -812,4 +812,3 @@ void rijndaelEncrypt(const u32 rk[/*4*(Nr + 1)*/], int Nr, const u8 pt[16], u8 c rk[3]; PUTU32(ct + 12, s3); } - diff --git a/src/common/aes.h b/src/common/aes.h index 44e8b00910..693880a7cb 100644 --- a/src/common/aes.h +++ b/src/common/aes.h @@ -28,4 +28,3 @@ void aes_set_counter(aes_cnt_cipher_t *cipher, uint64_t counter); void aes_adjust_counter(aes_cnt_cipher_t *cipher, long delta); #endif - diff --git a/src/common/container.c b/src/common/container.c index f892cd6773..408b49f3d4 100644 --- a/src/common/container.c +++ b/src/common/container.c @@ -649,4 +649,3 @@ int strmap_isempty(strmap_t *map) { return SPLAY_EMPTY(&map->head); } - diff --git a/src/common/crypto.h b/src/common/crypto.h index 06245668cf..8fe50f9692 100644 --- a/src/common/crypto.h +++ b/src/common/crypto.h @@ -160,4 +160,3 @@ void secret_to_key(char *key_out, size_t key_out_len, const char *secret, size_t secret_len, const char *s2k_specifier); #endif - diff --git a/src/common/log.h b/src/common/log.h index bfcb557e6d..d64559ce83 100644 --- a/src/common/log.h +++ b/src/common/log.h @@ -99,4 +99,3 @@ void _log_fn(int severity, const char *format, ...); # define __LOG_H #endif - diff --git a/src/common/test.h b/src/common/test.h index ec613b2c42..957437cdf7 100644 --- a/src/common/test.h +++ b/src/common/test.h @@ -136,4 +136,3 @@ extern int have_failed; } STMT_END #endif - diff --git a/src/common/torint.h b/src/common/torint.h index 96464a29ad..cb6fff1a51 100644 --- a/src/common/torint.h +++ b/src/common/torint.h @@ -250,4 +250,3 @@ typedef uint32_t uintptr_t; #define SIZE_T_CEILING (sizeof(char)<<(sizeof(size_t)*8 - 1)) #endif /* __TORINT_H */ - diff --git a/src/common/tortls.c b/src/common/tortls.c index 900965b1e1..e6e13a0899 100644 --- a/src/common/tortls.c +++ b/src/common/tortls.c @@ -859,4 +859,3 @@ void _check_no_tls_errors(const char *fname, int line) fname, line); tls_log_errors(LOG_WARN, NULL); } - diff --git a/src/common/tortls.h b/src/common/tortls.h index 4d8aba264b..1703b95b62 100644 --- a/src/common/tortls.h +++ b/src/common/tortls.h @@ -51,4 +51,3 @@ unsigned long tor_tls_get_n_bytes_written(tor_tls *tls); void _check_no_tls_errors(const char *fname, int line); #endif - |