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

config_t cfg_s;
config_t *cfg = &cfg_s;