From 05f9cb3b77c39371f40123e44e3c4b301b216344 Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Fri, 27 Jul 2007 18:03:27 +0000 Subject: [PATCH] ia64cpuid update. --- crypto/ia64cpuid.S | 3 +++ 1 file changed, 3 insertions(+) diff --git a/crypto/ia64cpuid.S b/crypto/ia64cpuid.S index 818e2d1e1d..1a03b028fc 100644 --- a/crypto/ia64cpuid.S +++ b/crypto/ia64cpuid.S @@ -130,6 +130,9 @@ OPENSSL_wipe_cpu: .global OPENSSL_cleanse# .proc OPENSSL_cleanse# OPENSSL_cleanse: +#if defined(_HPUX_SOURCE) && !defined(_LP64) +{ .mmi; addp4 r32=0,r32 };; +#endif { .mib; and r2=7,r32 cmp.leu p6,p0=15,r33 // len>=15 (p6) br.cond.dptk .Lot };; -- 2.34.1