<p>with libssl-dev 1.0.1t-1+deb8u2 : </p>

<pre><code>make every-module group_include="ktls"
make[1]: Entering directory '/code'
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
auth_crypt.c: In function 'check_x509_subj':
auth_crypt.c:117:22: warning: implicit declaration of function 'ASN1_STRING_get0_data' [-Wimplicit-function-declaration]
     altptr = (char *)ASN1_STRING_get0_data(actname->d.ia5);
                      ^
auth_crypt.c:117:14: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
     altptr = (char *)ASN1_STRING_get0_data(actname->d.ia5);
              ^
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
CC (gcc) [M tls.so]     tls_locking.o
CC (gcc) [M tls.so]     tls_server.o
CC (gcc) [M tls.so]     tls_cfg.o
CC (gcc) [M tls.so]     tls_util.o
CC (gcc) [M tls.so]     tls_select.o
CC (gcc) [M tls.so]     tls_dump_vf.o
CC (gcc) [M tls.so]     tls_init.o
CC (gcc) [M tls.so]     tls_bio.o
CC (gcc) [M tls.so]     tls_config.o
CC (gcc) [M tls.so]     tls_mod.o
CC (gcc) [M tls.so]     tls_rpc.o
CC (gcc) [M tls.so]     tls_ct_wrq.o
CC (gcc) [M tls.so]     tls_verify.o
LD (gcc) [M tls.so]     tls.so
make[1]: Leaving directory '/code'
</code></pre>

<p>with libssl-dev 1.1.0-1:</p>

<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
crypto_mod.c: In function 'w_crypto_aes_encrypt':
crypto_mod.c:161:17: error: storage size of 'en' isn't known
  EVP_CIPHER_CTX en;
                 ^~
crypto_mod.c:161:17: warning: unused variable 'en' [-Wunused-variable]
crypto_mod.c: In function 'w_crypto_aes_decrypt':
crypto_mod.c:241:17: error: storage size of 'de' isn't known
  EVP_CIPHER_CTX de;
                 ^~
crypto_mod.c:241:17: warning: unused variable 'de' [-Wunused-variable]
crypto_mod.c: In function 'crypto_aes_test':
crypto_mod.c:436:17: error: storage size of 'en' isn't known
  EVP_CIPHER_CTX en, de;
                 ^~
crypto_mod.c:436:21: error: storage size of 'de' isn't known
  EVP_CIPHER_CTX en, de;
                     ^~
crypto_mod.c:436:21: warning: unused variable 'de' [-Wunused-variable]
crypto_mod.c:436:17: warning: unused variable 'en' [-Wunused-variable]
  EVP_CIPHER_CTX en, de;
                 ^~
../../Makefile.rules:97: recipe for target 'crypto_mod.o' failed
make[1]: *** [crypto_mod.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/685#issuecomment-247356866">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AF36ZbaDsVH3PalXZpzUiGP1wa4ftgrNks5qqWAbgaJpZM4I-6cf">mute the thread</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/AF36ZVEWxS_zHXANRU6Qr-9Bf6YdplMjks5qqWAbgaJpZM4I-6cf.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/685#issuecomment-247356866"></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 #685: with libssl-dev 1.0.1t-1+deb8u2 : \r\n```\r\nmake every-module group_include=\"ktls\"\r\nmake[1]: Entering directory '/code'\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\nauth_crypt.c: In function 'check_x509_subj':\r\nauth_crypt.c:117:22: warning: implicit declaration of function 'ASN1_STRING_get0_data' [-Wimplicit-function-declaration]\r\n     altptr = (char *)ASN1_STRING_get0_data(actname-\u003ed.ia5);\r\n                      ^\r\nauth_crypt.c:117:14: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]\r\n     altptr = (char *)ASN1_STRING_get0_data(actname-\u003ed.ia5);\r\n              ^\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\nCC (gcc) [M tls.so]\t\ttls_locking.o\r\nCC (gcc) [M tls.so]\t\ttls_server.o\r\nCC (gcc) [M tls.so]\t\ttls_cfg.o\r\nCC (gcc) [M tls.so]\t\ttls_util.o\r\nCC (gcc) [M tls.so]\t\ttls_select.o\r\nCC (gcc) [M tls.so]\t\ttls_dump_vf.o\r\nCC (gcc) [M tls.so]\t\ttls_init.o\r\nCC (gcc) [M tls.so]\t\ttls_bio.o\r\nCC (gcc) [M tls.so]\t\ttls_config.o\r\nCC (gcc) [M tls.so]\t\ttls_mod.o\r\nCC (gcc) [M tls.so]\t\ttls_rpc.o\r\nCC (gcc) [M tls.so]\t\ttls_ct_wrq.o\r\nCC (gcc) [M tls.so]\t\ttls_verify.o\r\nLD (gcc) [M tls.so]\t\ttls.so\r\nmake[1]: Leaving directory '/code'\r\n```\r\n\r\nwith libssl-dev 1.1.0-1:\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\ncrypto_mod.c: In function 'w_crypto_aes_encrypt':\r\ncrypto_mod.c:161:17: error: storage size of 'en' isn't known\r\n  EVP_CIPHER_CTX en;\r\n                 ^~\r\ncrypto_mod.c:161:17: warning: unused variable 'en' [-Wunused-variable]\r\ncrypto_mod.c: In function 'w_crypto_aes_decrypt':\r\ncrypto_mod.c:241:17: error: storage size of 'de' isn't known\r\n  EVP_CIPHER_CTX de;\r\n                 ^~\r\ncrypto_mod.c:241:17: warning: unused variable 'de' [-Wunused-variable]\r\ncrypto_mod.c: In function 'crypto_aes_test':\r\ncrypto_mod.c:436:17: error: storage size of 'en' isn't known\r\n  EVP_CIPHER_CTX en, de;\r\n                 ^~\r\ncrypto_mod.c:436:21: error: storage size of 'de' isn't known\r\n  EVP_CIPHER_CTX en, de;\r\n                     ^~\r\ncrypto_mod.c:436:21: warning: unused variable 'de' [-Wunused-variable]\r\ncrypto_mod.c:436:17: warning: unused variable 'en' [-Wunused-variable]\r\n  EVP_CIPHER_CTX en, de;\r\n                 ^~\r\n../../Makefile.rules:97: recipe for target 'crypto_mod.o' failed\r\nmake[1]: *** [crypto_mod.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/685#issuecomment-247356866"}}}</script>