-
- Downloads
Switch PJSIP auth to use a vector.
Since Asterisk has a vector API now, places where arrays are manually resized don't really make sense any more. Since the auth work in PJSIP was freshly-written, it was easy to reform it to use a vector. Review: https://reviewboard.asterisk.org/r/3044 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@403499 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Showing
- include/asterisk/res_pjsip.h 22 additions, 25 deletionsinclude/asterisk/res_pjsip.h
- res/res_pjsip.c 1 addition, 1 deletionres/res_pjsip.c
- res/res_pjsip/config_auth.c 6 additions, 5 deletionsres/res_pjsip/config_auth.c
- res/res_pjsip/pjsip_configuration.c 31 additions, 36 deletionsres/res_pjsip/pjsip_configuration.c
- res/res_pjsip/pjsip_distributor.c 1 addition, 1 deletionres/res_pjsip/pjsip_distributor.c
- res/res_pjsip_authenticator_digest.c 10 additions, 7 deletionsres/res_pjsip_authenticator_digest.c
- res/res_pjsip_outbound_authenticator_digest.c 9 additions, 8 deletionsres/res_pjsip_outbound_authenticator_digest.c
- res/res_pjsip_outbound_registration.c 14 additions, 17 deletionsres/res_pjsip_outbound_registration.c
Loading
Please register or sign in to comment