Never run crypto_early_init() more than once
commitc08b47977ef93ddd3b43cede365a352cc87e16bd
authorRoger Dingledine <arma@torproject.org>
Sun, 23 Mar 2014 04:38:17 +0000 (23 00:38 -0400)
committerRoger Dingledine <arma@torproject.org>
Sun, 23 Mar 2014 04:38:17 +0000 (23 00:38 -0400)
treed38aeb7aabbafe1dc5aec8b1f57599f78c206f35
parentf560eeadc38f3146f17c55b0d00799b3ee7d5acf
Never run crypto_early_init() more than once

Previously we had set up all the infrastructure to avoid calling it
after the first time, but didn't actually use it.
src/common/crypto.c