mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
Fix documentation of initialized fields in crypto_init.c
This commit is contained in:
parent
3b10108a2a
commit
70c27b7e39
@ -23,10 +23,10 @@
|
||||
|
||||
#include "siphash.h"
|
||||
|
||||
/** Boolean: has OpenSSL's crypto been initialized? */
|
||||
/** Boolean: has our crypto library been initialized? (early phase) */
|
||||
static int crypto_early_initialized_ = 0;
|
||||
|
||||
/** Boolean: has OpenSSL's crypto been initialized? */
|
||||
/** Boolean: has our crypto library been initialized? (late phase) */
|
||||
static int crypto_global_initialized_ = 0;
|
||||
|
||||
static int have_seeded_siphash = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user