Add an option to disable cryptographic operations
[bluesky.git] / bluesky / init.c
index 9ce20b9..666f6e8 100644 (file)
@@ -53,6 +53,7 @@ static struct {
     {"BLUESKY_CACHE_SIZE", &bluesky_options.cache_size},
     {"BLUESKY_OPT_FULL_SEGMENTS", &bluesky_options.full_segment_fetches},
     {"BLUESKY_OPT_NO_AGGREGATION", &bluesky_options.disable_aggregation},
+    {"BLUESKY_OPT_NO_CRYPTO", &bluesky_options.disable_crypto},
     {NULL, NULL}
 };