Aleksandr Makarov

Results 7 issues of Aleksandr Makarov

…m-installed libsafec The third argument to AC_ARG_WITH() is "action-if-given" [0]. That means that, when calling ./configure --without-system-libsafec, the current code enables the option instead of disabling it. Just provide an...

* Remove --with-system-libsafec and --disable-libsafec configure options. Replace them with a single --with-libsafe=system|builtin * Do not require specifying libsafec option explicitely - if not given, it defaults to builtin. *...

* java/jni/client.c: add support for OpenSSL 1.1 * Add --{enable,disable}-examples flag to toggle examples compilation * Add --with-system-libsafec flag to link against system libsafec * configure.ac: Fix AC_ARG_ENABLE/AC_ARG_WITH macros

$ make [--snip--] est_server_coap.c:2658:25: error: 'COAP_PKI_KEY_OSSL' undeclared (first use in this function); did you mean 'COAP_PKI_KEY_ASN1'? 2658 | dtls_key.key_type = COAP_PKI_KEY_OSSL;

$ make [--snip--] Making all in src Making all in est CC est.lo CC est_ossl_util.lo CC est_client_proxy.lo CC est_client.lo CC est_client_http.lo CC multipart_parser.lo CC jsmn.lo CCLD libest_client.la make[4]: Nothing to...