<pre><code>commit f97df2e6d4b9c721c97bcbd3b5930530604a127a
Author: Daniel-Constantin Mierla <miconda@gmail.com>
Date:   Fri Sep 16 12:49:50 2016 +0200

    crypto: updated to be compatible with api from libssl v1.1.0

    (cherry picked from commit 8d83571658471f162e35cb54ba7e3baecbe7970d)
</code></pre>

<pre><code>make  every-module group_include=ktls
Makefile:56: modules.lst: No such file or directory
Makefile:107: config.mak: No such file or directory
target architecture <x86_64>, host architecture <x86_64>
making config...
saving modules list...
CC (gcc) [M auth_identity.so]       auth_http.o
CC (gcc) [M auth_identity.so]       auth_hdrs.o
CC (gcc) [M auth_identity.so]       auth_tables.o
CC (gcc) [M auth_identity.so]       auth_identity.o
CC (gcc) [M auth_identity.so]       auth_crypt.o
CC (gcc) [M auth_identity.so]       auth_dynstr.o
LD (gcc) [M auth_identity.so]       auth_identity.so
CC (gcc) [M crypto.so]      crypto_uuid.o
CC (gcc) [M crypto.so]      crypto_mod.o
LD (gcc) [M crypto.so]      crypto.so
CC (gcc) [M tls.so]     tls_domain.o
tls_domain.c: In function 'setup_dh':
tls_domain.c:117:6: error: dereferencing pointer to incomplete type 'DH {aka struct dh_st}'
    dh->p = BN_bin2bn(dh3072_p, sizeof(dh3072_p), NULL);
      ^~
tls_domain.c: In function 'sr_ssl_ctx_info_callback':
tls_domain.c:717:10: error: dereferencing pointer to incomplete type 'SSL {aka const struct ssl_st}'
   if (ssl->s3) {
          ^~
tls_domain.c: In function 'tls_ssl_ctx_set_freelist':
tls_domain.c:841:6: error: dereferencing pointer to incomplete type 'SSL_CTX {aka struct ssl_ctx_st}'
   ctx->freelist_max_len = val;
      ^~
tls_domain.c: In function 'tls_server_name_cb':
tls_domain.c:930:46: error: dereferencing pointer to incomplete type 'SSL {aka struct ssl_st}'
  SSL_set_options(ssl, SSL_CTX_get_options(ssl->ctx));
                                              ^~
../../Makefile.rules:97: recipe for target 'tls_domain.o' failed
make[1]: *** [tls_domain.o] Error 1
Makefile:511: recipe for target 'modules' failed
make: *** [modules] Error 1
</code></pre>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/kamailio/kamailio/issues/834#issuecomment-256667281">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AF36ZYQx4tLbslGOFyAb7u-TPfnNrzRZks5q4LzngaJpZM4KiczS">mute the thread</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/AF36ZbDD_Rk3c-1uhAjZLScMcmwboHhfks5q4LzngaJpZM4KiczS.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
  <link itemprop="url" href="https://github.com/kamailio/kamailio/issues/834#issuecomment-256667281"></link>
  <meta itemprop="name" content="View Issue"></meta>
</div>
<meta itemprop="description" content="View this Issue on GitHub"></meta>
</div>

<script type="application/json" data-scope="inboxmarkup">{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/kamailio/kamailio","title":"kamailio/kamailio","subtitle":"GitHub repository","main_image_url":"https://cloud.githubusercontent.com/assets/143418/17495839/a5054eac-5d88-11e6-95fc-7290892c7bb5.png","avatar_image_url":"https://cloud.githubusercontent.com/assets/143418/15842166/7c72db34-2c0b-11e6-9aed-b52498112777.png","action":{"name":"Open in GitHub","url":"https://github.com/kamailio/kamailio"}},"updates":{"snippets":[{"icon":"PERSON","message":"@linuxmaniac in #834: ```\r\ncommit f97df2e6d4b9c721c97bcbd3b5930530604a127a\r\nAuthor: Daniel-Constantin Mierla \u003cmiconda@gmail.com\u003e\r\nDate:   Fri Sep 16 12:49:50 2016 +0200\r\n\r\n    crypto: updated to be compatible with api from libssl v1.1.0\r\n    \r\n    (cherry picked from commit 8d83571658471f162e35cb54ba7e3baecbe7970d)\r\n```\r\n\r\n```\r\nmake  every-module group_include=ktls\r\nMakefile:56: modules.lst: No such file or directory\r\nMakefile:107: config.mak: No such file or directory\r\ntarget architecture \u003cx86_64\u003e, host architecture \u003cx86_64\u003e\r\nmaking config...\r\nsaving modules list...\r\nCC (gcc) [M auth_identity.so]\t\tauth_http.o\r\nCC (gcc) [M auth_identity.so]\t\tauth_hdrs.o\r\nCC (gcc) [M auth_identity.so]\t\tauth_tables.o\r\nCC (gcc) [M auth_identity.so]\t\tauth_identity.o\r\nCC (gcc) [M auth_identity.so]\t\tauth_crypt.o\r\nCC (gcc) [M auth_identity.so]\t\tauth_dynstr.o\r\nLD (gcc) [M auth_identity.so]\t\tauth_identity.so\r\nCC (gcc) [M crypto.so]\t\tcrypto_uuid.o\r\nCC (gcc) [M crypto.so]\t\tcrypto_mod.o\r\nLD (gcc) [M crypto.so]\t\tcrypto.so\r\nCC (gcc) [M tls.so]\t\ttls_domain.o\r\ntls_domain.c: In function 'setup_dh':\r\ntls_domain.c:117:6: error: dereferencing pointer to incomplete type 'DH {aka struct dh_st}'\r\n    dh-\u003ep = BN_bin2bn(dh3072_p, sizeof(dh3072_p), NULL);\r\n      ^~\r\ntls_domain.c: In function 'sr_ssl_ctx_info_callback':\r\ntls_domain.c:717:10: error: dereferencing pointer to incomplete type 'SSL {aka const struct ssl_st}'\r\n   if (ssl-\u003es3) {\r\n          ^~\r\ntls_domain.c: In function 'tls_ssl_ctx_set_freelist':\r\ntls_domain.c:841:6: error: dereferencing pointer to incomplete type 'SSL_CTX {aka struct ssl_ctx_st}'\r\n   ctx-\u003efreelist_max_len = val;\r\n      ^~\r\ntls_domain.c: In function 'tls_server_name_cb':\r\ntls_domain.c:930:46: error: dereferencing pointer to incomplete type 'SSL {aka struct ssl_st}'\r\n  SSL_set_options(ssl, SSL_CTX_get_options(ssl-\u003ectx));\r\n                                              ^~\r\n../../Makefile.rules:97: recipe for target 'tls_domain.o' failed\r\nmake[1]: *** [tls_domain.o] Error 1\r\nMakefile:511: recipe for target 'modules' failed\r\nmake: *** [modules] Error 1\r\n```"}],"action":{"name":"View Issue","url":"https://github.com/kamailio/kamailio/issues/834#issuecomment-256667281"}}}</script>