CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/10/10 20:44:27
Modified files:
lib/libssl : d1_srtp.c ssl_locl.h
Log message:
Make profile_name const in srtp_find_profile_by_name()
There is no reason (and there never was any) for profile_name to be
non-const, it was always just passed to strncmp(). Changing this
allows removing an ugly instance of casting away const.
ok guenther jsing
