OpenSSL: update to 1.0.2a
[tomato.git] / release / src-rt-6.x.4708 / router / openssl / crypto / ppc_arch.h
blobb50ec996a5a3b4a4af04ce43007614f7448f1931
1 #ifndef __PPC_ARCH_H__
2 # define __PPC_ARCH_H__
4 extern unsigned int OPENSSL_ppccap_P;
6 # define PPC_FPU64 (1<<0)
7 # define PPC_ALTIVEC (1<<1)
8 # define PPC_CRYPTO207 (1<<2)
10 #endif