summaryrefslogtreecommitdiff
path: root/crypto/s390xcpuid.pl
diff options
context:
space:
mode:
authorPatrick Steuer <patrick.steuer@de.ibm.com>2019-07-03 18:02:11 +0200
committerPatrick Steuer <patrick.steuer@de.ibm.com>2019-08-15 16:27:38 +0200
commit9baa4d5f4c9f596faba2b3e219b367a09c472d1d (patch)
tree5a82adfa0ecac3ea440661eb11560852a32e6679 /crypto/s390xcpuid.pl
parent5bf2eade559a0d3081013048b1373da460701ba5 (diff)
downloadopenssl-new-9baa4d5f4c9f596faba2b3e219b367a09c472d1d.tar.gz
s390xcpuid.pl: fix comment
Signed-off-by: Patrick Steuer <patrick.steuer@de.ibm.com> Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/9348)
Diffstat (limited to 'crypto/s390xcpuid.pl')
-rwxr-xr-xcrypto/s390xcpuid.pl6
1 files changed, 3 insertions, 3 deletions
diff --git a/crypto/s390xcpuid.pl b/crypto/s390xcpuid.pl
index 2678b21ea1..0bb1004245 100755
--- a/crypto/s390xcpuid.pl
+++ b/crypto/s390xcpuid.pl
@@ -443,7 +443,7 @@ ___
}
################
-# void s390x_pcc(unsigned int fc, void *param)
+# int s390x_pcc(unsigned int fc, void *param)
{
my ($fc,$param) = map("%r$_",(2..3));
$code.=<<___;
@@ -468,8 +468,8 @@ ___
}
################
-# void s390x_kdsa(unsigned int fc, void *param,
-# const unsigned char *in, size_t len)
+# int s390x_kdsa(unsigned int fc, void *param,
+# const unsigned char *in, size_t len)
{
my ($fc,$param,$in,$len) = map("%r$_",(2..5));
$code.=<<___;