fixeria has uploaded this change for review. (
https://gerrit.osmocom.org/c/erlang/osmo_dia2gsup/+/40147?usp=email )
Change subject: osmo_dia2gsup.app.src: add missing 'crypto' app
......................................................................
osmo_dia2gsup.app.src: add missing 'crypto' app
This fixes the following warning when generating a release tarball:
===> server_cb:compute_kasme/4 calls undefined function crypto:macN/5
Change-Id: I59d21522b99c0ab1a02a57a8cbb898f222a94ec4
---
M src/osmo_dia2gsup.app.src
1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/erlang/osmo_dia2gsup refs/changes/47/40147/1
diff --git a/src/osmo_dia2gsup.app.src b/src/osmo_dia2gsup.app.src
index 941573a..d7f4a7f 100644
--- a/src/osmo_dia2gsup.app.src
+++ b/src/osmo_dia2gsup.app.src
@@ -5,6 +5,7 @@
{applications, [
kernel,
stdlib,
+ crypto,
lager,
diameter,
osmo_gsup,
--
To view, visit
https://gerrit.osmocom.org/c/erlang/osmo_dia2gsup/+/40147?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: erlang/osmo_dia2gsup
Gerrit-Branch: master
Gerrit-Change-Id: I59d21522b99c0ab1a02a57a8cbb898f222a94ec4
Gerrit-Change-Number: 40147
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>