Avoid the r modifier for s/// (perl)
authorRichard Levitte <levitte@openssl.org>
Thu, 14 Jan 2016 19:22:36 +0000 (20:22 +0100)
committerRichard Levitte <levitte@openssl.org>
Thu, 14 Jan 2016 19:51:47 +0000 (20:51 +0100)
commit56afc18714664e8fb395a2e143e48be3ab146d43
tree449e39f72e2359e61d46c41dc9054ee1e483a643
parentbdcadca24e65ac3cd59a75bf748b22c46ec98fdc
Avoid the r modifier for s/// (perl)

It seems that the r modifier for s/// is fairly new.  It's reported
not to exist in perl 5.10.1, so it's better to avoid it when
possible.

Reviewed-by: Tim Hudson <tjh@openssl.org>
util/mkdef.pl