diff options
author | Andy Polyakov <appro@openssl.org> | 2010-01-24 15:54:24 +0100 |
---|---|---|
committer | Andy Polyakov <appro@openssl.org> | 2010-01-24 15:54:24 +0100 |
commit | 7676eebf4297c8ccb27a6517eb8529cbd187f17a (patch) | |
tree | 8668e00dc37bdb3b027f34331e810578aaf7d02c /crypto/s390xcpuid.S | |
parent | The fix for PR#1949 unfortunately broke cases where the BIO_CTRL_WPENDING (diff) | |
download | openssl-7676eebf4297c8ccb27a6517eb8529cbd187f17a.tar.xz openssl-7676eebf4297c8ccb27a6517eb8529cbd187f17a.zip |
OPENSSL_cleanse to accept zero length parameter [matching C implementation].
Diffstat (limited to 'crypto/s390xcpuid.S')
-rw-r--r-- | crypto/s390xcpuid.S | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/s390xcpuid.S b/crypto/s390xcpuid.S index aa704c033a..b053c6a281 100644 --- a/crypto/s390xcpuid.S +++ b/crypto/s390xcpuid.S @@ -62,6 +62,8 @@ OPENSSL_cleanse: lghi %r0,0 clgr %r3,%r4 jh .Lot + clgr %r3,%r0 + bcr 8,%r14 .Little: stc %r0,0(%r2) la %r2,1(%r2) |