7178876 openssl pkcs11 engine support for athena
authorJack Lee <Jack.Lee@oracle.COM>
Tue, 07 Aug 2012 14:13:02 -0700
changeset 939 75af6f4e07b1
parent 938 2c2880af6a0b
child 940 1724784f0ffc
7178876 openssl pkcs11 engine support for athena
components/openssl/openssl-1.0.0/engines/pkcs11/hw_pk11.c
--- a/components/openssl/openssl-1.0.0/engines/pkcs11/hw_pk11.c	Mon Aug 06 12:57:56 2012 -0700
+++ b/components/openssl/openssl-1.0.0/engines/pkcs11/hw_pk11.c	Tue Aug 07 14:13:02 2012 -0700
@@ -3903,7 +3903,7 @@
 #if defined(__amd64) || defined(__i386)
 		present = (ui & AV_386_AES) > 0;
 #elif defined(__sparc)
-		present = (ui & AV_SPARC_AES) > 0;
+		present = (ui & (AV_SPARC_AES|AV_SPARC_FJAES)) > 0;
 #endif
 		}