diff options
author | Arne Schwabe <arne@rfc2549.org> | 2019-07-31 11:41:07 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2019-08-05 16:01:34 +0200 |
commit | f72ab87b31044eb5df3a8b6ed802208444d226e3 (patch) | |
tree | c6afbfe714277f688ee2d7609299a97360b2474f | |
parent | 335b63db41633187bfc61b267d94b733fd69689f (diff) |
Remove leftover config.h line
-rw-r--r-- | main/src/main/cpp/openvpn-config/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/src/main/cpp/openvpn-config/config.h b/main/src/main/cpp/openvpn-config/config.h index 5fd637e3..700e0912 100644 --- a/main/src/main/cpp/openvpn-config/config.h +++ b/main/src/main/cpp/openvpn-config/config.h @@ -681,3 +681,4 @@ int res_init(); #define HAVE_X509_GET0_NOTAFTER 1 #define HAVE_OPENSSL_VERSION 1 +#define HAVE_EVP_CIPHER_CTX_RESET |