From cdeb815c78f4cdd5eb38995ea3f8550c637a1561 Mon Sep 17 00:00:00 2001 From: Daniel Willmann Date: Thu, 8 Oct 2015 16:10:23 +0200 Subject: libmsc: Use RAND_bytes when choosing a tmsi Require openssl version to be >= 0.9.5 because we rely on the RAND_bytes return value. [hfreyther: Add cast to uint8_t*] --- openbsc/tests/db/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbsc/tests/db') diff --git a/openbsc/tests/db/Makefile.am b/openbsc/tests/db/Makefile.am index 647b51991..be3af5f1d 100644 --- a/openbsc/tests/db/Makefile.am +++ b/openbsc/tests/db/Makefile.am @@ -13,5 +13,5 @@ db_test_LDADD = $(top_builddir)/src/libbsc/libbsc.a \ $(top_builddir)/src/libtrau/libtrau.a \ $(top_builddir)/src/libcommon/libcommon.a \ $(LIBOSMOCORE_LIBS) $(LIBOSMOABIS_LIBS) \ - $(LIBOSMOGSM_LIBS) $(LIBSMPP34_LIBS) $(LIBOSMOVTY_LIBS) -ldbi + $(LIBOSMOGSM_LIBS) $(LIBSMPP34_LIBS) $(LIBOSMOVTY_LIBS) $(LIBCRYPTO_LIBS) -ldbi -- cgit v1.2.3