On Sun, Mar 22, 2015 at 12:12 AM, Sebastian Hahn
wrote:
> Hi there,
>
> we have some functions which we never call anywhere. In many cases, it
> appears we shouldn't delete them from the source because they "belong"
> there - the thing I initially stumbled across was
> ed25519_seckey_write_to_file
Hi teor,
> On 22 Mar 2015, at 14:41, teor wrote:
>> Date: Sun, 22 Mar 2015 05:12:03 +0100
>> From: Sebastian Hahn
>> To: tor-dev@lists.torproject.org
>>
>> Hi there,
>>
>> we have some functions which we never call anywhere. In many cases, it
>> appears we shouldn't delete them from the source
> Date: Sun, 22 Mar 2015 05:12:03 +0100
> From: Sebastian Hahn
> To: tor-dev@lists.torproject.org
>
> Hi there,
>
> we have some functions which we never call anywhere. In many cases, it
> appears we shouldn't delete them from the source because they "belong"
> there - the thing I initially stu