Remove old printf

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@874 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.0
Mark Spencer 22 years ago
parent a03e42860f
commit 833d11aeb2

@ -2664,7 +2664,6 @@ static int authenticate_verify(struct chan_iax2_pvt *p, struct iax_ies *ies)
char *keyn;
char tmpkey[256];
char *stringp=NULL;
printf("Checking RSA methods\n");
strncpy(tmpkey, p->inkeys, sizeof(tmpkey));
stringp=tmpkey;
keyn = strsep(&stringp, ":");

Loading…
Cancel
Save