projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d4e3551
)
Include openssl/e_os.h so OPENSSL_SYSNAME_ULTRASPARC and other configuration
author
Richard Levitte
<levitte@openssl.org>
Thu, 29 May 2003 22:22:34 +0000
(22:22 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Thu, 29 May 2003 22:22:34 +0000
(22:22 +0000)
macros get properly defined.
crypto/md5/asm/md5-sparcv9.S
patch
|
blob
|
history
diff --git
a/crypto/md5/asm/md5-sparcv9.S
b/crypto/md5/asm/md5-sparcv9.S
index a599ed5660bc5c5e47b2b6a0fb3f958de9137336..db45aa4c97740a34cc3cae9e228bf0436b212fd0 100644
(file)
--- a/
crypto/md5/asm/md5-sparcv9.S
+++ b/
crypto/md5/asm/md5-sparcv9.S
@@
-34,10
+34,12
@@
*
* or if above fails (it does if you have gas):
*
- * gcc -E -DULTRASPARC -DMD5_BLOCK_DATA_ORDER md5_block.sparc.S | \
+ * gcc -E -D
OPENSSL_SYSNAME
ULTRASPARC -DMD5_BLOCK_DATA_ORDER md5_block.sparc.S | \
* as -xarch=v8plus /dev/fd/0 -o md5-sparcv9.o
*/
+#include <openssl/e_os2.h>
+
#define A %o0
#define B %o1
#define C %o2