projects
/
oweals
/
openssl.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Remove HMAC_CTX_cleanup and combine its functionality into EVP_MD_CTX_init
[oweals/openssl.git]
/
crypto
/
ppc_arch.h
1
#ifndef __PPC_ARCH_H__
2
# define __PPC_ARCH_H__
3
4
extern unsigned int OPENSSL_ppccap_P;
5
6
# define PPC_FPU64 (1<<0)
7
# define PPC_ALTIVEC (1<<1)
8
# define PPC_CRYPTO207 (1<<2)
9
10
#endif