https://github.com/henrycg/earand
Raw File
Tip revision: 362625f3847ddd2e2d5a90cf5f93b4b3ea76e059 authored by Henry Corrigan-Gibbs on 21 May 2018, 19:54:59 UTC
Merge branch 'master' of github.com:henrycg/earand
Tip revision: 362625f
test_common.h
#ifndef _TEST_COMMON_H
#define _TEST_COMMON_H

#include <openssl/err.h>
#include <openssl/evp.h>

#include "mutest.h"

#define TEST_PARAMS_FILE "params/rsa1024"

#endif

back to top