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 @@ | |||
175 | #define HAVE_EVP_PKEY_ID OPENSSL_PREREQ(1,1,0) | 175 | #define HAVE_EVP_PKEY_ID OPENSSL_PREREQ(1,1,0) |
176 | #endif | 176 | #endif |
177 | 177 | ||
178 | #ifndef HAVE_GENERAL_NAME_SET0_VALUE | ||
179 | #define HAVE_GENERAL_NAME_SET0_VALUE OPENSSL_PREREQ(1,1,0) | ||
180 | #endif | ||
181 | |||
182 | #ifndef HAVE_HMAC_CTX_FREE | 178 | #ifndef HAVE_HMAC_CTX_FREE |
183 | #define HAVE_HMAC_CTX_FREE OPENSSL_PREREQ(1,1,0) | 179 | #define HAVE_HMAC_CTX_FREE OPENSSL_PREREQ(1,1,0) |
184 | #endif | 180 | #endif |