aboutsummaryrefslogtreecommitdiff
path: root/src/misc/config.c
blob: 78b44cae78d848eb2ef0d031302a01321b591fc8 (plain)
1
2
3
4
5
6
7
8
/*
 * ecgen, tool for generating Elliptic curve domain parameters
 * Copyright (C) 2017-2018 J08nY
 */
#include "config.h"

config_t cfg_s;
config_t *cfg = &cfg_s;