sign directories with the signing key

svn:r274
This commit is contained in:
Roger Dingledine
2003-05-07 22:40:03 +00:00
parent 0f17d09066
commit 2c7e660c62
7 changed files with 49 additions and 17 deletions
-1
View File
@@ -52,7 +52,6 @@ void command_process_cell(cell_t *cell, connection_t *conn) {
current_second = now.tv_sec;
}
log(LOG_DEBUG,"command_process_cell(): Examining cell type %d.", cell->command);
switch(cell->command) {
case CELL_PADDING:
/* do nothing */