diff options
| author | J08nY | 2024-03-28 09:33:08 +0100 |
|---|---|---|
| committer | J08nY | 2024-03-28 09:33:08 +0100 |
| commit | 406686271910acb7d20e4669d856d22c4d1494b9 (patch) | |
| tree | 83a5e0f321efcf9fd8a4d5aecec29a19c852a568 /standalone | |
| parent | 6945707a9b34acb275506bd89010b3d3e92c16c8 (diff) | |
| download | ECTester-406686271910acb7d20e4669d856d22c4d1494b9.tar.gz ECTester-406686271910acb7d20e4669d856d22c4d1494b9.tar.zst ECTester-406686271910acb7d20e4669d856d22c4d1494b9.zip | |
Try to fix LibreSSL build.
Diffstat (limited to 'standalone')
| -rw-r--r-- | standalone/src/main/resources/cz/crcs/ectester/standalone/libs/jni/libressl.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/standalone/src/main/resources/cz/crcs/ectester/standalone/libs/jni/libressl.c b/standalone/src/main/resources/cz/crcs/ectester/standalone/libs/jni/libressl.c index 2a1eaa7..be1b749 100644 --- a/standalone/src/main/resources/cz/crcs/ectester/standalone/libs/jni/libressl.c +++ b/standalone/src/main/resources/cz/crcs/ectester/standalone/libs/jni/libressl.c @@ -1,7 +1,6 @@ #include "native.h" #include <string.h> -#include <openssl/conf.h> #include <openssl/opensslv.h> #include <openssl/objects.h> #include <openssl/obj_mac.h> |
