summaryrefslogtreecommitdiffstats
path: root/crypto/ppc_arch.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/ppc_arch.h')
-rw-r--r--crypto/ppc_arch.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/ppc_arch.h b/crypto/ppc_arch.h
index c0b4f1846b..a27fb728df 100644
--- a/crypto/ppc_arch.h
+++ b/crypto/ppc_arch.h
@@ -12,5 +12,6 @@ extern unsigned int OPENSSL_ppccap_P;
# define PPC_ALTIVEC (1<<1)
# define PPC_CRYPTO207 (1<<2)
# define PPC_FPU (1<<3)
+# define PPC_MADD300 (1<<4)
#endif