aboutsummaryrefslogtreecommitdiffstats
path: root/loader.c
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2006-04-08 22:37:30 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2006-04-08 22:37:30 +0000
commit34624c527c45e52ac3adcb72715cdf8602ab94e1 (patch)
tree666f259506d7b1c1a092abd71e3db230c9d8d5f8 /loader.c
parentc70f89e9c8742b78fcaf274a8061c1674054c663 (diff)
update module license key text and update loader to accept it
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@18574 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'loader.c')
-rw-r--r--loader.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/loader.c b/loader.c
index 08dca973a..b8af31050 100644
--- a/loader.c
+++ b/loader.c
@@ -62,8 +62,8 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
static int modlistver = 0; /* increase whenever the list changes, to protect reload */
static unsigned char expected_key[] =
-{ 0x8e, 0x93, 0x22, 0x83, 0xf5, 0xc3, 0xc0, 0x75,
- 0xff, 0x8b, 0xa9, 0xbe, 0x7c, 0x43, 0x74, 0x63 };
+{ 0x87, 0x76, 0x79, 0x35, 0x23, 0xea, 0x3a, 0xd3,
+ 0x25, 0x2a, 0xbb, 0x35, 0x87, 0xe4, 0x22, 0x24 };
/*
* Modules can be in a number of different states, as below: