]> git.ipfire.org Git - thirdparty/openssl.git/blame - crypto/ppc_arch.h
BIO_s_mem() write: Skip early when input length is zero
[thirdparty/openssl.git] / crypto / ppc_arch.h
CommitLineData
c991d8ae 1#ifndef __PPC_ARCH_H__
ae5c8664 2# define __PPC_ARCH_H__
c991d8ae
AP
3
4extern unsigned int OPENSSL_ppccap_P;
5
ae5c8664
MC
6# define PPC_FPU64 (1<<0)
7# define PPC_ALTIVEC (1<<1)
8# define PPC_CRYPTO207 (1<<2)
c991d8ae
AP
9
10#endif