diff options
author | William Ahern <william@25thandclement.com> | 2016-11-01 15:23:12 -0700 |
---|---|---|
committer | William Ahern <william@25thandclement.com> | 2016-11-01 15:23:12 -0700 |
commit | b83c8a531a8733dfbb4c0eabeca67d303f07922a (patch) | |
tree | 31289f4cb858701f60f66d3ae7693ef75c470f45 /src | |
parent | 94307e3b49ec0519baa1704917cb0d3a4cd374b9 (diff) | |
download | luaossl-b83c8a531a8733dfbb4c0eabeca67d303f07922a.tar.gz luaossl-b83c8a531a8733dfbb4c0eabeca67d303f07922a.tar.bz2 luaossl-b83c8a531a8733dfbb4c0eabeca67d303f07922a.zip |
forgot to remove HAVE_GENERAL_NAME_SET0_VALUE
Diffstat (limited to 'src')
-rw-r--r-- | src/openssl.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/openssl.c b/src/openssl.c index ee51386..ffe3d4f 100644 --- a/src/openssl.c +++ b/src/openssl.c @@ -175,10 +175,6 @@ #define HAVE_EVP_PKEY_ID OPENSSL_PREREQ(1,1,0) #endif -#ifndef HAVE_GENERAL_NAME_SET0_VALUE -#define HAVE_GENERAL_NAME_SET0_VALUE OPENSSL_PREREQ(1,1,0) -#endif - #ifndef HAVE_HMAC_CTX_FREE #define HAVE_HMAC_CTX_FREE OPENSSL_PREREQ(1,1,0) #endif |