components/openssl/openssl-1.0.0/engines/pkcs11/hw_pk11.c
changeset 939 75af6f4e07b1
parent 914 39cfb488e7d8
child 970 96684f3b89ff
child 2470 2ceafba906e4
--- 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
 		}