This commit is contained in:
max10
2015-11-20 15:40:19 +01:00
parent 46f67aaef0
commit 8a10609125
6 changed files with 60 additions and 20 deletions

View File

@@ -5,6 +5,10 @@
#define SLMS 256
#define ROOT_CERT "/etc/pem/root.pem"
#define CUSTOMER_CERT "/etc/pem/customer.pem"
#define DEVICE_CERT "/etc/pem/device.pem"
class eDVBCISession
{
static eDVBCISession* sessions[SLMS];