<p></p>
<pre class="notranslate"><code class="notranslate">[root@logan-0a kamailio]# make -C src/modules/outbound install
make: Entering directory '/root/kamailio/src/modules/outbound'
CC (gcc) [M outbound.so]                config.o
CC (gcc) [M outbound.so]                outbound_mod.o
outbound_mod.c: In function ‘mod_init’:
outbound_mod.c:112:25: warning: pointer targets in passing argument 1 of ‘SHA1’ differ in signedness [-Wpointer-sign]
   SHA1(flow_token_secret.s, flow_token_secret.len, ob_key.s);
        ~~~~~~~~~~~~~~~~~^~
In file included from outbound_mod.c:28:
/usr/include/openssl/sha.h:44:16: note: expected ‘const unsigned char *’ but argument is of type ‘char *’
 unsigned char *SHA1(const unsigned char *d, size_t n, unsigned char *md);
                ^~~~
outbound_mod.c:112:58: warning: pointer targets in passing argument 3 of ‘SHA1’ differ in signedness [-Wpointer-sign]
   SHA1(flow_token_secret.s, flow_token_secret.len, ob_key.s);
                                                    ~~~~~~^~
In file included from outbound_mod.c:28:
/usr/include/openssl/sha.h:44:16: note: expected ‘unsigned char *’ but argument is of type ‘char *’
 unsigned char *SHA1(const unsigned char *d, size_t n, unsigned char *md);
                ^~~~
LD (gcc) [M outbound.so]                outbound.so
touch           /usr/local/lib64/kamailio//modules/outbound.so
install -m 755  outbound.so  /usr/local/lib64/kamailio//modules
make: Leaving directory '/root/kamailio/src/modules/outbound'
</code></pre>
<p dir="auto">Build on CentOS 8 Stream</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />Reply to this email directly, <a href="https://github.com/kamailio/kamailio/issues/3128">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/ABO7UZJKNZIGGVQX6TK7XC3VMYKFHANCNFSM5XNUPTZA">unsubscribe</a>.<br />You are receiving this because you are subscribed to this thread.<img src="https://github.com/notifications/beacon/ABO7UZIEVVH7NAVZXG6FTYTVMYKFHA5CNFSM5XNUPTZKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4SV47KLA.gif" height="1" width="1" alt="" /><span style="color: transparent; font-size: 0; display: none; visibility: hidden; overflow: hidden; opacity: 0; width: 0; height: 0; max-width: 0; max-height: 0; mso-hide: all">Message ID: <span><kamailio/kamailio/issues/3128</span><span>@</span><span>github</span><span>.</span><span>com></span></span></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/kamailio/kamailio/issues/3128",
"url": "https://github.com/kamailio/kamailio/issues/3128",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>