Include openssl/e_os.h so OPENSSL_SYSNAME_ULTRASPARC and other configuration
macros get properly defined.
This commit is contained in:
parent
d4e35514ba
commit
2a948bd306
@ -34,10 +34,12 @@
|
|||||||
*
|
*
|
||||||
* or if above fails (it does if you have gas):
|
* or if above fails (it does if you have gas):
|
||||||
*
|
*
|
||||||
* gcc -E -DULTRASPARC -DMD5_BLOCK_DATA_ORDER md5_block.sparc.S | \
|
* gcc -E -DOPENSSL_SYSNAMEULTRASPARC -DMD5_BLOCK_DATA_ORDER md5_block.sparc.S | \
|
||||||
* as -xarch=v8plus /dev/fd/0 -o md5-sparcv9.o
|
* as -xarch=v8plus /dev/fd/0 -o md5-sparcv9.o
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include <openssl/e_os2.h>
|
||||||
|
|
||||||
#define A %o0
|
#define A %o0
|
||||||
#define B %o1
|
#define B %o1
|
||||||
#define C %o2
|
#define C %o2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user