libsrtp: use OpenSSL 764/head
authorSebastian Kemper <sebastian_ml@gmx.net>
Sat, 30 Apr 2022 15:57:54 +0000 (17:57 +0200)
committerSebastian Kemper <sebastian_ml@gmx.net>
Sat, 30 Apr 2022 16:14:42 +0000 (18:14 +0200)
commit9b9ef7ff8442265ef17d956eedb25cc409a39aad
tree591ea543ea913f5446d6cc4f3fa1f46deadd847e
parentcf0646386351d43f7a66acde8fce1ac18513d783
libsrtp: use OpenSSL

Use OpenSSL instead of the internal crypto backend. Everything in
OpenWrt that links to libsrtp2 depends on OpenSSL anyway.

Upsides:

  - the libsrtp2 package size shrinks a bit (for example from 35 to 24
    KiB on ath79)
  - allows to use more cipher suites
  - may allow for hardware acceleration

Closes #763

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
libs/libsrtp/Makefile