X-Git-Url: http://git.asterisk.org/gitweb/?p=asterisk%2Fasterisk.git;a=blobdiff_plain;f=res%2Fres_crypto.c;h=ea0f05ae6f3fe858dd90b82f830f9ce25e047fb1;hp=accabd16b5fa636c1d72d07c4bf51e3faf706375;hb=75073097320886432f1722b8b5a50735ce54e4f6;hpb=6b2d947b6207b12c1f023e6ee5c46032040c36f0 diff --git a/res/res_crypto.c b/res/res_crypto.c index accabd1..ea0f05a 100644 --- a/res/res_crypto.c +++ b/res/res_crypto.c @@ -614,7 +614,7 @@ int usecount(void) return 1; } -const char *key() +const char *key(void) { return ASTERISK_GPL_KEY; }