Discover curves dynamically

This commit is contained in:
Bruno Silvestre
2017-06-16 21:03:10 -03:00
parent 5299803bef
commit fc757e1fd0
8 changed files with 79 additions and 74 deletions

View File

@ -12,7 +12,7 @@
#include <openssl/x509v3.h>
#include <lua.h>
#include "config.h"
#include "compat.h"
/* We do not support UniversalString nor BMPString as ASN.1 String types */
enum { LSEC_AI5_STRING, LSEC_UTF8_STRING };