From 708c40d4c5d95341f83e606292a610e8d8fa4e2a Mon Sep 17 00:00:00 2001
From: Navid Nikaein <navid.nikaein@eurecom.fr>
Date: Fri, 4 Jul 2014 12:32:06 +0000
Subject: [PATCH] update OAI package updater

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@5468 818b1a75-f10b-46b9-bf7c-635c3b92a50f
---
 targets/PROJECTS/CENTOS-LTE-EPC-INTEGRATION/utils.bash | 2 ++
 targets/README.txt                                     | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/targets/PROJECTS/CENTOS-LTE-EPC-INTEGRATION/utils.bash b/targets/PROJECTS/CENTOS-LTE-EPC-INTEGRATION/utils.bash
index 6cb40ec8b4..4ae7f979f4 100755
--- a/targets/PROJECTS/CENTOS-LTE-EPC-INTEGRATION/utils.bash
+++ b/targets/PROJECTS/CENTOS-LTE-EPC-INTEGRATION/utils.bash
@@ -1230,6 +1230,8 @@ check_install_epc_software() {
     test_install_package unzip
     test_install_package valgrind
     test_install_package vlan
+    test_install_package libssl-dev
+
 
     if [ ! -d /usr/local/etc/freeDiameter ]
         then
diff --git a/targets/README.txt b/targets/README.txt
index c35a422fef..5810016a4e 100644
--- a/targets/README.txt
+++ b/targets/README.txt
@@ -19,7 +19,7 @@ First, you must have all four openair SW directories, openair1, openair2, openai
 	- libgtk-3-dev
         - libxml2 and libxml2-dev and gccxml
         - libforms-bin libforms-dev
-	- nettle-dev nettle-bin openssl
+	- nettle-dev nettle-bin openssl libssl-dev
 	- libatlas-base-dev and libatlas-headers (for Ubuntu 11.04, libatlas-dev instead of libatlas-headers)
         - asn1c and the LTE ASN1 files (for more information on how to install this and generate the required files see the README file in openair2/RRC/LITE/MESSAGES) 
 
-- 
GitLab