X-Git-Url: http://git.vrable.net/?a=blobdiff_plain;f=bluesky%2Finit.c;h=666f6e8e7d22285da5ccd128ae9f1868e2f83613;hb=fed8d93caec822aded82cdd96c783a9ccf156f7b;hp=9ce20b9e05500b14a8f49d43f6c0af1da63e1a40;hpb=89abfdf52a35cd78e921bc7b6f44c346ddde9bd4;p=bluesky.git diff --git a/bluesky/init.c b/bluesky/init.c index 9ce20b9..666f6e8 100644 --- a/bluesky/init.c +++ b/bluesky/init.c @@ -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} };