```
apt-cache policy openssl
openssl:
Installed: 1.1.0c-2
Candidate: 1.1.0c-2
Version table:
*** 1.1.0c-2 100
100 /var/lib/dpkg/status
```
```
make every-module group_include="ktls"
make[1]: Entering directory '/code'
make -C src/ every-module
make[2]: Entering directory '/code/src'
CC (gcc) [M crypto.so] crypto_uuid.o
crypto_uuid.c:36:26: fatal error: openssl/rand.h: No such file or directory
#include <openssl/rand.h>
^
compilation terminated.
make[3]: *** [crypto_uuid.o] Error 1
../../Makefile.rules:100: recipe for target 'crypto_uuid.o' failed
```
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/958