OpenSSL 1.1.1-pre2
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
|
||||
|
||||
# ====================================================================
|
||||
# Written by Andy Polyakov <appro@fy.chalmers.se> for the OpenSSL
|
||||
# Written by Andy Polyakov <appro@openssl.org> for the OpenSSL
|
||||
# project. The module is, however, dual licensed under OpenSSL and
|
||||
# CRYPTOGAMS licenses depending on where you obtain it. For further
|
||||
# details see http://www.openssl.org/~appro/cryptogams/.
|
||||
@@ -1015,7 +1015,7 @@ ___
|
||||
foreach (split("\n",$code)) {
|
||||
s/\`([^\`]*)\`/eval $1/ge;
|
||||
|
||||
# translate made up instructons: _ror, _srm
|
||||
# translate made up instructions: _ror, _srm
|
||||
s/_ror(\s+)(%r[0-9]+),/shd$1$2,$2,/ or
|
||||
|
||||
s/_srm(\s+%r[0-9]+),([0-9]+),/
|
||||
|
||||
Reference in New Issue
Block a user