Make options_init_from_torrc smaller
options_init_from_torrc is a very large function that implements some of the tor command line options inside it. These could be easily split into each own function.
options_init_from_torrc is a very large function that implements some of the tor command line options inside it. These could be easily split into each own function.